]> git.pld-linux.org Git - packages/am-utils.git/commitdiff
- adapterized and made spec %%debug ready or using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 00:42:06 +0000 (00:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    am-utils.spec -> 1.16

am-utils.spec

index 245d46a8bcff243f27f2627af49c3fc043fad906..1710e532157b4289eb77dd2ca4247bc77b0d1e14 100644 (file)
@@ -1,9 +1,11 @@
-Summary:       Automount utilities including an updated version of Amd.
+Summary:       Automount utilities including an updated version of Amd
+Summary(pl):   Narzêdzia do automatycznego montowania systemów plików
 Name:          am-utils
 Version:       6.0.3
 Release:       1
 License:       BSD
 Group:         Daemons
+Group(de):     Server
 Group(pl):     Serwery
 Source0:       ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
@@ -38,7 +40,7 @@ mounting and unmounting filesystems.
 
 %build
 cd aux ; autoconf ; mv -f configure .. ; cd ..
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
+CFLAGS="%{rpmcflags}" ./configure \
        --prefix=%{_prefix} \
        --enable-shared \
        --sysconfdir=%{_sysconfdir} \
@@ -57,11 +59,7 @@ install $RPM_SOURCE_DIR/am-utils.conf $RPM_BUILD_ROOT%{_sysconfdir}/amd.conf
 install $RPM_SOURCE_DIR/am-utils.sysconf $RPM_BUILD_ROOT/etc/sysconfig/amd
 install $RPM_SOURCE_DIR/am-utils.init $RPM_BUILD_ROOT/etc/rc.d/init.d/amd
 
-strip $RPM_BUILD_ROOT%{_sbindir}/* $RPM_BUILD_ROOT%{_bindir}/*
-
-gzip -9nf AUTHORS TODO BUGS NEWS README* ChangeLog \
-       $RPM_BUILD_ROOT%{_mandir}/*
-       $RPM_BUILD_ROOT%{_infodir}/*
+gzip -9nf AUTHORS TODO BUGS NEWS README* ChangeLog
 
 install -d $RPM_BUILD_ROOT/.automount
 
This page took 0.033684 seconds and 4 git commands to generate.