Author: radek                        Date: Mon Jul  4 17:45:55 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/gnue-appserver.spec
diff -u /dev/null SPECS/gnue-appserver.spec:1.1
--- /dev/null   Mon Jul  4 19:45:55 2005
+++ SPECS/gnue-appserver.spec   Mon Jul  4 19:45:50 2005
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:       GNUe Application Server - the core of the GNU Enterprise system
+#Summary(pl):  
+Name:          gnue-appserver
+Version:       0.4.1
+Release:       0.1
+License:       GPL
+# ?
+Group:         Libraries/Python
+Source0:       http://www.gnue.org/downloads/current/%{name}-%{version}.tar.gz
+URL:           http://www.gnue.org/
+BuildRequires: gnue-common
+BuildRequires: python
+BuildRequires: python-devel
+BuildRequires: python-mx-DateTime
+Requires:      gnue-common
+Requires:      python
+Requires:      python-mx-DateTime
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The GNUe Application Server (AppServer) is the core of the n-tier
+variant of the GNU Enterprise system. To the front end (be it GNUe
+Forms, GNUe Reports or any other tool), it provides user-defineable
+business objects with arbitary fields and methods. While transforming
+access to those fields and methods into database communication
+and calling of scripts, it cares about stability, security, speed,
+and consistency.
+
+#%description -l pl
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT \
+       --optimize=2
+
+find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm {} \;
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS BUGS ChangeLog NEWS README* TODO doc/*.* 
doc/{api,devguide,technotes} samples
+%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/gnue
+%{_datadir}/gnue
+%{_mandir}/man?/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/04 17:45:50  radek
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to