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

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


Author: mcepl

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

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-8/pspp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pspp.spec	16 Jun 2008 16:48:08 -0000	1.1
+++ pspp.spec	12 Nov 2008 15:49:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           pspp
 Version:        0.6.0
-Release:        5%{?dist}
+Release:        9%{?dist}
 Summary:        A program for statistical analysis of sampled data
 
 Group:          Applications/Engineering
@@ -9,7 +9,8 @@
 Source0:        ftp://ftp.gnu.org/pub/gnu/pspp/pspp-%{version}.tar.gz
 Source1:        pspp-psppire-desktop.txt
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:  plotutils-devel, gsl-devel, ncurses-devel, readline-devel
+BuildRequires:  plotutils-devel, ncurses-devel, readline-devel
+BuildRequires:  gsl-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  glade3-libgladeui-devel, libglade2-devel
 BuildRequires:  gettext, desktop-file-utils
@@ -67,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
@@ -86,6 +87,11 @@
 %{_datadir}/applications/fedora-psppire.desktop
 
 %changelog
+* Thu Sep 25 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-9
+- Fix BuildRequires.
+- Better 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