Update to 0.8.0

This commit is contained in:
Peng Wu 2012-11-19 13:00:17 +08:00
parent 5c37a2893a
commit 58b4d545cc
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/libpinyin-0.7.1.tar.gz
/libpinyin-0.7.91.tar.gz
/libpinyin-0.7.92.tar.gz
/libpinyin-0.8.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: libpinyin
Version: 0.7.92
Version: 0.8.0
Release: 1%{?dist}
Summary: Library to deal with pinyin
@ -54,7 +54,7 @@ make %{?_smp_mflags}
make check
%install
make install DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@ -86,6 +86,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_mandir}/man1/*.1.*
%changelog
* Wed Nov 14 2012 Peng Wu <pwu@redhat.com> - 0.8.0-1
- Update to 0.8.0
* Mon Oct 15 2012 Peng Wu <pwu@redhat.com> - 0.7.92-1
- Update to 0.7.92

View File

@ -1 +1 @@
6bba0e37fe51b05cc7312d7eda9d86ed libpinyin-0.7.92.tar.gz
d6d9648533517fbbd90360c7df07f0de libpinyin-0.8.0.tar.gz