* Sun Aug 1 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7-1
- Update for 0.7 release
This commit is contained in:
parent
e36557f4d6
commit
3a1de6d6a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
docutils-0.6.tar.gz
|
docutils-0.6.tar.gz
|
||||||
|
docutils-0.7.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%global srcname docutils
|
%global srcname docutils
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: System for processing plaintext documentation
|
Summary: System for processing plaintext documentation
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -18,8 +18,8 @@ Source0: http://downloads.sourceforge.net/docutils/%{srcname}-%{version}.
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools-devel
|
BuildRequires: python-setuptools
|
||||||
|
|
||||||
Requires: python-imaging
|
Requires: python-imaging
|
||||||
Provides: docutils = %{version}-%{release}
|
Provides: docutils = %{version}-%{release}
|
||||||
@ -79,6 +79,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitelib}/*egg-info
|
%{python_sitelib}/*egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 1 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7-1
|
||||||
|
- Update for 0.7 release
|
||||||
|
|
||||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.6-2
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user