diff options
Diffstat (limited to 'packaging/xineramaproto.spec')
-rw-r--r-- | packaging/xineramaproto.spec | 3 |
1 files changed, 3 insertions, 0 deletions
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 |