Author: aredridel Date: Wed Aug 3 03:30:13 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added - NFY
---- Files affected: SPECS: tinyaccounting.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tinyaccounting.spec diff -u /dev/null SPECS/tinyaccounting.spec:1.1 --- /dev/null Wed Aug 3 05:30:13 2005 +++ SPECS/tinyaccounting.spec Wed Aug 3 05:30:07 2005 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +# +Summary: A small accounting package +Name: tinyaccounting +Version: 1.0 +Release: 1 +License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here) +Group: Applications +Source0: http://tinyaccounting.org/download/sources/%{name}-%{version}.tgz +# Source0-md5: 9b03ed3cb71be00a9a8020a1e3ffea81 +URL: - +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Tiny Accounting allows you to follow the performance of responsibilty centers and to allocate expenses, generates reports of all accounting data in the general ledger, takes care of journal book-keeping and allows financial reporting, deals with cash-flow. Analytical and reporting tools are also included and adress company or group accounts. + +%prep +%setup -q -n tinyaccount-%{version} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +# create directories if necessary +#install -d $RPM_BUILD_ROOT +#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} + +%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/08/03 03:30:07 aredridel +- added +- NFY + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
