From 702727c133210fe84caf9249cdaf8123e1ab21f3 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:49:27 -0700 Subject: Add default Smack manifest for intltool.spec Change-Id: Ibe2221ec6cdb63a9c248c01c04a1047960e409d3 Signed-off-by: Ryan Ware --- packaging/intltool.manifest | 5 +++++ packaging/intltool.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/intltool.manifest diff --git a/packaging/intltool.manifest b/packaging/intltool.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/intltool.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/intltool.spec b/packaging/intltool.spec index 6438d06..52eb7bb 100644 --- a/packaging/intltool.spec +++ b/packaging/intltool.spec @@ -11,6 +11,7 @@ Group: Development/Tools License: GPLv2 with exceptions URL: http://www.gnome.org Source0: http://download.gnome.org/sources/intltool/0.41/%{name}-%{version}.tar.gz +Source1001: packaging/intltool.manifest Patch0: schemas-merge.patch Requires: patch Requires: automake @@ -35,6 +36,7 @@ them in the po files. %patch0 -p1 %build +cp %{SOURCE1001} . %configure --disable-static make %{?jobs:-j%jobs} @@ -50,6 +52,7 @@ rm -rf %{buildroot} %files +%manifest intltool.manifest %defattr(-,root,root,-) %doc AUTHORS COPYING README %doc %{_mandir}/man*/* -- cgit v1.2.3