rpms/squirrelmail/FC-6 squirrelmail.spec,1.47,1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 18:03:06 UTC 2007


Author: wtogami

Update of /cvs/dist/rpms/squirrelmail/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv28155

Modified Files:
	squirrelmail.spec 
Log Message:
Clean up .orig files (#223648)



Index: squirrelmail.spec
===================================================================
RCS file: /cvs/dist/rpms/squirrelmail/FC-6/squirrelmail.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- squirrelmail.spec	16 Jan 2007 06:32:12 -0000	1.47
+++ squirrelmail.spec	22 Jan 2007 18:03:04 -0000	1.48
@@ -6,7 +6,7 @@
 Summary: SquirrelMail webmail client
 Name: squirrelmail
 Version: 1.4.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 URL: http://www.squirrelmail.org/
 Group: Applications/Internet
@@ -63,6 +63,9 @@
 %build
 rm -f plugins/make_archive.pl
 
+# Clean up .orig files
+find -name '*.orig' -exec rm -f \{\} \;
+
 # Rearrange the documentation
 mv AUTHORS ChangeLog COPYING INSTALL README UPGRADE doc/
 mv ReleaseNotes doc/ReleaseNotes.txt
@@ -256,6 +259,9 @@
 %{_sysconfdir}/cron.daily/squirrelmail.cron
 
 %changelog
+* Mon Jan 22 2007 Warren Togami <wtogami at redhat.com> 1.4.8-4
+- Clean up .orig files (#223648)
+
 * Mon Jan 15 2007 Warren Togami <wtogami at redhat.com> 1.4.8-3
 - CVE-2006-6142
 




More information about the fedora-cvs-commits mailing list