]> git.pld-linux.org Git - packages/gdbm.git/blobdiff - gdbm.spec
- reverting last change: removing new macros from %p{re,ost}{,un}
[packages/gdbm.git] / gdbm.spec
index 2d990f7d32d863dd685ff3b48d6641a8d881571e..5f8f08d93044b4733674f2272254a9e1092d056b 100644 (file)
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -4,18 +4,20 @@ Summary(fr):  La librairie GNU de bases de donn
 Summary(pl):   GNU biblioteka bazy danych la jêzyka C
 Name:          gdbm
 Version:       1.8.0
-Release:       6
+Release:       11
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
+Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-jbj.patch
-BuildRequires: libtool
 BuildRequires: autoconf
+BuildRequires: libtool
+BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -107,7 +109,7 @@ autoheader
 autoconf
 %configure
 
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+%{__make} CFLAGS="%{rpmcflags}"
 
 makeinfo gdbm.texinfo
 
@@ -116,7 +118,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}} \
           $RPM_BUILD_ROOT{%{_mandir}/man3,%{_infodir}}
 
-%{__make} install \
+%{__make} install install-compat \
        prefix=%{_prefix} \
        exec_prefix=%{_exec_prefix} \
        binprefix=%{_exec_prefix} \
This page took 0.192063 seconds and 4 git commands to generate.