From 219f9efba48ad8fa1deccd6f4b7bbac6c536bbe5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jun 18 2014 07:10:11 +0000 Subject: Package is retired --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3811bff..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -audtty-0.1.12.tar.gz diff --git a/audtty-0.1.12-Makefile.patch b/audtty-0.1.12-Makefile.patch deleted file mode 100644 index 3bc63ad..0000000 --- a/audtty-0.1.12-Makefile.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Nurb --strip-trailing-cr audtty-0.1.12-orig/Makefile.in audtty-0.1.12/Makefile.in ---- audtty-0.1.12-orig/Makefile.in 2010-02-28 19:10:48.000000000 +0100 -+++ audtty-0.1.12/Makefile.in 2012-07-26 12:45:36.961860912 +0200 -@@ -10,7 +10,7 @@ - mandir=@prefix@/share/man/man1 - sysconfdir=@sysconfdir@ - --AUDACIOUS_CFLAGS=@AUDACIOUS_CFLAGS@ -I/usr/include/dbus-1.0 -+AUDACIOUS_CFLAGS=@AUDACIOUS_CFLAGS@ - - SOURCES=main.c curses_printf.c playlist.c playlist_jump.c playlist_addurl.c settings.c connect.c browse.c playlist_create.c - BINS=$(SOURCES:.c=.o) -@@ -20,10 +20,10 @@ - all: audtty - - audtty: ${BINS} -- cc -g -O2 -g2 -Wall -Werror -lncursesw -laudclient ${LDFLAGS} -o audtty $(BINS) -+ cc -g -O2 -g2 -Wall -Werror -lncursesw -laudclient ${LDFLAGS} `pkg-config --libs glib-2.0 dbus-glib-1` -o audtty $(BINS) - - .c.o: -- cc -g -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $< -+ cc -g -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} `pkg-config --cflags glib-2.0 dbus-glib-1` -o $@ -c $< - - install: audtty - mkdir -p ${bindir} diff --git a/audtty.spec b/audtty.spec deleted file mode 100644 index ef37d36..0000000 --- a/audtty.spec +++ /dev/null @@ -1,95 +0,0 @@ -Name: audtty -Version: 0.1.12 -Release: 11%{?dist} -Summary: A ncurses based terminal client for the Audacious - -License: GPLv2+ -URL: http://audtty.alioth.debian.org/ -Source0: http://www.code-monkeys.org/audtty/%{name}-%{version}.tar.gz -Patch0: audtty-0.1.12-Makefile.patch - -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: glib2-devel -BuildRequires: audacious-devel -BuildRequires: dbus-glib-devel -BuildRequires: ncurses-devel - -Requires: audacious - -%description -audtty is a simple application for controlling Audacious from the command -line. It is designed to make common, simple tasks fast and easy to do. It -is operated using arrow keys and standard Audacious keys, to make it easy and -intuitive to learn. - -%prep -%setup -q -%patch0 -p1 -b .Makefile-without-pkgconfig - -%build -aclocal -autoconf -%configure -make %{?_smp_mflags} - -%install -install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name} -install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 -install -Dp -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf - -%files -%doc ChangeLog COPYING README -%{_mandir}/man*/%{name}.* -%{_bindir}/%{name} -%config(noreplace) %{_sysconfdir}/%{name}.conf - -%changelog -* Sat Jun 07 2014 Fedora Release Engineering - 0.1.12-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Apr 26 2014 Fabian Affolter - 0.1.12-10 -- Update spec file - -* Sat Aug 03 2013 Fedora Release Engineering - 0.1.12-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 0.1.12-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Jul 26 2012 Michael Schwendt - 0.1.12-7 -- Fix F18 build by querying pkgconfig for glib2/dbus-glib cflags+libs - (audtty-0.1.12-Makefile.patch). -- BR dbus-glib-devel (for main.c) instead of just dbus-devel. - -* Wed Jul 18 2012 Fedora Release Engineering - 0.1.12-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Feb 27 2012 Fabian Affolter - 0.1.12-5 -- Fix FTBFS for F17 - -* Thu Jan 12 2012 Fedora Release Engineering - 0.1.12-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.1.12-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 15 2010 Michael Schwendt - 0.1.12-2 -- Fix uncompressed man page installation. - -* Mon Mar 22 2010 Fabian Affolter - 0.1.12-1 -- Removed compression of the man page -- Added patch to fix DSOLinking (#564659) -- Updated to new upstream version 0.1.12 - -* Sat Jul 25 2009 Fabian Affolter - 0.1.11-3 -- Fixed changelog - -* Sun Jul 19 2009 Fabian Affolter - 0.1.11-2 -- Added audtty.conf -- Added audtty.1 manpage -- Added missing Requires: audacious -- Changed to auto* stuff instead of autogen.sh - -* Thu Jul 14 2009 Fabian Affolter - 0.1.11-1 -- Initial package for Fedora diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..0f98991 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package is retired diff --git a/sources b/sources deleted file mode 100644 index d00b111..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d14d996c0425748c73bb009f6d78121b audtty-0.1.12.tar.gz