rpms/apg/devel apg.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Nov 11 19:21:38 UTC 2004


Changeset from: thias

Update of /cvs/extras/rpms/apg/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv8556/apg/devel

Modified Files:
	apg.spec 
Log Message:
Release bumping to provide upgrade path from non-fedora.us packages.
A few minor tweaks here and there.



Index: apg.spec
===================================================================
RCS file: /cvs/extras/rpms/apg/devel/apg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apg.spec	8 Nov 2004 04:03:01 -0000	1.3
+++ apg.spec	11 Nov 2004 19:21:36 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           apg
 Version:        2.2.3
-Release:        0.fdr.2.2
+Release:        3
 Epoch:          0
 Summary:        Automated Password Generator for random password generation.
 
@@ -19,9 +19,8 @@
 
 %prep
 %setup -q
-cd ..
-chmod -R 744 %{name}-%{version}
-cd -
+# Fix permissions (2.2.3)
+chmod -R u+w .
 
 
 
@@ -34,7 +33,6 @@
 rm -rf ${RPM_BUILD_ROOT}
 install -D -m0755 apg ${RPM_BUILD_ROOT}%{_bindir}/apg
 install -D -m0644 doc/man/apg.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/apg.1
-chmod 644 CHANGES COPYING README THANKS TODO doc/rfc* 
 
 
 
@@ -52,6 +50,10 @@
 
 
 %changelog
+* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 2.2.3-3
+- Bump release to provide Extras upgrade path.
+- Nicer mode fix for the sources.
+
 * Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.2.3-0.fdr.2
 - Fixed file permission on source tarball.
 - Brought spec more in line with current template.




More information about the fedora-extras-commits mailing list