]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- bzip2 license is BSD-like, not GPL! (only first bzip was GPL)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Oct 2001 18:43:20 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzip2.spec -> 1.50

bzip2.spec

index 86f8e22f20bb1de4d9d2d681714072be3c5b0aa2..575b9c36c8b4007f8af837778661af020c09b4fe 100644 (file)
@@ -8,7 +8,7 @@ Summary(pl):    Kompresor plik
 Name:          bzip2
 Version:       1.0.1
 Release:       7
-License:       GPL
+License:       BSD-like
 Group:         Applications/Archiving
 Group(de):     Applikationen/Archivierung
 Group(fr):     Applications/Archivage
@@ -52,12 +52,16 @@ Summary(fr):        Librairie statique et fichiers d'en-t
 Summary(pl):   Pliki nag³ówkowe do libbz2
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
-Libbz2 library header files
+Libbz2 library header files.
 
 %description -l pl devel
 Pliki nag³ówkowe do libbz2.
@@ -67,8 +71,12 @@ Summary:     Static libbz2 library
 Summary(pl):   Biblioteka statyczna libbz2
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -107,12 +115,12 @@ bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 gzip -9nf README* NEWS Y2K_INFO
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc README.gz Y2K_INFO.gz
This page took 0.145571 seconds and 4 git commands to generate.