]> git.pld-linux.org Git - packages/authconfig.git/commitdiff
- replacement in %files authconfig-1_7-2
authorArtur Frysiak <artur@frysiak.net>
Fri, 30 Apr 1999 08:32:16 +0000 (08:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- compiled with $RPM_OPT_FLAGS

Changed files:
    authconfig.spec -> 1.3

authconfig.spec

index 599f4395c13d686a71a99e8bb54bfcda0111c64e..201ddbd238d04209c83316ebad46f58e18158d6b 100644 (file)
@@ -20,7 +20,7 @@ also configures the system to automatically turn on NIS at system startup.
 %setup -q
 
 %build
-make
+make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -34,12 +34,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) /usr/sbin/authconfig
-/usr/man/man8/*
+
 %lang(hu) /usr/share/locale/hu/LC_MESSAGES/authconfig.mo
 %lang(in) /usr/share/locale/in/LC_MESSAGES/authconfig.mo
 %lang(no) /usr/share/locale/no/LC_MESSAGES/authconfig.mo
 %lang(sk) /usr/share/locale/sk/LC_MESSAGES/authconfig.mo
 
+/usr/man/man8/*
+
 %changelog
 * Wed Apr 28 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.7-2]
This page took 0.045858 seconds and 4 git commands to generate.