]> git.pld-linux.org Git - packages/gdbm18.git/blobdiff - gdbm18.spec
- switch to rpm 3.0.2
[packages/gdbm18.git] / gdbm18.spec
index 7208a6acf4f34df3ad667ea10c0b0d4cf26cd60c..413750465747dd0e6642507cb7c1e0c82bc53902 100644 (file)
@@ -3,14 +3,16 @@ Summary(de):  GNU-Datenbank-Library f
 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.7.3
-Release:       21
+Version:       1.8.0
+Release:       1
 Copyright:     GPL
 Group:         Libraries
 Group(pl):     Biblioteki
 Source:                ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
-Patch0:                gdbm-shlib.patch
-Patch1:                gdbm-info.patch
+Patch0:                gdbm-info.patch
+Patch1:                gdbm-DESTDIR.patch
+BuildRequires: libtool
+BuildRequires: autoconf
 Buildroot:     /tmp/%{name}-%{version}-root
 
 %description
@@ -84,98 +86,68 @@ Requires:   %{name}-devel = %{version}
 Static gdbm library.
 
 %prep
-%setup -q
+%setup  -q
 %patch0 -p1
 %patch1 -p1
-mkdir shared
 
 %build
-./configure --prefix=/usr
-make
-make shared
+libtoolize --copy --force
+aclocal
+autoheader
+autoconf
+%configure
+
+make CFLAGS="$RPM_OPT_FLAGS"
+
 makeinfo gdbm.texinfo
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/{lib,include,info,man/man3}
-make install prefix=$RPM_BUILD_ROOT/usr
-ln -sf libgdbm.so.2.0.0 $RPM_BUILD_ROOT/usr/lib/libgdbm.so
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}} \
+          $RPM_BUILD_ROOT{%{_mandir}/man3,%{_infodir}}
+
+make install \
+       prefix=%{_prefix} \
+       exec_prefix=%{_exec_prefix} \
+       binprefix=%{_exec_prefix} \
+       manprefix=%{_prefix} \
+       libdir=%{_libdir} \
+       includedir=%{_includedir} \
+       infodir=%{_infodir} \
+       man3dir=%{_mandir}/man3 \
+       DESTDIR=$RPM_BUILD_ROOT
 
-strip $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
+strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
-gzip -fn9 $RPM_BUILD_ROOT/usr/{info/gdbm*info*,man/man3/*}
+gzip -fn9 $RPM_BUILD_ROOT{%{_infodir}/gdbm*info*,%{_mandir}/man3/*}
 
 %post -p /sbin/ldconfig
 
 %post devel
-/sbin/install-info /usr/info/gdbm.info.gz /etc/info-dir
+/sbin/install-info %{_infodir}/gdbm.info.gz /etc/info-dir
 
 %postun -p /sbin/ldconfig
 
 %preun devel
 if [ "$1" = "0" ]; then
-       /sbin/install-info --delete /usr/info/gdbm.info.gz /etc/info-dir
+       /sbin/install-info --delete %{_infodir}/gdbm.info.gz /etc/info-dir
 fi
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%attr(755,root,root) /usr/lib/lib*.so.*.*
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) /usr/lib/lib*.so
-/usr/man/man3/*
-/usr/include/*
-/usr/info/gdbm*
+%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.la
+%{_mandir}/man3/*
+%{_includedir}/*
+%{_infodir}/gdbm*
 
 %files static
-%attr(644,root,root) /usr/lib/lib*.a
-
-%changelog
-* Sun Mar 14 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.7.3-21]
-- removed man group from man pages.
-
-* Wed Sep 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-- build against glibc-2.1,
-- translation modified for pl.
-
-* Mon Jan 04 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.7.3-20]
-- standarized {un}registering info pages (added gdbm-info.patch),
-- added gzipping man pages.
-
-* Sun Nov 22 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.7.3-19]
-- removed "Prereq: /sbin/install-info" from static,
-- fixed --entry text on {un}registering info page for ed in %post
-  %preun in devel.
-
-* Sun Aug 30 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.7.3-18]
-- added -q %setup parameter,
-- changed Buildroot to /tmp/%%{name}-%%{version}-root,
-- added using %%{name} and %%{version} in Source,
-- added static subpackage,
-- changed dependencies to "Requires: %%{name} = %%{version}" in devel
-  subpackage,
-- added stripping shared libraries,
-- added %attr and %defattr macros in %files (allows build package from
-  non-root account).
-
-* Thu May 07 1998 Prospector System <bugs@redhat.com>
-- translations modified for de, fr, tr
-
-* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
-- gdbm-devel moved to Development/Libraries
-
-* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
-- buildroot and built for Manhattan
-
-* Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
-- spec file cleanups
-
-* Thu Jun 12 1997 Erik Troan <ewt@redhat.com>
-- built against glibc
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.107293 seconds and 4 git commands to generate.