summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>2014-11-14 16:13:35 +0100
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>2014-12-12 16:25:27 +0100
commit494f30a17456ce79dfa5fe1972d46af5b6317d5f (patch)
treec84053be6a12acd2032dac99587e23870b263f4b
parent881972c6f6dbe50dcfd039e27e22a993a6bc7106 (diff)
downloaddnsmasq-494f30a17456ce79dfa5fe1972d46af5b6317d5f.tar.gz
dnsmasq-494f30a17456ce79dfa5fe1972d46af5b6317d5f.tar.bz2
dnsmasq-494f30a17456ce79dfa5fe1972d46af5b6317d5f.zip
cleaned spec file: added group and license fields
Change-Id: If3c4f77fc9b861a2978da0eee7293197c576f6fc Bug-Tizen: TC-1230 Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
-rw-r--r--packaging/dnsmasq.spec34
1 files changed, 16 insertions, 18 deletions
diff --git a/packaging/dnsmasq.spec b/packaging/dnsmasq.spec
index 1f02e2d..2d9838f 100644
--- a/packaging/dnsmasq.spec
+++ b/packaging/dnsmasq.spec
@@ -1,16 +1,22 @@
-Name: dnsmasq
-Summary: dnsmasq, DNS forwarder.
-Version: 2.57
-Release: 5
-Group: TO_BE/FILLED_IN
-License: TO BE FILLED IN
-Source0: %{name}-%{version}.tar.gz
-Source1001: dnsmasq.manifest
-BuildRequires: cmake
-BuildRequires: pkgconfig(dbus-1)
+Name: dnsmasq
+Summary: A lightweight DNS forwarder and DHCP server
+Version: 2.57
+Release: 0
+Group: Network & Connectivity/Data Network
+License: GPL-2.0
+Source0: %{name}-%{version}.tar.gz
+Source1001: dnsmasq.manifest
+BuildRequires: cmake
+BuildRequires: pkgconfig(dbus-1)
%description
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
+It is designed to provide DNS and, optionally, DHCP, to a small network.
+It can serve the names of local machines that are not in the global DNS.
+The DHCP server integrates with the DNS server and allows machines with
+DHCP-allocated addresses to appear in DNS with names configured either
+in each host or in a central configuration file. Dnsmasq supports static
+and dynamic DHCP leases and BOOTP for network booting of diskless machines.
%prep
%setup -q
@@ -24,16 +30,8 @@ make %{?jobs:-j%jobs}
mkdir -p /opt/var/lib/misc
%install
-rm -rf %{buildroot}
%make_install
%files
%manifest %{name}.manifest
%{_bindir}/dnsmasq
-
-%changelog
-* Fri Nov 02 2012 Seungyoun Ju <sy39.ju@samsung.com> 2.57-5
-- Default manifest file is added
-
-* Mon Apr 16 2012 Seungyoun Ju <sy39.ju@samsung.com> 2.57-4
-- "/opt/var/lib/misc" directory for lease file is created explicitly