rpms/tito/F-11 tito.spec,1.1,1.2

Devan Goodwin dgoodwin at fedoraproject.org
Tue Oct 20 00:01:38 UTC 2009


Author: dgoodwin

Update of /cvs/extras/rpms/tito/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14315/F-11

Modified Files:
	tito.spec 
Log Message:
Update tito.spec for missed fixes from review.



Index: tito.spec
===================================================================
RCS file: /cvs/extras/rpms/tito/F-11/tito.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tito.spec	19 Oct 2009 23:50:54 -0000	1.1
+++ tito.spec	20 Oct 2009 00:01:38 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name: tito
 Version: 0.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary: A tool for managing rpm based git projects
 
 Group: Development/Tools
@@ -13,6 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch: noarch
 BuildRequires: python-devel
+BuildRequires: python-setuptools
 
 %description
 Tito is a tool for managing tarballs, rpms, and builds for projects using
@@ -38,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README.mkd
+%doc README.mkd AUTHORS COPYING
 %{_bindir}/tito
 %{_bindir}/bump-version.pl
 %{_bindir}/tar-fixup-stamp-comment.pl
@@ -49,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 01 2009 Devan Goodwin <dgoodwin at rm-rf.ca> 0.1.1-2
+- Add AUTHORS and COPYING to doc.
+- Add BuildRequires on python-setuptools.
+
 * Tue Aug 25 2009 Devan Goodwin <dgoodwin at rm-rf.ca> 0.1.1-1
 - Bumping to 0.1.0 for first release. 
 




More information about the scm-commits mailing list