]> git.pld-linux.org Git - packages/fakturix.git/blob - fakturix.spec
- BR: libgnomeui-devel >= 2.0
[packages/fakturix.git] / fakturix.spec
1 Summary:        fakturiX - software for invoicing
2 Summary(pl):    fakturiX - program do wystawiania faktur
3 Name:           fakturix
4 Version:        0.0.3
5 Release:        0.8
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  1f4e0e5520f8c07faf68e0ace0424900
10 URL:            http://fakturix.sourceforge.net/
11 BuildRequires:  libgnomeui-devel >= 2.0
12 BuildRequires:  mysql-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 fakturiX is software for issuing invoices.
17  
18 %description -l pl
19 fakturiX jest programem do wystawiania faktur.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc ChangeLog README sql/create.sql
40 %attr(755,root,root) %{_bindir}/%{name}
41 %{_pixmapsdir}/%{name}
This page took 0.065903 seconds and 3 git commands to generate.