rpms/cd-discid/devel cd-discid.spec,1.1,1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Jan 18 17:37:56 UTC 2005


Author: scop

Update of /cvs/extras/rpms/cd-discid/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv3696

Modified Files:
	cd-discid.spec 
Log Message:
Honor optflags, improve description, fix manpage perms (#145345).


Index: cd-discid.spec
===================================================================
RCS file: /cvs/extras/rpms/cd-discid/devel/cd-discid.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cd-discid.spec	15 Jan 2005 08:19:20 -0000	1.1
+++ cd-discid.spec	18 Jan 2005 17:37:54 -0000	1.2
@@ -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 @@
 
 %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 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jan 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9-2
+- Honor $RPM_OPT_FLAGS.
+- Improve description.
+- "Fix" man page permissions.
+
 * Wed Apr 14 2004 Nils Philippsen <nphilipp at redhat.com>
 - version 0.9
 




More information about the fedora-extras-commits mailing list