summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 00:28:31 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 00:28:31 +0300
commit881972c6f6dbe50dcfd039e27e22a993a6bc7106 (patch)
tree9b311ab0a52554ae6f54b2a518b537d780efa3e5
parentb00ee063105c01fcc744c3e4ccc466e9fd93562d (diff)
downloaddnsmasq-accepted/tizen/20130710.220917.tar.gz
dnsmasq-accepted/tizen/20130710.220917.tar.bz2
dnsmasq-accepted/tizen/20130710.220917.zip
-rw-r--r--dnsmasq.manifest5
-rw-r--r--packaging/dnsmasq.manifest5
-rw-r--r--packaging/dnsmasq.spec4
3 files changed, 8 insertions, 6 deletions
diff --git a/dnsmasq.manifest b/dnsmasq.manifest
deleted file mode 100644
index 75b0fa5..0000000
--- a/dnsmasq.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/dnsmasq.manifest b/packaging/dnsmasq.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/dnsmasq.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/dnsmasq.spec b/packaging/dnsmasq.spec
index 31b8021..1f02e2d 100644
--- a/packaging/dnsmasq.spec
+++ b/packaging/dnsmasq.spec
@@ -5,6 +5,7 @@ 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)
@@ -13,6 +14,7 @@ Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
@@ -26,7 +28,7 @@ rm -rf %{buildroot}
%make_install
%files
-%manifest dnsmasq.manifest
+%manifest %{name}.manifest
%{_bindir}/dnsmasq
%changelog