diff options
author | taesub kim <taesub.kim@samsung.com> | 2017-03-22 18:13:18 +0900 |
---|---|---|
committer | taesub kim <taesub.kim@samsung.com> | 2017-03-22 18:14:12 +0900 |
commit | 0ebdbc1d2fd08c1de37fa314ea02b51085dfb3d9 (patch) | |
tree | 94ba9a7ba025578be82eb7fdb342f765d0c70377 /packaging | |
parent | ccc167151c3e03021a5302035d2c55ebe78b479a (diff) | |
download | dnsmasq-0ebdbc1d2fd08c1de37fa314ea02b51085dfb3d9.tar.gz dnsmasq-0ebdbc1d2fd08c1de37fa314ea02b51085dfb3d9.tar.bz2 dnsmasq-0ebdbc1d2fd08c1de37fa314ea02b51085dfb3d9.zip |
Imported Upstream version 2.74upstream/2.74
Change-Id: I1ad6da6e04372b0e2f1b625ff1662d77616e603e
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/dnsmasq.manifest | 5 | ||||
-rw-r--r-- | packaging/dnsmasq.spec | 44 |
2 files changed, 0 insertions, 49 deletions
diff --git a/packaging/dnsmasq.manifest b/packaging/dnsmasq.manifest deleted file mode 100644 index 017d22d..0000000 --- a/packaging/dnsmasq.manifest +++ /dev/null @@ -1,5 +0,0 @@ -<manifest> - <request> - <domain name="_"/> - </request> -</manifest> diff --git a/packaging/dnsmasq.spec b/packaging/dnsmasq.spec deleted file mode 100644 index 451d1be..0000000 --- a/packaging/dnsmasq.spec +++ /dev/null @@ -1,44 +0,0 @@ -Name: dnsmasq -Summary: dnsmasq, DNS forwarder. -Version: 2.74 -Release: 1 -Group: System/Network -License: GPL-2.0+ -Source0: %{name}-%{version}.tar.gz -Source1001: packaging/dnsmasq.manifest -BuildRequires: cmake -BuildRequires: pkgconfig(dbus-1) -BuildRequires: pkgconfig(libtzplatform-config) - -%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 -cp %{SOURCE1001} . - -%build -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -make %{?jobs:-j%jobs} - -%post -mkdir -p %{TZ_SYS_VAR}/lib/misc - -%install -%make_install -mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d -cp dbus/dnsmasq.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/dnsmasq.conf -mkdir -p %{buildroot}/usr/share/license -cp COPYING %{buildroot}/usr/share/license/dnsmasq - -%files -%manifest %{name}.manifest -%{_bindir}/dnsmasq -/usr/share/license/dnsmasq -%attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/* |