]> git.pld-linux.org Git - packages/apt.git/commitdiff
- release 2: run autoconf (needed with new %%configure macro) apt-0_3_19cnc50-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Jul 2001 20:23:52 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apt.spec -> 1.37

apt.spec

index ea65ae0bb24878e01e28929b9cbd86e5e41bf9d0..a34e601dd7482eb644090527a8024732fbe49167 100644 (file)
--- a/apt.spec
+++ b/apt.spec
@@ -4,7 +4,7 @@ Summary(pl):    Zawansowane narz
 Summary(pt):   Frontend avançado para pacotes rpm e deb
 Name:          apt
 Version:       0.3.19cnc50
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Archiving
 Group(de):     Applikationen/Archivierung
@@ -27,6 +27,7 @@ BuildRequires:        db3-devel >= 3.1.17-3
 BuildRequires: zlib-devel
 BuildRequires: bzip2-devel
 BuildRequires: popt-devel
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -83,6 +84,7 @@ Arquivos de desenvolvimento para a biblioteca libapt-pkg do APT
 tar xzf docs.tar.gz
 
 %build
+autoconf
 %configure \
        --enable-nls \
        --with-gpm
@@ -96,7 +98,7 @@ install -d $RPM_BUILD_ROOT/var/cache/apt/archives/partial \
        $RPM_BUILD_ROOT%{_sysconfdir}/apt
 
 install bin/libapt-pkg.so.*.*.* $RPM_BUILD_ROOT%{_libdir}
-cp bin/libapt-pkg.so $RPM_BUILD_ROOT%{_libdir}
+cp -f bin/libapt-pkg.so $RPM_BUILD_ROOT%{_libdir}
 
 install bin/{apt-{get,cache,config,cdrom},genpkglist,gensrclist} \
        tools/genbasedir $RPM_BUILD_ROOT%{_bindir}
This page took 0.071816 seconds and 4 git commands to generate.