summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:19:40 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:19:40 +0300
commit30afcc6eb1635cd47a87c23d1da0c2fcc928bc0e (patch)
treed12c23ed02131fae35edf0bd444061f1fa6d5bd4
parent0bf0cefb36e1ada6e2545354e7af1fc06d14edf8 (diff)
downloadlzo-30afcc6eb1635cd47a87c23d1da0c2fcc928bc0e.tar.gz
lzo-30afcc6eb1635cd47a87c23d1da0c2fcc928bc0e.tar.bz2
lzo-30afcc6eb1635cd47a87c23d1da0c2fcc928bc0e.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.133147accepted/tizen/20130710.215524
-rw-r--r--packaging/lzo.manifest5
-rw-r--r--packaging/lzo.spec5
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