]> git.pld-linux.org Git - packages/apt.git/commitdiff
- BuildRequires: automake
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Oct 2001 14:53:21 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apt.spec -> 1.43

apt.spec

index 82e014b1a52fe6d2c8dca184c7f442dd909a0eb0..cc52fac1091bde0ded00b0e1975771799da53c8d 100644 (file)
--- a/apt.spec
+++ b/apt.spec
@@ -30,6 +30,7 @@ BuildRequires:        zlib-devel
 BuildRequires: bzip2-devel
 BuildRequires: popt-devel
 BuildRequires: autoconf
 BuildRequires: bzip2-devel
 BuildRequires: popt-devel
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -129,12 +130,12 @@ gzip -9fn docs/*.text docs/examples/* README.RPM TODO
 
 %find_lang %{name}
 
 
 %find_lang %{name}
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc docs/*.gz docs/examples/*.gz *.gz
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc docs/*.gz docs/examples/*.gz *.gz
This page took 0.057389 seconds and 4 git commands to generate.