]> git.pld-linux.org Git - packages/gfax.git/blob - gfax.spec
- file name says all :)
[packages/gfax.git] / gfax.spec
1 Summary:        The GNOME Fax Application
2 Name:           gfax
3 Version:        0.4.2
4 Release:        1
5 License:        GPL
6 Group:          Applications/Communications
7 Group(de):      Applikationen/Kommunikation
8 Group(pl):      Aplikacje/Komunikacja
9 Source0:        ftp://raven.cc.mala.bc.ca/pub/Linux/%{name}-%{version}.tar.gz
10 BuildRequires:  gettext-devel
11 BuildRequires:  gnome-libs-devel
12 BuildRequires:  libglade-devel
13 URL:            http://www.gmsys.com/gnome-gfax.html
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 Gfax is a popup tool for easily sending facsimilies by printing to a
20 fax printer.
21
22 Gfax works with GNOME.
23
24 %description -l pl
25 Gfax jest narzêdziem do ³atwego wysy³ania faksów poprzez drukowanie
26 ich na drukarce faksowej. Gfax dzia³a z GNOME.
27
28 %prep
29 %setup -q
30
31 %build
32 gettextize --copy --force
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         Applicationsdir=%{_applnkdir}/Office/Misc
42
43 gzip -9nf AUTHORS ChangeLog NEWS README FAQ-gfax
44
45 %find_lang %{name} --with-gnome
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc *.gz
53 %attr(755,root,root) %{_bindir}/gfax
54 %{_datadir}/gfax
55 %{_pixmapsdir}/*
56 %{_applnkdir}/Office/Misc/*
This page took 0.082608 seconds and 3 git commands to generate.