xkbcommon 0.2.0
This commit is contained in:
parent
e2b959249e
commit
5c64f2b424
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libxkbcommon-20111109.tar.bz2
|
||||
/libxkbcommon-20120306.tar.bz2
|
||||
/libxkbcommon-20120917.tar.bz2
|
||||
/libxkbcommon-0.2.0.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global gitdate 20120917
|
||||
#global gitdate 20120917
|
||||
|
||||
Name: libxkbcommon
|
||||
Version: 0.1.0
|
||||
Release: 8%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Version: 0.2.0
|
||||
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Summary: X.Org X11 XKB parsing library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -11,7 +11,7 @@ URL: http://www.x.org
|
||||
%if 0%{?gitdate}
|
||||
Source0: %{name}-%{gitdate}.tar.bz2
|
||||
%else
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: http://xkbcommon.org/download/%{name}-%{version}.tar.bz2
|
||||
%endif
|
||||
Source1: make-git-snapshot.sh
|
||||
|
||||
@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/pkgconfig/xkbcommon.pc
|
||||
|
||||
%changelog
|
||||
* Tue Oct 23 2012 Adam Jackson <ajax@redhat.com> 0.2.0-1
|
||||
- xkbcommon 0.2.0
|
||||
|
||||
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.1.0-8.20120917
|
||||
- Today's git snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user