summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/intltool.manifest5
-rw-r--r--packaging/intltool.spec3
2 files changed, 8 insertions, 0 deletions
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 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/intltool.spec b/packaging/intltool.spec
index b7e3b71..87698a4 100644
--- a/packaging/intltool.spec
+++ b/packaging/intltool.spec
@@ -6,6 +6,7 @@ Summary: Internationalization Tool Collection
Url: https://edge.launchpad.net/intltool/
Group: Development/Tools
Source: %{name}-%{version}.tar.gz
+Source1001: intltool.manifest
BuildRequires: perl-XML-Parser
Requires: gettext-tools
Requires: perl-XML-Parser
@@ -22,6 +23,7 @@ information is written back into the XML files.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -34,6 +36,7 @@ make check
%make_install
%files
+%manifest %{name}.manifest
%defattr(-, root, root)
%license COPYING
%defattr(-, root, root)