summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 20:31:04 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 20:31:04 +0300
commitb17c61b0cea0a7b65f33a8454c0a017b5f95124c (patch)
tree03e9b63afa5d7a04c2ff1ed7f12d34928ab02ee4 /packaging
parent4ec6d6ce33ffa2cb1a5f8c8d6a4cc55daf84f522 (diff)
downloadadns-b17c61b0cea0a7b65f33a8454c0a017b5f95124c.tar.gz
adns-b17c61b0cea0a7b65f33a8454c0a017b5f95124c.tar.bz2
adns-b17c61b0cea0a7b65f33a8454c0a017b5f95124c.zip
Diffstat (limited to 'packaging')
-rw-r--r--packaging/adns.manifest5
-rw-r--r--packaging/adns.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/adns.manifest b/packaging/adns.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/adns.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/adns.spec b/packaging/adns.spec
index 67fe836..b6e323d 100644
--- a/packaging/adns.spec
+++ b/packaging/adns.spec
@@ -8,6 +8,7 @@ Url: http://www.chiark.greenend.org.uk/~ian/adns/
Group: Productivity/Networking/DNS/Utilities
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
+Source1001: adns.manifest
BuildRequires: autoconf
%description
@@ -33,6 +34,7 @@ programs with libads support.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
autoreconf -fiv
@@ -44,15 +46,18 @@ make %{?_smp_mflags} all
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING GPL-vs-LGPL LICENCE.WAIVERS
%{_bindir}/adns*
%files -n %lname
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libadns.so.1*
%files -n libadns-devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_includedir}/adns.h
%{_libdir}/libadns.so