SPECS: specto.spec (NEW) - added (NFY: Needs requires)

aredridel aredridel at pld-linux.org
Sat Aug 4 18:57:59 CEST 2007


Author: aredridel                    Date: Sat Aug  4 16:57:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added (NFY: Needs requires)

---- Files affected:
SPECS:
   specto.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/specto.spec
diff -u /dev/null SPECS/specto.spec:1.1
--- /dev/null	Sat Aug  4 18:57:59 2007
+++ SPECS/specto.spec	Sat Aug  4 18:57:54 2007
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+Summary:	Event notification application
+Summary(pl.UTF-8):	-
+Name:		specto
+Version:	0.2.2
+Release:	1
+License:	GPLv2
+Group:		X11/Applications
+Source0:	http://specto.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	2212c1a6e2e72eb2f13c632745330c9f
+URL:		http://code.google.com/p/specto/
+BuildRequires:	python
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Specto is a desktop application that will watch configurable events
+(such as website updates, emails, file and folder changes, system
+processes, etc) and then trigger notifications. For example, Specto
+can watch a website for updates (or a syndication feed, or an image,
+etc), and notify you when there is activity (otherwise, Specto will
+just stay out of the way). This changes the way you work, because you
+can be informed of events instead of having to look out for them.
+
+%prep
+%setup -q
+#%setup -q -c -T
+#%setup -q -n %{name}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc data/doc/AUTHORS data/doc/ChangeLog  data/doc/HACKING  data/doc/VERSION
+%attr(755,root,root) %{_bindir}/specto
+%{_desktopdir}/specto.desktop
+%{_iconsdir}/hicolor/scalable/apps/*.svg
+%dir %{py_sitescriptdir}/spectlib
+%{py_sitescriptdir}/spectlib/*.pyc
+%{py_sitescriptdir}/specto-0.2.2-py2.5.egg-info
+%dir %{_datadir}/specto
+%dir %{_datadir}/specto/glade
+%{_datadir}/specto/glade/*.glade
+%dir %{_datadir}/specto/icons
+%{_datadir}/specto/icons/*.png
+%{_datadir}/specto/icons/*.svg
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/04 16:57:54  aredridel
+- added (NFY: Needs requires)
+
================================================================


More information about the pld-cvs-commit mailing list