2012-10-23 17:41:47 +00:00
|
|
|
#global gitdate 20120917
|
2010-11-11 19:58:33 +00:00
|
|
|
|
|
|
|
Name: libxkbcommon
|
2013-08-26 21:25:23 +00:00
|
|
|
Version: 0.3.1
|
|
|
|
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
2010-11-11 19:58:33 +00:00
|
|
|
Summary: X.Org X11 XKB parsing library
|
|
|
|
License: MIT
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.x.org
|
|
|
|
|
|
|
|
%if 0%{?gitdate}
|
|
|
|
Source0: %{name}-%{gitdate}.tar.bz2
|
|
|
|
%else
|
2013-04-17 23:33:46 +00:00
|
|
|
Source0: http://xkbcommon.org/download/%{name}-%{version}.tar.xz
|
2010-11-11 19:58:33 +00:00
|
|
|
%endif
|
|
|
|
Source1: make-git-snapshot.sh
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
BuildRequires: xorg-x11-util-macros byacc flex bison
|
|
|
|
BuildRequires: xorg-x11-proto-devel libX11-devel
|
2012-03-06 06:42:07 +00:00
|
|
|
BuildRequires: xkeyboard-config-devel
|
2010-11-11 19:58:33 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} is the X.Org library for compiling XKB maps into formats usable by
|
|
|
|
the X Server or other display servers.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: X.Org X11 XKB parsing development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
X.Org X11 XKB parsing development package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -v --install || exit 1
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYING
|
|
|
|
%{_libdir}/libxkbcommon.so.0.0.0
|
|
|
|
%{_libdir}/libxkbcommon.so.0
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libxkbcommon.so
|
2012-09-17 19:37:31 +00:00
|
|
|
%{_includedir}/xkbcommon/xkbcommon*.h
|
2010-11-11 19:58:33 +00:00
|
|
|
%{_libdir}/pkgconfig/xkbcommon.pc
|
|
|
|
|
|
|
|
%changelog
|
2013-08-26 21:25:23 +00:00
|
|
|
* Tue Aug 27 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.3.1-1
|
|
|
|
- xkbcommon 0.3.1
|
|
|
|
|
2013-08-03 07:35:02 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-17 23:33:46 +00:00
|
|
|
* Thu Apr 18 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.3.0-1
|
|
|
|
- xkbcommon 0.3.0
|
|
|
|
|
2013-02-14 05:33:33 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-23 17:41:47 +00:00
|
|
|
* Tue Oct 23 2012 Adam Jackson <ajax@redhat.com> 0.2.0-1
|
|
|
|
- xkbcommon 0.2.0
|
|
|
|
|
2012-09-17 19:37:31 +00:00
|
|
|
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.1.0-8.20120917
|
|
|
|
- Today's git snapshot
|
|
|
|
|
2012-07-19 21:43:20 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-7.20120306
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-06 06:42:07 +00:00
|
|
|
* Tue Mar 06 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.1.0-6.20120306
|
|
|
|
- BuildRequire xkeyboard-config-devel to get the right XKB target path (#799717)
|
|
|
|
|
2012-03-06 04:06:42 +00:00
|
|
|
* Tue Mar 06 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.1.0-5.20120306
|
|
|
|
- Today's git snapshot
|
|
|
|
|
2012-01-13 08:42:04 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-4.20111109
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-09 22:06:24 +00:00
|
|
|
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> 0.1.0-3
|
|
|
|
- Today's git snap
|
|
|
|
|
2011-02-08 12:57:04 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2.20101110
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-11 19:58:33 +00:00
|
|
|
* Sat Nov 06 2010 Dave Airlie <airlied@redhat.com> 0.1.0-1.20101110
|
|
|
|
- inital import
|
|
|
|
|