From 9c104bb0def203be5601759859eee7ddcef397bc Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:46:36 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/bigreqsproto.manifest | 5 +++++ packaging/bigreqsproto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/bigreqsproto.manifest diff --git a/packaging/bigreqsproto.manifest b/packaging/bigreqsproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/bigreqsproto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/bigreqsproto.spec b/packaging/bigreqsproto.spec index d6c3e88..09fffdf 100644 --- a/packaging/bigreqsproto.spec +++ b/packaging/bigreqsproto.spec @@ -6,6 +6,7 @@ Group: Development/System License: MIT URL: http://www.x.org Source0: %{name}-%{version}.tar.bz2 +Source1001: bigreqsproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) @@ -15,6 +16,7 @@ BuildRequires: pkgconfig(xorg-macros) %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -29,6 +31,7 @@ make %{?jobs:-j%jobs} %remove_docs %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_includedir}/X11/extensions/* -- 2.7.4