rpms/specto/F-12 sources,1.4,1.5 specto.spec,1.11,1.12

Jarod Wilson jwilson at fedoraproject.org
Wed Feb 3 15:43:49 UTC 2010


Author: jwilson

Update of /cvs/pkgs/rpms/specto/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8309

Modified Files:
	sources specto.spec 
Log Message:
* Tue Feb 02 2010 Jarod Wilson <jarod at redhat.com> 0.3.1-1
- Update to 0.3.1 release



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/specto/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	19 Jan 2009 22:32:52 -0000	1.4
+++ sources	3 Feb 2010 15:43:49 -0000	1.5
@@ -1 +1 @@
-1ebb626631bacab3356ab46773b95152  specto-0.3rc1.tar.gz
+1a5ddb1dd7b4445886e07faa2cb365ed  specto-0.3.1.tar.gz


Index: specto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/specto/F-12/specto.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- specto.spec	27 Jul 2009 04:39:51 -0000	1.11
+++ specto.spec	3 Feb 2010 15:43:49 -0000	1.12
@@ -1,14 +1,14 @@
 %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
 
 Name:		specto
-Version:	0.3      
-Release:	0.3.rc1%{?dist}
+Version:	0.3.1
+Release:	1%{?dist}
 Summary:	An desktop application that will watch configurable events        
 
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://specto.sourceforge.net/            
-Source0:	http://specto.googlecode.com/files/%{name}-%{version}rc1.tar.gz
+Source0:	http://specto.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:	noarch
@@ -18,6 +18,7 @@ Requires:	dbus-python, notify-python
 Requires:	pygtk2-libglade      
 Requires:	gnome-python2-gconf
 Requires:	gnome-python2-gnomevfs
+Requires:	numpy
 
 %description
 Specto is a desktop application that will watch configurable events
@@ -30,7 +31,7 @@ This changes the way you work, because y
 of events instead of having to look out for them.
 
 %prep
-%setup -q -n %{name}-%{version}rc1
+%setup -q
 
 
 %build
@@ -81,10 +82,13 @@ touch --no-create %{_datadir}/icons/hico
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{python_sitelib}/spectlib
-%{python_sitelib}/%{name}-%{version}rc1-py?.?.egg-info
+%{python_sitelib}/%{name}-%{version}*.egg-info
 
 
 %changelog
+* Tue Feb 02 2010 Jarod Wilson <jarod at redhat.com> 0.3.1-1
+- Update to 0.3.1 release
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-0.3.rc1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list