resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:05:25 +0000 (23:05 +0300)
committerManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Thu, 13 Nov 2014 09:52:59 +0000 (10:52 +0100)
packaging/harfbuzz.manifest [new file with mode: 0644]
packaging/harfbuzz.spec

diff --git a/packaging/harfbuzz.manifest b/packaging/harfbuzz.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index e6c2cdc..7eeaf94 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://www.freedesktop.org/wiki/Software/HarfBuzz
 Group:          Graphics/Font Management
 Source:         %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
+Source1001:    harfbuzz.manifest
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(cairo) >= 1.8.0
 BuildRequires:  pkgconfig(cairo-ft)
@@ -43,6 +44,7 @@ HarfBuzz is an OpenType text shaping engine.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure \
@@ -57,17 +59,20 @@ make %{?_smp_mflags}
 %postun -n libharfbuzz -p /sbin/ldconfig
 
 %files -n libharfbuzz
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_libdir}/libharfbuzz.so.0*
 
 %files tools
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_bindir}/hb-ot-shape-closure
 %{_bindir}/hb-shape
 %{_bindir}/hb-view
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_includedir}/harfbuzz/
 %{_libdir}/*.so