Today's git snap
This commit is contained in:
parent
47d541a012
commit
3e0b103b90
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libxkbcommon-20101110.tar.bz2
|
||||
/libxkbcommon-20111109.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global gitdate 20101110
|
||||
%global gitdate 20111109
|
||||
|
||||
Name: libxkbcommon
|
||||
Version: 0.1.0
|
||||
Release: 2%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Release: 3%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Summary: X.Org X11 XKB parsing library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -61,6 +61,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/pkgconfig/xkbcommon.pc
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> 0.1.0-3
|
||||
- Today's git snap
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
DIRNAME=mtdev-$( date +%Y%m%d )
|
||||
DIRNAME=libxkbcommon-$( date +%Y%m%d )
|
||||
|
||||
rm -rf $DIRNAME
|
||||
git clone http://bitmath.org/git/mtdev.git $DIRNAME
|
||||
git clone git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon $DIRNAME
|
||||
cd $DIRNAME
|
||||
if [ -z "$1" ]; then
|
||||
git log | head -1
|
||||
|
Loading…
Reference in New Issue
Block a user