resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:20:25 +0000 (20:20 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 20 Aug 2014 08:14:30 +0000 (10:14 +0200)
packaging/libhangul.manifest [new file with mode: 0644]
packaging/libhangul.spec

diff --git a/packaging/libhangul.manifest b/packaging/libhangul.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 28082de..426cd2e 100644 (file)
@@ -6,6 +6,7 @@ Group:          System/I18n/Korean
 AutoReqProv:    on
 Url:            http://code.google.com/p/libhangul
 Source0:        %{name}-%{version}.tar.gz
+Source1001:    libhangul.manifest
 Summary:        Hangul input library used by scim-hangul and ibus-hangul
 BuildRequires:  gettext-tools
 
@@ -34,6 +35,7 @@ to develop applications that require these.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %autogen
@@ -54,6 +56,7 @@ rm -rf %{buildroot}
 /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README ChangeLog
 %{_libdir}/lib*.so.*
@@ -64,6 +67,7 @@ rm -rf %{buildroot}
 %{_datadir}/locale/ko/LC_MESSAGES/libhangul.mo
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %dir /usr/include/hangul-1.0/
 /usr/include/hangul-1.0/*