]> git.pld-linux.org Git - packages/libPropList.git/blobdiff - libPropList.spec
- compiled on rpm 3
[packages/libPropList.git] / libPropList.spec
index 02383503904edd1f89e426aa717c0301809fb6a9..06992de5605cdc7fbfae860bcd508af34abcbf46 100644 (file)
@@ -1,20 +1,20 @@
-Summary:     libPropList library
-Summary(pl): Biblioteka libPropList
-Name:        libPropList
-Version:     0.8.3
-Release:     1d
-Group:       X11/Libraries
-Group(pl):   X11/Biblioteki
-Copyright:   GPL
-Source:      ftp://ftp.windowmaker.org/pub/beta/srcs/%{name}.tar.gz
-URL:         http://www.windowmaker.org/
-BuildRoot:   /tmp/%{name}-%{version}-root
+Summary:       libPropList library
+Summary(pl):   Biblioteka libPropList
+Name:          libPropList
+Version:       0.8.3
+Release:       4
+Group:         X11/Libraries
+Group(pl):     X11/Biblioteki
+Copyright:     GPL
+Source:                ftp://ftp.windowmaker.org/pub/libs/%{name}-%{version}.tar.gz
+URL:           http://www.windowmaker.org/
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 libPropList library, needed by Window Maker.
 
 %description -l pl
-libPropList jest biblioteka potrzebn± do uruchamiania Window Maker'a.
+libPropList jest bibliotek± wymagan± przez Window Maker'a.
 
 %package devel
 Summary:       libPropList libraries
@@ -59,7 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 make install \
        DESTDIR=$RPM_BUILD_ROOT 
 
-bzip2 -9  AUTHORS ChangeLog NEWS README
+strip $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.*
+
+gzip -9nf AUTHORS ChangeLog NEWS README
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -69,8 +71,9 @@ rm -r $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS.bz2 ChangeLog.bz2 NEWS.bz2 README.bz2
-%attr(755,root,root) /usr/X11R6/lib/lib*.so.*
+%doc {AUTHORS,ChangeLog,NEWS,README}.gz
+
+%attr(755,root,root) /usr/X11R6/lib/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
@@ -80,12 +83,28 @@ rm -r $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 /usr/X11R6/lib/lib*.a
-/usr/X11R6/lib/lib*.la
 
 %changelog
+* Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
+  [0.8.3-4]
+- compiled on rpm 3
+
+* Sun Mar 14 1999 Micha³ Kuratczyk <kura@pld.org.pl>
+  [0.8.3-3]
+- gzipping documentation (instead bzipping)
+- fixed pl translation
+
+* Wed Feb 24 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.8.3-2]
+- added "Conflicts: glibc <= 2.0.7" for preven installing with proper
+  version glibc,
+- removed /usr/X11R6/lib/lib*.la from static.
+
 * Fri Jan 29 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.8.3-1d]
+  [0.8.3-1]
+- added striping shared bibraries,
 - removed "Prereq: /sbin/ldconfig" (this is generated automatically),
+- changed base Source url and added using %%{version} macro in Source,
 - fixed Requires for static subpackage 
   (must be %%{name}-devel = %%{version}).
 
This page took 0.04185 seconds and 4 git commands to generate.