summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 19:38:52 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 19:38:52 +0300
commit49a3ae6bbf329c1ba35cd65522fb8236bdf3d3f4 (patch)
tree85a0b0eb59b403bb99e120267e74173ec0e6c776
parente039d10c1401aedeeac11a947d646e5409a70761 (diff)
downloadlibtasn1-tizen_3.0.m14.3_ivi.tar.gz
libtasn1-tizen_3.0.m14.3_ivi.tar.bz2
libtasn1-tizen_3.0.m14.3_ivi.zip
-rw-r--r--packaging/libtasn1.manifest5
-rw-r--r--packaging/libtasn1.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/libtasn1.manifest b/packaging/libtasn1.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libtasn1.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec
index 8d7c0fd..b44de33 100644
--- a/packaging/libtasn1.spec
+++ b/packaging/libtasn1.spec
@@ -7,6 +7,7 @@ Url: http://ftp.gnu.org/gnu/libtasn1/
Group: Security/Crypto Libraries
Source: %{name}-%{version}.tar.gz
Source99: baselibs.conf
+Source1001: libtasn1.manifest
BuildRequires: info
BuildRequires: pkg-config
Requires: libtasn1-tools
@@ -39,6 +40,7 @@ http://www.gnutls.org
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure --disable-static
@@ -56,15 +58,18 @@ make %{?_smp_mflags}
%files tools
+%manifest %{name}.manifest
%defattr(-, root, root)
%{_bindir}/*
%files
+%manifest %{name}.manifest
%defattr(-, root, root)
%license COPYING COPYING.LIB
%{_libdir}/*.so.*
%files devel
+%manifest %{name}.manifest
%defattr(-, root, root)
%{_includedir}/*.h
%{_libdir}/*.so