Author: radek Date: Mon Jul 4 18:34:52 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: gnue-reports.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gnue-reports.spec diff -u /dev/null SPECS/gnue-reports.spec:1.1 --- /dev/null Mon Jul 4 20:34:52 2005 +++ SPECS/gnue-reports.spec Mon Jul 4 20:34:45 2005 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Summary: GNUe Reports - a platform and output-independent reporting system +#Summary(pl): +Name: gnue-reports +Version: 0.1.7 +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 +Requires: gnue-common +Requires: pysablot +Requires: python +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GNUe Reports is a platform and output-independent reporting +system. It reads an XML-based report definition and generates +arbitrary XML output that can further be translated into any format +for which there is an adapter. GNUe Reports currently has outputs +for Text, HTML, Label Stock, and CSV -- with PDF, Postscript, and +Gnumeric/Excel formats in the works. Reports can output directly to +a file, as an email attachment, to a printer, or to a HylaFax server. + +#%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 ChangeLog NEWS README* TODO doc/*.* doc/technotes +%attr(755,root,root) %{_bindir}/* +%{py_sitedir}/gnue/reports +%{_datadir}/gnue/filters +%{_datadir}/gnue/grpc/* +%{_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 18:34:45 radek +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
