From 8081d095046034ea2697c07518abe91ab4dbbcb8 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 03:23:30 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libical.manifest | 5 +++++ packaging/libical.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/libical.manifest diff --git a/packaging/libical.manifest b/packaging/libical.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libical.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libical.spec b/packaging/libical.spec index 204fc86..7e3803e 100644 --- a/packaging/libical.spec +++ b/packaging/libical.spec @@ -11,6 +11,7 @@ License: MPL-1.1 or LGPL-2.1 Group: Development/Libraries/C and C++ Source: libical-%{version}.tar.bz2 Source2: baselibs.conf +Source1001: libical.manifest %description Libical is an open source implementation of the IETF's iCalendar @@ -42,6 +43,7 @@ component properties, parameters, and subcomponents. %prep %setup -q +cp %{SOURCE1001} . %build # triger autoreconf since the 0.46 tarball is missing autotools bootstrap files @@ -69,11 +71,13 @@ autoreconf -f -i %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_libdir}/*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/pkgconfig/libical.pc @@ -81,6 +85,7 @@ autoreconf -f -i %{_includedir}/libical %files doc +%manifest %{name}.manifest %defattr(-,root,root) %doc doc examples scripts -- 2.7.4