From f867891e8097b2a1ae808648bca9ea5b5c335c27 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jan 18 2005 17:37:54 +0000 Subject: Honor optflags, improve description, fix manpage perms (#145345). --- diff --git a/cd-discid.spec b/cd-discid.spec index 383784e..31a8358 100644 --- a/cd-discid.spec +++ b/cd-discid.spec @@ -1,7 +1,7 @@ Summary: utility to get CDDB discid information Name: cd-discid Version: 0.9 -Release: 1 +Release: 2 Group: Applications/Multimedia License: GPL Source: http://www.hispalinux.es/~data/files/cd-discid/cd-discid_%{version}.orig.tar.gz @@ -9,21 +9,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description cd-discid is a backend utility to get CDDB discid information from a CD-ROM -disc. It was originally designed for cdgrab, but can be used for any purpose -requiring CDDB data. +disc. It was originally designed for cdgrab (now abcde), but can be used for +any purpose requiring CDDB data. %prep %setup -q %build -make cd-discid +make CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} install -m 0755 cd-discid $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 -install -m 0444 cd-discid $RPM_BUILD_ROOT%{_mandir}/man1 +install -m 0644 cd-discid $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT @@ -35,6 +35,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Mon Jan 17 2005 Ville Skyttä - 0.9-2 +- Honor $RPM_OPT_FLAGS. +- Improve description. +- "Fix" man page permissions. + * Wed Apr 14 2004 Nils Philippsen - version 0.9