]> git.pld-linux.org Git - packages/gd.git/blobdiff - gd.spec
- release 5 (for allow upgrade from RH 7).
[packages/gd.git] / gd.spec
diff --git a/gd.spec b/gd.spec
index fa0d49e9e5324ce221611a8c3ae92eace8099337..1214f07d3998ef572e3dbc0231146aef52deb936 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -2,11 +2,12 @@ Summary:      Library for PNG, JPEG creation
 Summary(pl):   Biblioteka do tworzenia grafiki w formacie PNG, JPEG
 Name:          gd
 Version:       1.8.3
-Release:       4
+Release:       5
 License:       BSD-style
 Group:         Libraries
-Group(pl):     Biblioteki
+Group(de):     Libraries
 Group(fr):     Librairies
+Group(pl):     Biblioteki
 Source0:       ftp://ftp.boutell.com/pub/boutell/gd/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ac_am.patch
 URL:           http://www.boutell.com/gd/
@@ -40,8 +41,9 @@ graficznymi w formacie PNG.
 Summary:       Development part of the GD library
 Summary(pl):   Czê¶æ biblioteki GD przeznaczona dla developerów
 Group:         Development/Libraries
-Group(pl):     Programowanie/Biblioteki
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
 Requires:      libpng-devel
 Requires:      zlib-devel
 Requires:      %{name} = %{version}
@@ -58,8 +60,9 @@ z biblioteki GD.
 Summary:       Static GD library
 Summary(pl):   Statyczna biblioteka GD
 Group:         Development/Libraries
-Group(pl):     Programowanie/Biblioteki
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
 %description devel
@@ -86,12 +89,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
 gzip -9nf readme.txt index.html 
 
 %clean
-rm -fr $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.056501 seconds and 4 git commands to generate.