diff options
-rw-r--r-- | packaging/randrproto.manifest | 5 | ||||
-rw-r--r-- | packaging/randrproto.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/randrproto.manifest b/packaging/randrproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/randrproto.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/randrproto.spec b/packaging/randrproto.spec index 31a8c11..be5861e 100644 --- a/packaging/randrproto.spec +++ b/packaging/randrproto.spec @@ -6,6 +6,7 @@ Summary: X Url: http://www.x.org Group: Development/System Source0: %{name}-%{version}.tar.bz2 +Source1001: randrproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) @@ -15,6 +16,7 @@ BuildRequires: pkgconfig(xorg-macros) %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -30,6 +32,7 @@ make %{?_smp_mflags} %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_includedir}/X11/extensions/*.h |