]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- License changed to distributable
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 17 Nov 2001 18:58:48 +0000 (18:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added few docs

Changed files:
    STLport.spec -> 1.11

STLport.spec

index f0b8b5b463a8ef52cea556f8b49e562d1ef1c44e..199991069d8a74f6a07fa7f238b4802079e61da9 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Biblioteki standardowe C++
 Name:          STLport
 Version:       4.0
 Release:       3
-License:       Propably OpenSource
+License:       distributable (see README.gz)
 Group:         Libraries
 Group(de):     Libraries
 Group(es):     Bibliotecas
@@ -69,6 +69,8 @@ cp -fr stlport $RPM_BUILD_ROOT%{_includedir}
 install lib/*.a $RPM_BUILD_ROOT%{_libdir}
 install lib/*.so $RPM_BUILD_ROOT%{_libdir}
 
+gzip -9nf README TODO ChangeLog
+
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -81,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/*
+%doc doc/* *.gz
 %{_includedir}/stlport
 
 %files static
This page took 0.029221 seconds and 4 git commands to generate.