]> git.pld-linux.org Git - SPECS.git/blob - invoicer.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / invoicer.spec
1 Summary:        Freeware invoicing application
2 Summary(pl.UTF-8):      Darmowy system finansowo-księgowy
3 Name:           invoicer
4 Version:        3
5 Release:        1
6 License:        Freeware
7 Group:          X11/Applications
8 Source0:        http://www.madar.com.pl/demo/%{name}.tar.gz
9 # Source0-md5:  61843b1243aeff6b28870dbc99b10931
10 URL:            http://www.emadar.com/
11 Requires:       desktop-file-utils
12 Requires:       gdk-pixbuf >= 0.7
13 Requires:       gtk+ >= 1.2
14 ExclusiveArch:  %{ix86}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Freeware financial application for making invoice.
19
20 %description -l pl.UTF-8
21 Program pozwalający na wystawianie faktur VAT skierowany do małych
22 firm, które nie prowadzą gospodarki magazynowej.
23
24 %prep
25 %setup -q -n %{name}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
30
31 install opt/madar/invoicer.bin $RPM_BUILD_ROOT%{_bindir}/invoicer
32 install usr/share/applications/invoicer.desktop  $RPM_BUILD_ROOT%{_desktopdir}/invoicer.desktop
33 install usr/share/pixmaps/invoicer_ico.png $RPM_BUILD_ROOT%{_pixmapsdir}/invoicer_ico.png
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
41 %{_desktopdir}/invoicer.desktop
42 %{_pixmapsdir}/invoicer_ico.png
This page took 0.518574 seconds and 3 git commands to generate.