update to 20131027git11a13d

This commit is contained in:
Miroslav Lichvar 2013-10-29 18:17:58 +01:00
parent 2c93ee0bb8
commit 88c451491d
3 changed files with 7 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/conky-1.9.0.tar.bz2
/conky-1.9.0-20121101gitbfaa84.tar.xz
/conky-1.9.0-20131027git11a13d.tar.xz

View File

@ -1,5 +1,5 @@
%global gitdate 20121101
%global gitrev bfaa84
%global gitdate 20131027
%global gitrev 11a13d
%bcond_without alsa
%bcond_without audacious
@ -24,7 +24,7 @@ Summary: A system monitor for X
Group: User Interface/X
License: GPLv3+
URL: http://conky.sf.net/
# git clone git://git.omp.am/conky.git; cd conky
# git clone git://github.com/brndnmtthws/conky.git; cd conky
# git archive --prefix=conky/ %{gitrev} | xz > %{name}-%{version}-%{gitdate}git%{gitrev}.tar.xz
Source0: %{name}-%{version}-%{gitdate}git%{gitrev}.tar.xz
#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@ -53,6 +53,8 @@ It just keeps on given'er. Yeah.
%prep
%setup -q -n %{name}
# fix detection of lua
sed -i 's|lua == 5.1|lua >= 5.1|' configure.ac.in
for i in AUTHORS; do
iconv -f iso8859-1 -t utf8 -o ${i}{_,} && touch -r ${i}{,_} && mv -f ${i}{_,}

View File

@ -1 +1 @@
3d429d16674757c2134821669f59e371 conky-1.9.0-20121101gitbfaa84.tar.xz
4e7e5bb0da1e761db794ca6fde2a1a34 conky-1.9.0-20131027git11a13d.tar.xz