SPECS: tinyerp-server.spec (NEW) - new, NFY (patch for setup.py, i...

radek radek at pld-linux.org
Sun Aug 7 18:24:39 CEST 2005


Author: radek                        Date: Sun Aug  7 16:24:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, NFY (patch for setup.py, init script)

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

---- Diffs:

================================================================
Index: SPECS/tinyerp-server.spec
diff -u /dev/null SPECS/tinyerp-server.spec:1.1
--- /dev/null	Sun Aug  7 18:24:39 2005
+++ SPECS/tinyerp-server.spec	Sun Aug  7 18:24:33 2005
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+Summary:	Tiny ERP - free ERP and CRM software (server)
+#Summary(pl):	
+Name:		tinyerp-server
+Version:	2.1.3
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://tinyerp.org/download/sources/%{name}-%{version}.tar.gz
+# Source0-md5:	9d4a0d90a29a089368c3fc24c9f4b8bc
+URL:		http://tinyerp.org/
+BuildRequires:	python
+BuildRequires:	python-devel
+BuildRequires:	python-libxml2
+BuildRequires:	python-libxslt
+BuildRequires:	python-psycopg
+BuildRequires:  rpmbuild(macros) >= 1.219
+#Requires:	graphviz
+#Requires:	python-Imaging
+Requires:	python-libxml2
+Requires:	python-libxslt
+Requires:	python-psycopg
+#Requires:	python-pyparsing
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tiny ERP is a complete ERP and CRM. The main features are accounting
+(analytic and financial), stock management, sales and purchases
+management, tasks automation, marketing campaigns, help desk, POS,
+etc. Technical features include a distributed server, flexible workflows,
+an object database, a dynamic GUI, customizable reports, and SOAP and
+XML-RPC interfaces.
+
+#%description -l pl
+# TODO
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--prefix=/usr \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+%py_postclean
+
+#%%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/{INSTALL,README*}
+%attr(755,root,root) %{_bindir}/*
+%{py_sitescriptdir}/tinyerp_server
+%{_mandir}/man?/*
+
+%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  2005/08/07 16:24:33  radek
+- new, NFY (patch for setup.py, init script)
+
================================================================



More information about the pld-cvs-commit mailing list