[specto] Upstream release.

Xavier LAMIEN ザビエル laxathom at fedoraproject.org
Fri Nov 4 14:58:21 UTC 2011


commit 5c928767bdf1c551f5c977bfbee49072a8f91c26
Author: Xavier Lamien <xlamien at orange-vallee.net>
Date:   Fri Nov 4 15:57:54 2011 +0100

    Upstream release.

 .gitignore  |    1 +
 sources     |    1 +
 specto.spec |   15 +++++++++------
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc8893e..fdaa7c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 specto-0.3rc1.tar.gz
 specto-0.3.1.tar.gz
+/specto-0.4.1.tar.gz
diff --git a/sources b/sources
index ddd143b..4b19d2c 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 1a5ddb1dd7b4445886e07faa2cb365ed  specto-0.3.1.tar.gz
+27c69b20eb6f9175937c86fc1d7743c4  specto-0.4.1.tar.gz
diff --git a/specto.spec b/specto.spec
index 12f2765..3a400f5 100644
--- a/specto.spec
+++ b/specto.spec
@@ -1,8 +1,8 @@
 %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
 
 Name:		specto
-Version:	0.3.1
-Release:	3%{?dist}
+Version:	0.4.1
+Release:	1%{?dist}
 Summary:	An desktop application that will watch configurable events        
 
 Group:		Applications/System
@@ -15,7 +15,7 @@ BuildArch:	noarch
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
 Requires:	dbus-python, notify-python
-Requires:	pygtk2-libglade      
+#Requires:	pygtk2-libglade      
 Requires:	gnome-python2-gconf
 Requires:	gnome-python2-gnomevfs
 Requires:	numpy
@@ -47,8 +47,7 @@ sed -e 's|/share/doc/%{name}/|/share/doc/%{name}-%{version}|g' \
 rm -rf $RPM_BUILD_ROOT
 python setup.py install --root $RPM_BUILD_ROOT
 
-#move docs in better location to add them properly
-mv data/doc/{AUTHORS,ChangeLog,VERSION,COPYING} .
+# Remove redundant files
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} 
 
 desktop-file-install					\
@@ -76,16 +75,20 @@ touch --no-create %{_datadir}/icons/hicolor || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING VERSION
+%doc AUTHORS COPYING README
 %{_bindir}/%{name}
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/indicators/messages/applications/%{name}
 %{python_sitelib}/spectlib
 %{python_sitelib}/%{name}-%{version}*.egg-info
 
 
 %changelog
+* Fri Nov 04 2011 Xavier Lamien <laxathom at fedoraproject.org> - 0.4.1-1
+- Update release.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list