resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:35:11 +0000 (05:35 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 7 Nov 2014 14:08:49 +0000 (15:08 +0100)
packaging/tiff.manifest [new file with mode: 0644]
packaging/tiff.spec

diff --git a/packaging/tiff.manifest b/packaging/tiff.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 9c8d204..f43bc32 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://www.remotesensing.org/libtiff
 Group:          Productivity/Graphics/Convertors
 Source:         tiff-%{version}.tar.bz2
 Source3:        baselibs.conf
+Source1001:    tiff.manifest
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg8-devel
 BuildRequires:  libtool
@@ -42,6 +43,7 @@ the libtiff library.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure --disable-static --with-pic
@@ -69,14 +71,17 @@ find html -name "Makefile*" | xargs rm
 %postun -n libtiff -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_bindir}/*
 
 %files -n libtiff
+%manifest %{name}.manifest
 %doc COPYRIGHT
 %{_libdir}/*.so.*
 
 %files -n libtiff-devel
+%manifest %{name}.manifest
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc