|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|