summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 03:13:15 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 03:13:15 +0300
commit546a2d98f896cb95da26a81dd5c24de5e091487b (patch)
tree92eb3a34a1219aacd4b69b9a22538d049a30f3f5
parentfa822bd8e77a4cbdf1d822937e9318b958763bea (diff)
downloadlibXfont-546a2d98f896cb95da26a81dd5c24de5e091487b.tar.gz
libXfont-546a2d98f896cb95da26a81dd5c24de5e091487b.tar.bz2
libXfont-546a2d98f896cb95da26a81dd5c24de5e091487b.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.132021accepted/tizen/20130710.220102
-rw-r--r--packaging/libXfont.manifest5
-rw-r--r--packaging/libXfont.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libXfont.manifest b/packaging/libXfont.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libXfont.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libXfont.spec b/packaging/libXfont.spec
index b8680f4..e212668 100644
--- a/packaging/libXfont.spec
+++ b/packaging/libXfont.spec
@@ -9,6 +9,7 @@ Group: Development/Libraries/C and C++
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXfont
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXfont/
Source: %{name}-%{version}.tar.bz2
+Source1001: libXfont.manifest
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(fontenc)
@@ -48,6 +49,7 @@ in %{name}.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%reconfigure --disable-static
@@ -61,11 +63,13 @@ make %{?_smp_mflags}
%postun -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root)
%{_libdir}/libXfont.so.1*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_includedir}/X11/*
%{_libdir}/libXfont.so