]> git.pld-linux.org Git - packages/gdbm18.git/blobdiff - gdbm18.spec
- release 10: added texinfo to BuildRequires.
[packages/gdbm18.git] / gdbm18.spec
index 2d990f7d32d863dd685ff3b48d6641a8d881571e..545b9cd67b96ada35871638383af1569a4c2d31d 100644 (file)
@@ -4,7 +4,7 @@ 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:       10
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
@@ -14,8 +14,9 @@ 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 +108,7 @@ autoheader
 autoconf
 %configure
 
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+%{__make} CFLAGS="%{rpmcflags}"
 
 makeinfo gdbm.texinfo
 
@@ -116,7 +117,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.151835 seconds and 4 git commands to generate.