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.2.tar.xz
|
||||||
/libxkbcommon-0.4.3.tar.xz
|
/libxkbcommon-0.4.3.tar.xz
|
||||||
/libxkbcommon-0.5.0.tar.xz
|
/libxkbcommon-0.5.0.tar.xz
|
||||||
|
/libxkbcommon-0.6.1.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#global gitdate 20120917
|
#global gitdate 20120917
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 0.5.0
|
Version: 0.6.1
|
||||||
Release: 4%{?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
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -57,7 +57,8 @@ autoreconf -v --install || exit 1
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-x11
|
--enable-x11 \
|
||||||
|
--disable-docs
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -70,7 +71,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%license LICENSE
|
||||||
%{_libdir}/libxkbcommon.so.0.0.0
|
%{_libdir}/libxkbcommon.so.0.0.0
|
||||||
%{_libdir}/libxkbcommon.so.0
|
%{_libdir}/libxkbcommon.so.0
|
||||||
|
|
||||||
@ -97,6 +98,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user