]> git.pld-linux.org Git - packages/g2100config.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:23 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g2100config.spec -> 1.13

g2100config.spec

index 1d0eff8efe4c544705bf323470c49f96293587f1..f85365158d0363d44f1d285e50a796fd6245b74e 100644 (file)
@@ -48,8 +48,9 @@ drukowanie strony testowej.
 rm -f console/2100config
 
 %build
+rm -f missing
 %{__gettextize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -63,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
+
 install console/2100config $RPM_BUILD_ROOT/usr/bin
 install console/2100config.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
This page took 0.0698 seconds and 4 git commands to generate.