From 379e2c36919eea6ee4c3e464fb7b59010d1b2cb4 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:23:09 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/xf86dgaproto.manifest | 5 +++++ packaging/xf86dgaproto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xf86dgaproto.manifest diff --git a/packaging/xf86dgaproto.manifest b/packaging/xf86dgaproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xf86dgaproto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xf86dgaproto.spec b/packaging/xf86dgaproto.spec index 0b8575a..f789789 100644 --- a/packaging/xf86dgaproto.spec +++ b/packaging/xf86dgaproto.spec @@ -6,6 +6,7 @@ Group: Development/System License: MIT URL: http://www.x.org Source0: %{name}-%{version}.tar.bz2 +Source1001: xf86dgaproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) @@ -15,6 +16,7 @@ BuildRequires: pkgconfig(xorg-macros) %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -31,6 +33,7 @@ rm -rf %{buildroot} %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_includedir}/X11/extensions/*.h -- 2.7.4