]> git.pld-linux.org Git - packages/gdbm.git/commitdiff
- release 6: use nae rpm automation. gdbm-1_8_0-6
authorkloczek <kloczek@pld-linux.org>
Wed, 25 Oct 2000 06:02:38 +0000 (06:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdbm.spec -> 1.37

gdbm.spec

index 897c005b46b892393666db3e2995db458e5b7ddc..2d990f7d32d863dd685ff3b48d6641a8d881571e 100644 (file)
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -1,18 +1,19 @@
 Summary:       GNU database library for C
 Summary(de):   GNU-Datenbank-Library für C
-Summary(fr):   La librairie GNU de bases de données pout le langage C.
+Summary(fr):   La librairie GNU de bases de données pout le langage C
 Summary(pl):   GNU biblioteka bazy danych la jêzyka C
 Name:          gdbm
 Version:       1.8.0
-Release:       5
+Release:       6
 License:       GPL
 Group:         Libraries
+Group(de):     Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
-Patch0:                gdbm-info.patch
-Patch1:                gdbm-DESTDIR.patch
-Patch2:                gdbm-jbj.patch
+Patch0:                %{name}-info.patch
+Patch1:                %{name}-DESTDIR.patch
+Patch2:                %{name}-jbj.patch
 BuildRequires: libtool
 BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,6 +54,7 @@ Summary(fr):  Biblioth
 Summary(pl):   Biblioteki i pliki nag³ówkowe dla gdbm
 Summary(tr):   gdbm için baþlýk dosyalarý ve geliþtirme kitaplýklarý
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -84,6 +86,7 @@ ba
 Summary:       Static gdbm library
 Summary(pl):   Biblioteki statyczne gdbm
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -104,7 +107,7 @@ autoheader
 autoconf
 %configure
 
-%{__make} CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
 
 makeinfo gdbm.texinfo
 
@@ -124,17 +127,12 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}} \
        man3dir=%{_mandir}/man3 \
        DESTDIR=$RPM_BUILD_ROOT
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
-gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/gdbm*info*,%{_mandir}/man3/*}
-
-%post -p /sbin/ldconfig
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %post devel
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%postun -p /sbin/ldconfig
-
 %postun devel
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
This page took 0.090443 seconds and 4 git commands to generate.