diff --git a/python-instant.spec b/python-instant.spec index 744d42c..305069b 100644 --- a/python-instant.spec +++ b/python-instant.spec @@ -28,7 +28,8 @@ and Distutils. %prep %setup -q -n %{srcname}-%{version} -chmod 0644 tests/* +chmod 0644 test/* + %build %{__python} setup.py build @@ -45,7 +46,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog LICENSE RELEASENOTES doc/html_reference/ tests/ +%doc AUTHORS ChangeLog COPYING README TODO doc/html_reference/ test/ %{_mandir}/man*/*.1* %{_bindir}/instant* %{python_sitelib}/%{srcname}/ @@ -56,6 +57,7 @@ rm -rf %{buildroot} * Sat Jul 03 2010 Fabian Affolter - 0.9.8-1 - Updated to new upsteam version 0.9.8 - Updated the spec file to reflect changes in the guidelines +- Updated docs * Sun Jul 26 2009 Fedora Release Engineering - 0.9.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild