rpms/glpk/devel glpk.spec,1.23,1.24

Conrad Meyer konradm at fedoraproject.org
Fri Mar 27 19:48:13 UTC 2009


Author: konradm

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

Modified Files:
	glpk.spec 
Log Message:
* Fri Mar 27 2009 Conrad Meyer <konrad at tylerc.org> - 4.36-3
- Split out -doc subpackage.



Index: glpk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glpk/devel/glpk.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- glpk.spec	24 Feb 2009 22:17:39 -0000	1.23
+++ glpk.spec	27 Mar 2009 19:47:43 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           glpk
 Version:        4.36
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GNU Linear Programming Kit
 
 Group:          System Environment/Libraries
@@ -27,6 +27,13 @@
  * Application program interface (API).
  * Stand-alone LP/MIP solver. 
 
+%package        doc
+Summary:        Documentation for %{name}
+Group:          Documentation
+
+%description    doc
+Documentation subpackage for %{name}.
+
 
 %package devel
 Summary:        Development headers and files for GLPK
@@ -84,17 +91,16 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README doc
+%doc COPYING README
 %{_libdir}/*.so*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README doc
+%doc ChangeLog AUTHORS NEWS
 %{_includedir}/glpk
 
 %files utils
 %defattr(-,root,root)
-%doc COPYING examples
 %{_bindir}/*
 
 %files static
@@ -102,8 +108,15 @@
 %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 
+%files doc
+%defattr(-,root,root)
+%doc doc examples
+
 
 %changelog
+* Fri Mar 27 2009 Conrad Meyer <konrad at tylerc.org> - 4.36-3
+- Split out -doc subpackage.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.36-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list