diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 20:19:40 +0300 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-23 14:07:12 +0100 |
commit | e14ba49f93f15eea00b04e3af95377fc78110a34 (patch) | |
tree | 019a6dec022cbfca73d96539c811fb40c905a3af | |
parent | 81dd8b5c64f0fd0b1873934c35f9dfbf5292ccb8 (diff) | |
download | lzo-e14ba49f93f15eea00b04e3af95377fc78110a34.tar.gz lzo-e14ba49f93f15eea00b04e3af95377fc78110a34.tar.bz2 lzo-e14ba49f93f15eea00b04e3af95377fc78110a34.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/lzo.manifest | 5 | ||||
-rw-r--r-- | packaging/lzo.spec | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/lzo.manifest b/packaging/lzo.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/lzo.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/lzo.spec b/packaging/lzo.spec index b2790c5..110bb27 100644 --- a/packaging/lzo.spec +++ b/packaging/lzo.spec @@ -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 |