]> git.pld-linux.org Git - packages/devfsd.git/commitdiff
- devfsd.conf as separate source (to easy maintaining)
authorArtur Frysiak <artur@frysiak.net>
Fri, 18 Feb 2000 09:28:34 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devfsd.spec -> 1.2

devfsd.spec

index cbe5bec174f507188b4e8e2f7a96ffc70889b32a..29e4ddd8901a1a9e22bb4f26cb50d4454a71f0a0 100644 (file)
@@ -2,7 +2,8 @@ Summary:        DevFS Daemon
 Name:          devfsd
 Version:       1.3.1
 Release:       1
-Source:                %{name}-%{version}.tar.gz
+Source0:       %{name}-%{version}.tar.gz
+Source1:       devfsd.conf
 Copyright:     GPL
 Group:         Base
 Group(pl):     Podstawowe
@@ -24,7 +25,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}}
 
 install devfsd         $RPM_BUILD_ROOT%{_sbindir}
 install devfsd.8       $RPM_BUILD_ROOT%{_mandir}/man8
-install devfsd.conf    $RPM_BUILD_ROOT%{_sysconfdir}
+install %{SOURCE1}     $RPM_BUILD_ROOT%{_sysconfdir}/devfsd.conf
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
 
This page took 0.033774 seconds and 4 git commands to generate.