xkbcommon 0.4.0
- Add new xkbcommon-x11 and xkbcommon-x11-devel subpackages
This commit is contained in:
parent
2442eb94d4
commit
45d07523f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/libxkbcommon-0.2.0.tar.bz2
|
/libxkbcommon-0.2.0.tar.bz2
|
||||||
/libxkbcommon-0.3.0.tar.xz
|
/libxkbcommon-0.3.0.tar.xz
|
||||||
/libxkbcommon-0.3.1.tar.xz
|
/libxkbcommon-0.3.1.tar.xz
|
||||||
|
/libxkbcommon-0.4.0.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#global gitdate 20120917
|
#global gitdate 20120917
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 0.3.1
|
Version: 0.4.0
|
||||||
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||||
Summary: X.Org X11 XKB parsing library
|
Summary: X.Org X11 XKB parsing library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,6 +35,23 @@ X.Org X11 XKB parsing development package
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||||
|
|
||||||
|
%package x11
|
||||||
|
Summary: X.Org X11 XKB keymap creation library
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description x11
|
||||||
|
%{name}-x11 is the X.Org library for creating keymaps by querying the X
|
||||||
|
server.
|
||||||
|
|
||||||
|
%package x11-devel
|
||||||
|
Summary: X.Org X11 XKB keymap creation library
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name}-x11 = %{version}-%{release}
|
||||||
|
|
||||||
|
%description x11-devel
|
||||||
|
X.Org X11 XKB keymap creation library development package
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -61,7 +78,22 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_includedir}/xkbcommon/xkbcommon*.h
|
%{_includedir}/xkbcommon/xkbcommon*.h
|
||||||
%{_libdir}/pkgconfig/xkbcommon.pc
|
%{_libdir}/pkgconfig/xkbcommon.pc
|
||||||
|
|
||||||
|
%files x11
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/libxkbcommon-x11.so.0.0.0
|
||||||
|
%{_libdir}/libxkbcommon-x11.so.0
|
||||||
|
|
||||||
|
%files x11-devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/libxkbcommon-x11.so
|
||||||
|
%{_includedir}/xkbcommon/xkbcommon-x11.h
|
||||||
|
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 05 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.4.0-1
|
||||||
|
- xkbcommon 0.4.0
|
||||||
|
- Add new xkbcommon-x11 and xkbcommon-x11-devel subpackages
|
||||||
|
|
||||||
* Tue Aug 27 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.3.1-1
|
* Tue Aug 27 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.3.1-1
|
||||||
- xkbcommon 0.3.1
|
- xkbcommon 0.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user