]> git.pld-linux.org Git - packages/devfsd.git/commitdiff
1.3.11
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Feb 2001 08:39:23 +0000 (08:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devfsd.spec -> 1.17

devfsd.spec

index d629e12fe567581290eb089453c289095db7e541..7e14fe835c96f5392329e724ddea528d2bdb1fe6 100644 (file)
@@ -1,9 +1,9 @@
 Summary:       DevFS Daemon
 Summary(pl):   Deamon DevFS
 Name:          devfsd
-Version:       1.3.10
-Release:       2
-Source0:       ftp://ftp.atnf.csiro.au:21/pub/people/rgooch/linux/daemons/%{name}-v%{version}.tar.gz
+Version:       1.3.11
+Release:       1
+Source0:       ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v1.3.11.tar.gz
 Source1:       devfsd.conf
 License:       GPL
 Group:         Base
@@ -23,7 +23,7 @@ Demon systemu plik
 %setup  -q -n devfsd
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -I."
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -I."
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -35,8 +35,6 @@ install devfsd.8      $RPM_BUILD_ROOT%{_mandir}/man8
 install modules.devfs  $RPM_BUILD_ROOT%{_sysconfdir}/modules.devfs
 install %{SOURCE1}     $RPM_BUILD_ROOT%{_sysconfdir}/devfsd.conf
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
-
 %clean 
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.040279 seconds and 4 git commands to generate.