resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:19:40 +0000 (20:19 +0300)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Dec 2014 13:07:12 +0000 (14:07 +0100)
packaging/lzo.manifest [new file with mode: 0644]
packaging/lzo.spec

diff --git a/packaging/lzo.manifest b/packaging/lzo.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index b2790c5..110bb27 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Data compression library with very fast (de)compression
 Url:            http://www.oberhumer.com/opensource/lzo/
 Group:          System/Libraries
 Source0:        http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz
+Source1001:    lzo.manifest
 BuildRequires:  zlib-devel
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -41,6 +42,7 @@ This package contains development files needed for lzo.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -79,17 +81,20 @@ install -p -m 644 minilzo/minilzo.h %{buildroot}%{_includedir}/lzo
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING THANKS NEWS
 %{_libdir}/liblzo2.so.*
 
 
 %files minilzo
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %doc minilzo/README.LZO
 %{_libdir}/libminilzo.so.0
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %doc doc/LZOAPI.TXT doc/LZO.FAQ doc/LZO.TXT
 %{_includedir}/lzo