rpms/pspp/F-9 pspp.spec,1.1,1.2

Matej Cepl mcepl at fedoraproject.org
Wed Nov 12 15:41:49 UTC 2008


Author: mcepl

Update of /cvs/pkgs/rpms/pspp/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20380

Modified Files:
	pspp.spec 
Log Message:
Bad understanding of the role of install-info in the history of humankind.


Index: pspp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pspp/F-9/pspp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pspp.spec	16 Jun 2008 16:49:53 -0000	1.1
+++ pspp.spec	12 Nov 2008 15:41:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           pspp
 Version:        0.6.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A program for statistical analysis of sampled data
 
 Group:          Applications/Engineering
@@ -67,7 +67,7 @@
 
 %preun
 if [ $1 = 0 ] ; then
-   /sbin/install-info --delete %{_infodir}/%{name}.info* %{_infodir}/dir || :
+   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
 %clean
@@ -86,6 +86,10 @@
 %{_datadir}/applications/fedora-psppire.desktop
 
 %changelog
+* Wed Nov 12 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-6
+- Bad understanding of the role of install-info in the history of
+  humankind.
+
 * Sat Jun 14 2008 Matěj Cepl <mcepl at redhat.com> 0.6.0-5
 - Approved version with fixed duplicate %%{_sysconfdir}/pspp
 




More information about the fedora-extras-commits mailing list