From aea15fbe2c5005f500bf632ba3f5a36b6d497f34 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:44:07 +0300 Subject: resetting manifest requested domain to floor --- packaging/xineramaproto.manifest | 5 +++++ packaging/xineramaproto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xineramaproto.manifest diff --git a/packaging/xineramaproto.manifest b/packaging/xineramaproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xineramaproto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xineramaproto.spec b/packaging/xineramaproto.spec index 19d2b12..b9efd13 100644 --- a/packaging/xineramaproto.spec +++ b/packaging/xineramaproto.spec @@ -6,6 +6,7 @@ Summary: X Url: http://www.x.org Group: Development/System Source0: %{name}-%{version}.tar.bz2 +Source1001: xineramaproto.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 %{?_smp_mflags} %remove_docs %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_includedir}/X11/extensions/*.h -- cgit v1.2.3