New upstream 1.0 release
Also, upstream URLs have changed.
This commit is contained in:
parent
8d7ddceb6f
commit
2cc20afc81
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/cangjie-0.0.1.tar.xz
|
||||
/cangjie-1.0.tar.xz
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
Name: python3-%{module_name}
|
||||
Summary: Python bindings to libcangjie
|
||||
Version: 0.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3+
|
||||
URL: https://github.com/bochecha/pycangjie
|
||||
Source0: http://ibus-cangjie.opensource.hk/downloads/py%{module_name}/%{module_name}-%{version}.tar.xz
|
||||
URL: http://cangjians.github.io/projects/%{name}
|
||||
Source0: http://cangjians.github.io/downloads/%{name}/%{module_name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: python3-Cython
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: libcangjie-devel
|
||||
BuildRequires: libcangjie-devel >= 1.0
|
||||
|
||||
%description
|
||||
Python bindings to libcangjie, the library implementing Cangjie and Quick
|
||||
@ -37,11 +37,14 @@ make check
|
||||
|
||||
|
||||
%files
|
||||
%doc README COPYING
|
||||
%doc AUTHORS COPYING README.md
|
||||
%{python3_sitearch}/%{module_name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 24 2013 Mathieu Bridon <bochecha@fedoraproject.org> - 1.0-1
|
||||
- New upstream 1.0 release.
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user