rpms/pspp/devel pspp.spec,1.4,1.5

Matej Cepl mcepl at fedoraproject.org
Wed Nov 12 15:39:22 UTC 2008


Author: mcepl

Update of /cvs/pkgs/rpms/pspp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19974

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/devel/pspp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pspp.spec	25 Sep 2008 21:29:08 -0000	1.4
+++ pspp.spec	12 Nov 2008 15:38:51 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           pspp
 Version:        0.6.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A program for statistical analysis of sampled data
 
 Group:          Applications/Engineering
@@ -68,7 +68,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
@@ -87,6 +87,10 @@
 %{_datadir}/applications/fedora-psppire.desktop
 
 %changelog
+* Wed Nov 12 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-9
+- Fix in the %%preun script -- install-info wants only .info file
+  as an argument.
+
 * Thu Sep 25 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-8
 - Fix wrong CFLAGS -- add -fgnu89-inline
 




More information about the fedora-extras-commits mailing list