From: Anas Nashif Date: Wed, 7 Nov 2012 06:45:35 +0000 (-0800) Subject: add packaging X-Git-Tag: accepted/tizen/unified/20240109.155348~53 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibxkbcommon.git;a=commitdiff_plain;h=692a7efef693a413d16b481ee2adea9e15e19dc8 add packaging --- diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf new file mode 100644 index 0000000..646a1c1 --- /dev/null +++ b/packaging/baselibs.conf @@ -0,0 +1 @@ +libxkbcommon0 diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec new file mode 100644 index 0000000..59b657d --- /dev/null +++ b/packaging/libxkbcommon.spec @@ -0,0 +1,63 @@ +Name: libxkbcommon +Version: 0.0.800 +Release: 0 +License: MIT +Summary: Wayland libxkbcommon library +Url: http://wayland.freedesktop.org/ +Group: Development/Libraries/C and C++ + +#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbcommon +#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/ +Source: %{name}-%{version}.tar.xz +BuildRequires: autoconf >= 2.60 +BuildRequires: automake +BuildRequires: bison +BuildRequires: flex +BuildRequires: libtool >= 2 +BuildRequires: pkgconfig +BuildRequires: xz +BuildRequires: pkgconfig(kbproto) >= 1.0.4 +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xproto) +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +(Upstream has not provided a description) + +%package devel +Summary: Development files for the Wayland libxkbcommon library +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} + +%description devel +(Upstream has not provided a description) + +This package contains the development headers for the library found +in %{name}. + +%prep +%setup -qn %{name} + +%build +autoreconf -fi; +%configure --disable-static +make %{?_smp_mflags} V=1; + +%install +%make_install + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/libxkbcommon.so.0* + +%files devel +%defattr(-,root,root) +%{_includedir}/xkbcommon +%{_libdir}/libxkbcommon.so +%{_libdir}/pkgconfig/xkbcommon.pc + +%changelog