From 2233f839fd67e18f31aea74b170ba584106c3b5a Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jul 15 2010 15:31:55 +0000 Subject: (no build yet) Thu Jul 15 2010 Michael Schwendt - 0.1.12-2 - Fix uncompressed man page installation. --- diff --git a/audtty.spec b/audtty.spec index 07c8874..466b2ff 100644 --- a/audtty.spec +++ b/audtty.spec @@ -1,6 +1,6 @@ Name: audtty Version: 0.1.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A ncurses based terminal client for the Audacious Group: Applications/Multimedia @@ -42,7 +42,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name} -install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1.gz +install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 install -Dp -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf @@ -53,12 +53,15 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog COPYING README -%{_mandir}/man*/%{name}*.* +%{_mandir}/man*/%{name}.* %{_bindir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}.conf %changelog +* 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)