From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:28:31 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.220917^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.2014.q4_common;p=platform%2Fupstream%2Fdnsmasq.git resetting manifest requested domain to floor --- diff --git a/dnsmasq.manifest b/dnsmasq.manifest deleted file mode 100644 index 75b0fa5..0000000 --- a/dnsmasq.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - 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 @@ + + + + + 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