Author: speedo Date: Tue Aug 15 21:59:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release
---- Files affected: SPECS: invoicer.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/invoicer.spec diff -u /dev/null SPECS/invoicer.spec:1.1 --- /dev/null Tue Aug 15 23:59:03 2006 +++ SPECS/invoicer.spec Tue Aug 15 23:58:58 2006 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ + +Summary: Freeware invoicing application +Summary(pl): Darmowy system finansowo-księgowy +Name: invoicer +Version: 3 +Release: 0.1 +License: Freeware +Group: Productivity/Office/Finance +Source0: http://www.madar.com.pl/demo/%{name}.tar.gz +# Source0-md5: 61843b1243aeff6b28870dbc99b10931 +URL: http://www.emadar.com +Requires: desktop-file-utils +Requires: gdk-pixbuf +Requires: gtk+ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Freeware financial application for making invoice. + +%description -l pl +Program pozwalający na wystawianie faktur VAT skierowany do małych +firm, które nie prowadzą gospodarki magazynowej. + +%prep +%setup -q -n %{name} + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT/opt/madar/%{name}.bin +install -d $RPM_BUILD_ROOT%{_bindir}/%{name} +install -d $RPM_BUILD_ROOT%{_desktopdir}/invoicer.desktop +install -d $RPM_BUILD_ROOT%{_pixmapsdir}/invoicer_ico.png + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) /opt/madar/* +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_desktopdir}/invoicer.desktop +%attr(755,root,root) %{_pixmapsdir}/invoicer_ico.png + +%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 2006/08/15 21:58:58 speedo +- initial release + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
