Today's git snapshot
This commit is contained in:
parent
a3f5d18d9f
commit
a29d1b49f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libxkbcommon-20101110.tar.bz2
|
||||
/libxkbcommon-20111109.tar.bz2
|
||||
/libxkbcommon-20120306.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global gitdate 20111109
|
||||
%global gitdate 20120306
|
||||
|
||||
Name: libxkbcommon
|
||||
Version: 0.1.0
|
||||
Release: 4%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Release: 5%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Summary: X.Org X11 XKB parsing library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -57,10 +57,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libxkbcommon.so
|
||||
%{_includedir}/X11/extensions/XKBcommon.h
|
||||
%{_includedir}/xkbcommon/xkbcommon.h
|
||||
%{_libdir}/pkgconfig/xkbcommon.pc
|
||||
|
||||
%changelog
|
||||
* Tue Mar 06 2012 Peter Hutterer <peter.hutterer@redhat.com> 0.1.0-5.20120306
|
||||
- Today's git snapshot
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user