From bff9526e9310b2f7dabced77071f4f0fdfb2bd9f Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:20:17 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/videoproto.manifest | 5 +++++ packaging/videoproto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/videoproto.manifest diff --git a/packaging/videoproto.manifest b/packaging/videoproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/videoproto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/videoproto.spec b/packaging/videoproto.spec index cff7444..5ac9246 100644 --- a/packaging/videoproto.spec +++ b/packaging/videoproto.spec @@ -6,6 +6,7 @@ Summary: X Url: http://www.x.org Group: Development/System Source0: %{name}-%{version}.tar.bz2 +Source1001: videoproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) @@ -17,6 +18,7 @@ mainly to rescale video playback in the video controller hardware. %prep %setup -q +cp %{SOURCE1001} . %build @@ -32,6 +34,7 @@ make %{?_smp_mflags} %remove_docs %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_includedir}/X11/extensions/*.h -- 2.7.4