Author: radek Date: Sat Jul 1 10:06:02 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - version 2.14 - FHS fix: moved from /sbin to /usr/sbin (depends on /usr/lib) - removed *.h from docs (not that interesting...)
---- Files affected: SPECS: dhcdbd.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/dhcdbd.spec diff -u SPECS/dhcdbd.spec:1.10 SPECS/dhcdbd.spec:1.11 --- SPECS/dhcdbd.spec:1.10 Tue Jun 27 18:46:31 2006 +++ SPECS/dhcdbd.spec Sat Jul 1 12:05:57 2006 @@ -2,17 +2,17 @@ # # TODO: # - move header file to -devel -# - split an -init +# - split an -init (what for? --radek) # 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.12 +Version: 1.14 Release: 0.1 License: GPL Group: Networking/Daemons Source0: http://people.redhat.com/~jvdias/dhcdbd/%{name}-%{version}.tar.gz -# Source0-md5: f84f00d10643193fb5e6ee08ccfc0b09 +# Source0-md5: 1180dee7a51a4384d55768650634cf93 Source1: %{name}.init URL: http://people.redhat.com/~jvdias/dhcdbd/ BuildRequires: dbus-devel >= 0.33 @@ -23,8 +23,6 @@ Requires: rc-scripts BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _sbindir /sbin - %description DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options. @@ -44,11 +42,13 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/etc/rc.d/init.d +install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sbindir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT{/sbin/dhcdbd,%{_sbindir}} + install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcdbd %clean @@ -70,7 +70,7 @@ %files %defattr(644,root,root,755) -%doc README LICENSE dhcp_options.h dhcdbd.h dbus_service.h +%doc README LICENSE %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 @@ -82,6 +82,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2006/07/01 10:05:57 radek +- version 2.14 +- FHS fix: moved from /sbin to /usr/sbin (depends on /usr/lib) +- removed *.h from docs (not that interesting...) + Revision 1.10 2006/06/27 16:46:31 radek - amd64 fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dhcdbd.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
