diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 20:04:00 +0300 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2023-12-22 08:35:44 +0900 |
commit | 54af68f7cfaf0ceeff1ecc05afbc7f130506aad6 (patch) | |
tree | 668a8052f633b8a6a00956bf5407450471597fc4 | |
parent | 31856b4d6cb9214dca230f8112ba26f2ff54d21e (diff) | |
download | libxkbcommon-54af68f7cfaf0ceeff1ecc05afbc7f130506aad6.tar.gz libxkbcommon-54af68f7cfaf0ceeff1ecc05afbc7f130506aad6.tar.bz2 libxkbcommon-54af68f7cfaf0ceeff1ecc05afbc7f130506aad6.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/libxkbcommon.manifest | 5 | ||||
-rw-r--r-- | packaging/libxkbcommon.spec | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libxkbcommon.manifest b/packaging/libxkbcommon.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libxkbcommon.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index de0a465..0f2c9a2 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -9,6 +9,7 @@ Group: Development/Libraries #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbcommon #Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/ Source: %{name}-%{version}.tar.xz +Source1001: libxkbcommon.manifest BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: bison @@ -35,6 +36,7 @@ in %{name}. %prep %setup -qn %{name} +cp %{SOURCE1001} . %build %autogen @@ -49,11 +51,13 @@ make %{?_smp_mflags} V=1; %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_libdir}/libxkbcommon.so.0* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/xkbcommon %{_libdir}/libxkbcommon.so |