0.1.16 release
This commit is contained in:
parent
3ba5639b24
commit
70227bc6a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ libfm-0.1.12.tar.gz
|
||||
/libfm-0.1.15-D20110427gita1f63c3114.tar.gz
|
||||
/libfm-0.1.15-D20110529gitcd79d6228b.tar.gz
|
||||
/libfm-0.1.15-D20110807gitd22b41fd2f.tar.gz
|
||||
/libfm-0.1.16.tar.gz
|
||||
|
17
libfm.spec
17
libfm.spec
@ -3,8 +3,8 @@
|
||||
# Upstream git:
|
||||
# git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm
|
||||
|
||||
%global usegit 1
|
||||
%global mainrel 7
|
||||
%global usegit 0
|
||||
%global mainrel 1
|
||||
|
||||
%global githash d22b41fd2f738164c2cc89f6ae5d08c8bea6c65c
|
||||
%global shorthash %(TMP=%githash ; echo ${TMP:0:10})
|
||||
@ -18,7 +18,7 @@
|
||||
%endif
|
||||
|
||||
Name: libfm
|
||||
Version: 0.1.15
|
||||
Version: 0.1.16
|
||||
Release: %{fedorarel}%{?dist}
|
||||
Summary: GIO-based library for file manager-like programs
|
||||
|
||||
@ -117,8 +117,12 @@ sed -i.deprecated \
|
||||
%endif
|
||||
|
||||
# ???
|
||||
mkdir m4 || :
|
||||
sh autogen.sh
|
||||
#mkdir m4 || :
|
||||
#sh autogen.sh
|
||||
|
||||
# ???
|
||||
mkdir -p docs/reference/libfm
|
||||
touch docs/{reference{/libfm/,},}/Makefile.in
|
||||
|
||||
# treak rpath
|
||||
sed -i.libdir_syssearch \
|
||||
@ -224,6 +228,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Aug 28 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.16-1
|
||||
- 0.1.16 release
|
||||
|
||||
* Sun Aug 7 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.1.15-7
|
||||
- Update to the latest git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user