]> git.pld-linux.org Git - packages/cfl.git/commitdiff
- BR: autoconf,automake
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Oct 2002 10:29:14 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfl.spec -> 1.3

cfl.spec

index 827064f234bde34eb51169256a1a44cb370b7449..92fbf3c3d7d6f2985169d9a0c1c2412d7ae5cb4d 100644 (file)
--- a/cfl.spec
+++ b/cfl.spec
@@ -8,6 +8,8 @@ Group:          Libraries
 Source0:       http://freesoftware.fsf.org/download/cfl/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ac.patch
 URL:           http://www.freesoftware.fsf.org/cfl/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gdsl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libcfl
@@ -56,7 +58,7 @@ Statyczna biblioteka plik
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -68,12 +70,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc README
@@ -86,7 +88,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/*.so
 %attr(755,root,root) %{_libdir}/*.la
 %{_includedir}/*.h
-
 %{_mandir}/man3/*
 
 %files static
This page took 0.04722 seconds and 4 git commands to generate.