]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- removed misleading _rc definition, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Jul 2004 17:29:56 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.spec -> 1.97

dhcp.spec

index a78b433289040f9e7ae006b3c61e08af27b7db77..6436198ebd55a75722059fd1926c821a9e439042 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -1,17 +1,18 @@
-%bcond_with ldap               # added support for ldap storage
+#
+# Conditional build:
+%bcond_with    ldap    # with support for ldap storage
+#
 Summary:       DHCP Server
 Summary(es):   Servidor DHCP (Protocolo de configuración dinámica de hosts)
 Summary(pl):   Serwer DHCP
 Summary(pt_BR):        Servidor DHCP (Protocolo de configuração dinâmica de hosts)
 Name:          dhcp
 Version:       3.0.1
-%define                _rc     rc14
 Release:       1
 Epoch:         3
 Vendor:                ISC
 License:       distributable
 Group:         Networking/Daemons
-#Source0:      ftp://ftp.freenet.de/pub/ftp.isc.org/isc/dhcp/%{name}-%{version}.tar.gz
 Source0:       ftp://ftp.isc.org/isc/dhcp/%{name}-%{version}.tar.gz
 # Source0-md5: 44f72d16a12acc3fbe09703157aa42d2
 Source1:       %{name}.init
@@ -121,7 +122,7 @@ dhcpctl to zbi
 komunikacji z dzia³aj±cym serwerem ISC DHCP i jego kontroli.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 install %{SOURCE4} .
 %patch0 -p1
 %{?with_ldap:%patch1 -p1}
@@ -138,7 +139,8 @@ cd ..
 #         do not change it to %%configure
 ./configure
 
-%{__make} COPTS="%{rpmcflags} \
+%{__make} \
+       COPTS="%{rpmcflags} \
        -D_PATH_DHCPD_DB=\\\"/var/lib/%{name}/dhcpd.leases\\\" \
        -D_PATH_DHCLIENT_DB=\\\"/var/lib/%{name}/dhclient.leases\\\"" \
        DEBUG="" VARDB="/var/lib/%{name}"
This page took 0.082509 seconds and 4 git commands to generate.