Fix the git version

f39
Liberty 15 years ago
parent 048857bdb1
commit 9e4cae927e

1
.gitignore vendored

@ -1,2 +1,3 @@
goldendict-c33fa2c.tar.gz
goldendict-4fa567e.tar.gz
goldendict-415f35e.tar.gz

@ -1,16 +1,16 @@
%define githash 4fa567e
%define githash 415f35e
%define gitdate 20100804
Name: goldendict
Version: 0.9.0
Release: 13.%{gitdate}git%{githash}%{?dist}
Release: 14.%{gitdate}git%{githash}%{?dist}
Summary: A feature-rich dictionary lookup program
Group: Applications/System
License: GPLv3+
URL: http://goldendict.berlios.de/
#Source0: http://prdownload.berlios.de/goldendict/goldendict-0.9.0-src-x11.tar.bz2
# The source is generated from the git snapshot using the following command
# git clone git://git.berlios.de/goldendict
# git clone git://gitorious.org/goldendict/goldendict.git
# git archive master --prefix=goldendict-`git log --pretty=format:"%h"| head -n1`/ |gzip > goldendict-`git log --pretty=format:"%h"|head -n1`.tar.gz
Source0: %{name}-%{githash}.tar.gz
@ -82,6 +82,9 @@ rm -rf %{buildroot}
%changelog
* Wed Aug 04 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-14
- Fix the git repo
* Wed Aug 04 2010 Howard Ning <mrlhwliberty@gmail.com> - 0.9.0-13
- New upstream version

@ -1 +1 @@
ede41794ccc1153beac9c923b9e9df8a goldendict-4fa567e.tar.gz
97bd28e39279ff55d4244356d43a10e4 goldendict-415f35e.tar.gz

Loading…
Cancel
Save