Update to 0.8.0
This commit is contained in:
parent
5c37a2893a
commit
58b4d545cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user