]> git.pld-linux.org Git - packages/dhcdbd.git/commitdiff
- up to 2.2
authorczarny <czarny@pld-linux.org>
Sat, 13 Jan 2007 15:06:24 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 1
- moved URLS-s to new location
- corrected service file
- patch0 already upstream

Changed files:
    dhcdbd.spec -> 1.14

dhcdbd.spec

index 5295819fa58b76d02952418e73da15e1ca2bdced..a9c68dcf6ff4b54d7874c60653326a5fc5991dd6 100644 (file)
@@ -6,15 +6,14 @@
 Summary:       DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options
 Summary(pl):   Demon DHCP D-BUS (dhcdbd) - sterowanie sesjami dhclient przy u¿yciu D-BUS, przechowywanie opcji DHCP
 Name:          dhcdbd
-Version:       1.14
+Version:       2.2
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://people.redhat.com/~jvdias/dhcdbd/%{name}-%{version}.tar.gz
-# Source0-md5: 1180dee7a51a4384d55768650634cf93
+Source0:       http://people.redhat.com/dcantrel/dhcdbd/%{name}-%{version}.tar.bz2
+# Source0-md5: 9c25069a2f1ed2efbe41cf8d5faf7955
 Source1:       %{name}.init
-Patch0:                %{name}-dbus.patch
-URL:           http://people.redhat.com/~jvdias/dhcdbd/
+URL:           http://people.redhat.com/dcantrel/dhcdbd
 BuildRequires: dbus-devel >= 0.33
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
@@ -33,14 +32,15 @@ a tak
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -I%{_libdir}/dbus-1.0/include" \
+       CFLAGS="%{rpmcflags} -I../include"
        LDFLAGS="%{rpmldflags}"
 
+%{__sed} -i -e"s@Exec=.*@Exec=%{_sbindir}/dhcdbd@" dhcdbd.service
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sbindir}}
@@ -71,7 +71,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README LICENSE
+%doc README
 %attr(755,root,root) %{_sbindir}/dhcdbd
 %attr(754,root,root) /etc/rc.d/init.d/dhcdbd
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/dhcdbd.conf
This page took 0.071607 seconds and 4 git commands to generate.