xkbcommon 0.6.1
This commit is contained in:
parent
9346dcbbd5
commit
cdfa899b93
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/libxkbcommon-0.4.2.tar.xz
|
||||
/libxkbcommon-0.4.3.tar.xz
|
||||
/libxkbcommon-0.5.0.tar.xz
|
||||
/libxkbcommon-0.6.1.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
#global gitdate 20120917
|
||||
|
||||
Name: libxkbcommon
|
||||
Version: 0.5.0
|
||||
Release: 4%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Version: 0.6.1
|
||||
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Summary: X.Org X11 XKB parsing library
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
@ -57,7 +57,8 @@ autoreconf -v --install || exit 1
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
--enable-x11
|
||||
--enable-x11 \
|
||||
--disable-docs
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -70,7 +71,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
%license LICENSE
|
||||
%{_libdir}/libxkbcommon.so.0.0.0
|
||||
%{_libdir}/libxkbcommon.so.0
|
||||
|
||||
@ -97,6 +98,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jun 03 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.6.1-1
|
||||
- xkbcommon 0.6.1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user