SPECS: dhcdbd.spec - pl, fixed typos in build, verify() for config

qboosh qboosh at pld-linux.org
Wed Jul 13 18:45:13 CEST 2005


Author: qboosh                       Date: Wed Jul 13 16:45:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, fixed typos in build, verify() for config

---- Files affected:
SPECS:
   dhcdbd.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/dhcdbd.spec
diff -u SPECS/dhcdbd.spec:1.1 SPECS/dhcdbd.spec:1.2
--- SPECS/dhcdbd.spec:1.1	Wed Jul 13 00:58:03 2005
+++ SPECS/dhcdbd.spec	Wed Jul 13 18:45:07 2005
@@ -4,8 +4,8 @@
 # - move header file to -devel
 # - split an -init
 #
-Summary:	DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options.
-#Summary(pl):
+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.6
 Release:	1
@@ -14,7 +14,7 @@
 Source0:	http://people.redhat.com/~jvdias/dhcdbd/%{name}-%{version}.tar.gz
 # Source0-md5:	e46269dcfceca8fb678e48a42450db0b
 Source1:	%{name}.init
-URL:		http://people.redhat.com/~jvdias/dhcdbd
+URL:		http://people.redhat.com/~jvdias/dhcdbd/
 BuildRequires:	dbus-devel >= 0.33
 Requires:	dbus >= 0.33
 Requires:	dhcp-client >= 3.0.2
@@ -25,16 +25,18 @@
 DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS,
 stores and presents DHCP options.
 
-#description -l pl
+%description -l pl
+Demon DHCP D-BUS (dhcdbd) steruje sesjami dhclient przy użyciu D-BUS,
+a także przechowuje i przedstawia opcje DHCP.
 
 %prep
 %setup -q
 
 %build
 %{__make} \
-	CFLAGS="%{rpmcflags}"
-	LDFALGS="%{rpmldflags}"
-	CC="%{__gcc}"
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,7 +60,6 @@
 	echo "to reload the *.service database."
 fi
 
-
 %preun
 if [ "$1" = "0" ]; then
 	if [ -f /var/lock/subsys/dhcdbd ]; then
@@ -72,7 +73,7 @@
 %doc README LICENSE dhcp_options.h dhcdbd.h dbus_service.h
 %attr(755,root,root) /sbin/dhcdbd
 %attr(754,root,root) /etc/rc.d/init.d/dhcdbd
-%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dhcdbd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/dhcdbd.conf
 %{_datadir}/dbus-1/services/dhcdbd.service
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -81,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/07/13 16:45:07  qboosh
+- pl, fixed typos in build, verify() for config
+
 Revision 1.1  2005/07/12 22:58:03  jpc
 - initial, based on the original spec from sources
 
@@ -115,6 +119,3 @@
 
 * Mon Apr 25 2005 Jason Vas Dias <jvdias at redhat.com> -
 - Initial build.
-
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dhcdbd.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list