From 3acafd658400a22bd5ae515eb612e72f170303f4 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:58:51 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/fontcacheproto.manifest | 5 +++++ packaging/fontcacheproto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/fontcacheproto.manifest diff --git a/packaging/fontcacheproto.manifest b/packaging/fontcacheproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/fontcacheproto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/fontcacheproto.spec b/packaging/fontcacheproto.spec index bfcb040..551a1b4 100644 --- a/packaging/fontcacheproto.spec +++ b/packaging/fontcacheproto.spec @@ -6,6 +6,7 @@ Summary: X.org FontcacheProto protocol headers Url: http://www.x.org Group: Development/X11 Protocols Source0: %{name}-%{version}.tar.bz2 +Source1001: fontcacheproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) @@ -15,6 +16,7 @@ BuildRequires: pkgconfig(xorg-macros) %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -30,6 +32,7 @@ make %{?_smp_mflags} %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_includedir}/X11/extensions/*.h -- 2.7.4