]> git.pld-linux.org Git - packages/djbdns.git/commitdiff
- spec adapterized, djbdns-1_05-2
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 01:42:32 +0000 (01:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%{rpmcflags} macro,
- few cosmetics.

Changed files:
    djbdns.spec -> 1.9

djbdns.spec

index 21c2245cfb54afd71020e46a31e5ca6a88ba21cd..c6e96f26243f1d5ee7cd78486a5da52671475f06 100644 (file)
@@ -1,15 +1,16 @@
-Summary:       DJB DNS 
-Summary(pl):   DJB DNS
-Name:          djbdns
-Version:       1.05
-Release:       2
-Group:         Networking/Daemons
-Group(pl):     Sieciowe/Serwery
-Copyright:     GPL
-URL:           http://cr.yp.to/djbdns.html
-Source0:       http://cr.yp.to/djbdns/%{name}-%{version}.tar.gz
+Summary:       DJB DNS 
+Summary(pl):   DJB DNS
+Name:          djbdns
+Version:       1.05
+Release:       2
+License:       GPL
+Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
+Source0:       http://cr.yp.to/djbdns/%{name}-%{version}.tar.gz
 Source1:       %{name}-doc.tar.gz
 Patch0:                dnscache-1.05-multiple-ip.patch
+URL:           http://cr.yp.to/djbdns.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,13 +28,12 @@ cd doc
 ln -s merge/djbdns/* .
 
 %build
-echo %{__cc} %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} >conf-cc
+echo %{__cc} %{rpmcflags} >conf-cc
 echo /usr >conf-home
 %{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_sysconfdir}}
 
 install dnsroots.global $RPM_BUILD_ROOT%{_sysconfdir}
This page took 0.138627 seconds and 4 git commands to generate.