diff --git a/.cvsignore b/.cvsignore index ade7720..3811bff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -audtty-0.1.11.tar.gz +audtty-0.1.12.tar.gz diff --git a/audtty-linking.patch b/audtty-linking.patch new file mode 100644 index 0000000..7433ef8 --- /dev/null +++ b/audtty-linking.patch @@ -0,0 +1,11 @@ +--- ../Makefile.in.orig 2010-02-28 19:10:48.000000000 +0100 ++++ ../Makefile.in 2010-03-16 22:51:07.837866404 +0100 +@@ -20,7 +20,7 @@ + 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} -lglib-2.0 -o audtty $(BINS) + + .c.o: + cc -g -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $< diff --git a/audtty.spec b/audtty.spec index 6eaffdd..7219ccd 100644 --- a/audtty.spec +++ b/audtty.spec @@ -1,12 +1,13 @@ Name: audtty -Version: 0.1.11 -Release: 3%{?dist} +Version: 0.1.12 +Release: 1%{?dist} Summary: A ncurses based terminal client for the Audacious Group: Applications/Multimedia License: GPLv2+ URL: http://audtty.alioth.debian.org/ Source0: http://www.code-monkeys.org/audtty/%{name}-%{version}.tar.gz +Patch0: %{name}-linking.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf @@ -26,6 +27,7 @@ intuitive to learn. %prep %setup -q +%patch0 -p1 -b .linking %build @@ -39,6 +41,8 @@ touch -r %{name}.1 %{name}.1.gz %install rm -rf %{buildroot} + +#make install DESTDIR=%{buildroot} INSTALL="install -p" install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name} install -Dp -m 0644 %{name}.1.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz install -Dp -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf @@ -57,6 +61,10 @@ rm -rf %{buildroot} %changelog +* Mon Mar 15 2010 Fabian Affolter - 0.1.12-1 +- 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 diff --git a/import.log b/import.log index 4d9ca4d..ebeaff4 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ audtty-0_1_11-3_fc11:HEAD:audtty-0.1.11-3.fc11.src.rpm:1248643263 +audtty-0_1_12-1_fc12:HEAD:audtty-0.1.12-1.fc12.src.rpm:1268776583 diff --git a/sources b/sources index 54fae5c..d00b111 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -def2507e5f6b05f241c3bbc216ecedf2 audtty-0.1.11.tar.gz +d14d996c0425748c73bb009f6d78121b audtty-0.1.12.tar.gz