diff options
Diffstat (limited to 'packaging/dnsmasq.spec')
-rw-r--r-- | packaging/dnsmasq.spec | 4 |
1 files changed, 3 insertions, 1 deletions
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 |