Update to the latest git
This commit is contained in:
parent
85ab827b8b
commit
a4e69dd754
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ libfm-0.1.12.tar.gz
|
||||
/libfm-0.1.15-git3ec0a717adde65f262b5bb2b33ae5eb56e9aea6f.tar.gz
|
||||
/libfm-0.1.15-git197c7e1b8e3e439a5e4f3f004a3447aef43b298b.tar.gz
|
||||
/libfm-0.1.15-gitdebea4a90d17ec6fd5876564d28977a3c3875924.tar.gz
|
||||
/libfm-0.1.15-D20110422git30d03d27e4.tar.gz
|
||||
|
14
libfm.spec
14
libfm.spec
@ -4,14 +4,15 @@
|
||||
# git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm
|
||||
|
||||
%global usegit 1
|
||||
%global mainrel 3
|
||||
%global mainrel 4
|
||||
|
||||
%global githash debea4a90d17ec6fd5876564d28977a3c3875924
|
||||
%global githash 30d03d27e49f907f9621c0bcccf84df1c419c6dc
|
||||
%global shorthash %(TMP=%githash ; echo ${TMP:0:10})
|
||||
%global gitdate Mon Apr 4 19:39:11 2011 +0800
|
||||
%global gitdate Apr 22 22:10:51 2011 +0200
|
||||
%global gitdate_num 20110422
|
||||
|
||||
%if 0%{?usegit} >= 1
|
||||
%global fedorarel %{mainrel}.git%{shorthash}
|
||||
%global fedorarel %{mainrel}.D%{gitdate_num}git%{shorthash}
|
||||
%else
|
||||
%global fedorarel %{mainrel}
|
||||
%endif
|
||||
@ -25,7 +26,7 @@ Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://pcmanfm.sourceforge.net/
|
||||
%if 0%{?usegit} >= 1
|
||||
Source0: %{name}-%{version}-git%{githash}.tar.gz
|
||||
Source0: %{name}-%{version}-D%{gitdate_num}git%{shorthash}.tar.gz
|
||||
%else
|
||||
Source0: http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
|
||||
%endif
|
||||
@ -221,6 +222,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Apr 24 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-4
|
||||
- Update to the latest git
|
||||
|
||||
* Sat Apr 09 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-3
|
||||
- Update to the latest git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user