rpms/glpk/EL-5 .cvsignore, 1.6, 1.7 glpk.spec, 1.9, 1.10 sources, 1.6, 1.7

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Thu Jun 28 20:07:59 UTC 2007


Author: qspencer

Update of /cvs/extras/rpms/glpk/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13091

Modified Files:
	.cvsignore glpk.spec sources 
Log Message:
Update to match recent changes in devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/glpk/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	12 Dec 2006 21:31:55 -0000	1.6
+++ .cvsignore	28 Jun 2007 20:07:22 -0000	1.7
@@ -1 +1 @@
-glpk-4.13.tar.gz
+glpk-4.15.tar.gz


Index: glpk.spec
===================================================================
RCS file: /cvs/extras/rpms/glpk/EL-5/glpk.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glpk.spec	12 Dec 2006 21:31:55 -0000	1.9
+++ glpk.spec	28 Jun 2007 20:07:22 -0000	1.10
@@ -1,5 +1,5 @@
 Name:           glpk
-Version:        4.13
+Version:        4.15
 Release:        1%{?dist}
 Summary:        GNU Linear Programming Kit
 
@@ -31,7 +31,7 @@
 %package devel
 Summary:        Development headers and files for GLPK
 Group:          Development/Libraries
-#Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description devel
 The glpk-devel package contains libraries and headers for developing
@@ -41,7 +41,7 @@
 %package utils
 Summary:        GLPK-related utilities and examples
 Group:          Development/Libraries
-#Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description utils
 The glpk-utils package contains the standalone solver programs glpksol
@@ -52,7 +52,7 @@
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fPIC" %configure
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -68,24 +68,28 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-### This section is for future use when shared libraries are supported.
-#%files
-#%defattr(-,root,root)
-#%doc AUTHORS ChangeLog COPYING NEWS README
-#%{_libdir}/*.so*
+%files
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING NEWS README doc
+%{_libdir}/*.so*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README doc
 %{_includedir}/glpk
 %{_libdir}/*.a
+%exclude %{_libdir}/*.la
 
 %files utils
 %defattr(-,root,root)
 %doc COPYING examples
 %{_bindir}/*
 
+
 %changelog
+* Wed Mar 28 2007 Quentin Spencer <qspencer at users.sf.net> 4.15-1
+- New release. Shared libraries are now supported.
+
 * Tue Dec 12 2006 Quentin Spencer <qspencer at users.sf.net> 4.13-1
 - New release.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/glpk/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Dec 2006 21:31:55 -0000	1.6
+++ sources	28 Jun 2007 20:07:22 -0000	1.7
@@ -1 +1 @@
-d1e7142be353da423ee4662499813541  glpk-4.13.tar.gz
+398130547c0f0045186ddc34cdc7b9c7  glpk-4.15.tar.gz




More information about the fedora-extras-commits mailing list