From ea6ec1bb14357cb20a24fcebb4500c8b489d6ea9 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:40 -0700 Subject: [PATCH] Add default Smack manifest for libidn.spec Change-Id: I22c2b9cc30bf9ce383632ffd458ee5320ea8dc86 Signed-off-by: Ryan Ware --- packaging/libidn.manifest | 5 +++++ packaging/libidn.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libidn.manifest diff --git a/packaging/libidn.manifest b/packaging/libidn.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libidn.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libidn.spec b/packaging/libidn.spec index 41c477a..40a93d3 100644 --- a/packaging/libidn.spec +++ b/packaging/libidn.spec @@ -6,6 +6,7 @@ Group: System/Libraries License: LGPLv2.1+ URL: http://www.gnu.org/software/libidn/ Source0: http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz +Source1001: packaging/libidn.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig @@ -38,6 +39,7 @@ developing programs which use the GNU libidn library. %build +cp %{SOURCE1001} . %configure --disable-static \ --disable-csharp \ @@ -63,6 +65,7 @@ rm -f %{buildroot}%{_bindir}/idn %postun -p /sbin/ldconfig %files -f libidn.lang +%manifest libidn.manifest %defattr(-,root,root,-) %dir %{_datadir}/emacs %dir %{_datadir}/emacs/site-lisp @@ -71,6 +74,7 @@ rm -f %{buildroot}%{_bindir}/idn %{_libdir}/libidn.so.* %files devel +%manifest libidn.manifest %defattr(-,root,root,-) %{_libdir}/libidn.so %{_includedir}/*.h -- 2.7.4