SPECS: synce-gnome.spec (NEW) - new
glen
glen at pld-linux.org
Wed Aug 29 02:27:23 CEST 2007
Author: glen Date: Wed Aug 29 00:27:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
synce-gnome.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/synce-gnome.spec
diff -u /dev/null SPECS/synce-gnome.spec:1.1
--- /dev/null Wed Aug 29 02:27:23 2007
+++ SPECS/synce-gnome.spec Wed Aug 29 02:27:18 2007
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary: -
+Name: synce-gnome
+Version: 0.10.0
+Release: 0.1
+License: MIT
+Group: Applications/Communications
+Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
+# Source0-md5: d7da61dbb06ad5206bc65c599be938d4
+URL: http://www.synce.org/
+Requires: python-dbus
+Requires: python-pynotify
+ExcludeArch: %{x8664} alpha ia64 ppc64 s390x sparc64
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+- -
+
+Note: Despite this being called synce-gnome, this is not
+Gnome-specific.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install src/test.py $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/synce-gnome
+
+%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/29 00:27:18 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list