SPECS: glpk.spec - more verbose files, ghost soname symlink - doc ...

qboosh qboosh at pld-linux.org
Sun Jan 13 01:42:26 CET 2008


Author: qboosh                       Date: Sun Jan 13 00:42:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more verbose files, ghost soname symlink
- doc cleanup
- License is GPL v3+ now

---- Files affected:
SPECS:
   glpk.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/glpk.spec
diff -u SPECS/glpk.spec:1.15 SPECS/glpk.spec:1.16
--- SPECS/glpk.spec:1.15	Tue Jan  1 00:18:25 2008
+++ SPECS/glpk.spec	Sun Jan 13 01:42:21 2008
@@ -4,7 +4,7 @@
 Name:		glpk
 Version:	4.25
 Release:	1
-License:	GPL v2
+License:	GPL v3+
 Group:		Applications/Math
 Source0:	ftp://ftp.gnu.org/pub/gnu/glpk/%{name}-%{version}.tar.gz
 # Source0-md5:	3bd85385acb1123a2b62420af45bcc39
@@ -26,30 +26,30 @@
 biblioteki i napisanych w ANSI C.
 
 %package devel
-Summary:	Solver LP and MIP problems - developers libraries
-Summary(pl.UTF-8):	Narzędzie do rozwiązywania problemów LP i MIP - biblioteki.
+Summary:	Solver LP and MIP problems - header file
+Summary(pl.UTF-8):	Narzędzie do rozwiązywania problemów LP i MIP - plik nagłówkowy
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-Solver LP and MIP problems - libraries for developers
+Solver LP and MIP problems - development files.
 
 %description devel -l pl.UTF-8
-Narzędzie do rozwiązywania problemów LP i MIP - biblioteki dla
+Narzędzie do rozwiązywania problemów LP i MIP - pliki dla
 programistów.
 
 %package static
-Summary:	Solver LP and MIP problems - static libraries
-Summary(pl.UTF-8):	Narzędzie do rozwiązywania problemów LP i MIP - biblioteki statyczne
+Summary:	Solver LP and MIP problems - static library
+Summary(pl.UTF-8):	Narzędzie do rozwiązywania problemów LP i MIP - biblioteka statyczna
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Solver LP and MIP problems - static libraries.
+Solver LP and MIP problems - static library.
 
 %description devel -l pl.UTF-8
-Narzędzie do rozwiązywania problemów LP i MIP - biblioteki
-statyczne.
+Narzędzie do rozwiązywania problemów LP i MIP - biblioteka
+statyczna.
 
 %prep
 %setup -q
@@ -71,24 +71,25 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc README NEWS doc/*
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*.so.*
+%doc AUTHORS ChangeLog NEWS README doc/{*.txt,glpk.ps,gmpl.ps,memo}
+%attr(755,root,root) %{_bindir}/glpsol
+%attr(755,root,root) %{_libdir}/libglpk.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libglpk.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/libglpk.so
+%{_libdir}/libglpk.la
+%{_includedir}/glpk.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libglpk.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -96,6 +97,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2008-01-13 00:42:21  qboosh
+- more verbose files, ghost soname symlink
+- doc cleanup
+- License is GPL v3+ now
+
 Revision 1.15  2007-12-31 23:18:25  zbyniu
 - up to 4.25
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glpk.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list