From f5b3e23ce67b02f6bdcaba8c94fb947df3b44d27 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:50:28 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/fixesproto.manifest | 5 +++++ packaging/fixesproto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/fixesproto.manifest diff --git a/packaging/fixesproto.manifest b/packaging/fixesproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/fixesproto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/fixesproto.spec b/packaging/fixesproto.spec index 9036157..614fa0b 100644 --- a/packaging/fixesproto.spec +++ b/packaging/fixesproto.spec @@ -6,6 +6,7 @@ Summary: X Url: http://www.x.org Group: Development/System Source0: %{name}-%{version}.tar.bz2 +Source1001: fixesproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) @@ -17,6 +18,7 @@ Requires: xextproto %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -31,6 +33,7 @@ make %{?_smp_mflags} %remove_docs %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_includedir}/X11/extensions/*.h -- 2.7.4