summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:27:49 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:27:49 +0300
commit5e93b821fa2cbf208952a883b1587d1265276fd9 (patch)
tree11035a0c93026f641c797e4d819559bd4e72c122
parentd5aabd1c343412d534c9067cc215fbbec0c93e61 (diff)
downloadmkfontdir-accepted/tizen/ivi/stable.tar.gz
mkfontdir-accepted/tizen/ivi/stable.tar.bz2
mkfontdir-accepted/tizen/ivi/stable.zip
-rw-r--r--packaging/mkfontdir.manifest5
-rw-r--r--packaging/mkfontdir.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/mkfontdir.manifest b/packaging/mkfontdir.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/mkfontdir.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/mkfontdir.spec b/packaging/mkfontdir.spec
index 174de0c..0b483c1 100644
--- a/packaging/mkfontdir.spec
+++ b/packaging/mkfontdir.spec
@@ -6,6 +6,7 @@ Summary: Utility to create index of X font files
Url: http://xorg.freedesktop.org/
Group: System/X11/Utilities
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Source1001: mkfontdir.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(xorg-macros) >= 1.8
# mkfontdir is just a wrapper around mkfontscale and won't do anything on it's own.
@@ -19,6 +20,7 @@ around the mkfontscale program, which must be built and installed first.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -28,6 +30,7 @@ make %{?_smp_mflags}
%make_install
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc ChangeLog COPYING README
%{_bindir}/mkfontdir