]> git.pld-linux.org Git - packages/g2100config.git/blob - g2100config.spec
- adding es/pt/pt_BR Group translations
[packages/g2100config.git] / g2100config.spec
1 Summary:        GTK+ HP LaserJet 2100 configuration tool
2 Summary(pl):    Narzêdzie GTK+ do konfigurowania drukarek HP LaserJet 2100
3 Name:           g2100config
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
14 URL:            http://g2100config.sourceforge.net
15 BuildRequires:  automake
16 BuildRequires:  autoconf
17 BuildRequires:  gtk+-devel
18 BuildRequires:  gettext-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define _prefix /usr/X11R6
22
23 %description
24 g2100config is a GTK+ control tool for the HP LaserJet 2100 Series
25 printers. Current options are Resolution, Density, Courier Font, Econo
26 Mode, Tray Locking, and Test Page printing.
27
28 %description -l pl
29 g2100config to narzêdzie do konfiguracji drukarek HP LaserJet serii
30 2100. Aktualnie mo¿liwe do zmieniania opcje to: rozdzielczo¶æ,
31 gêsto¶æ, czcionka, tryb ekonomiczny, blokowanie podajników i
32 drukowanie strony testowej.
33
34 %package -n 2100config
35 Summary:        Console HP LaserJet 2100 configuration tool
36 Summary(pl):    Narzêdzie tekstowe do konfigurowania drukarek HP LaserJet 2100
37 Group:          Applications/Printing
38 Group(de):      Applikationen/Drucken
39 Group(pl):      Aplikacje/Drukowanie
40
41 %description -n 2100config
42 g2100config is a console control tool for the HP LaserJet 2100 Series
43 printers. Current options are Resolution, Density, Courier Font, Econo
44 Mode, Tray Locking, and Test Page printing.
45
46 %description -l pl -n 2100config
47 g2100config to narzêdzie do konfiguracji drukarek HP LaserJet serii
48 2100. Aktualnie mo¿liwe do zmieniania opcje to: rozdzielczo¶æ,
49 gêsto¶æ, czcionka, tryb ekonomiczny, blokowanie podajników i
50 drukowanie strony testowej.
51
52 %prep
53 %setup -q
54 %{__make} distclean
55 rm -f console/2100config
56
57 %build
58 gettextize --copy --force
59 aclocal
60 autoconf
61 automake -a -c
62 %configure
63 %{__make}
64
65 cd console
66 %{__make} CFLAGS="$RPM_OPT_FLAGS" 2100config
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70 install -d $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}
71
72 %{__make} DESTDIR=$RPM_BUILD_ROOT install
73 install console/2100config $RPM_BUILD_ROOT/usr/bin
74 install console/2100config.1 $RPM_BUILD_ROOT%{_mandir}/man1
75 gzip -9nf AUTHORS NEWS README
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files
81 %defattr(644,root,root,755)
82 %doc *.gz
83 %attr(755,root,root) %{_bindir}/*
84 %{_datadir}/%{name}
85
86 %files -n 2100config
87 %defattr(644,root,root,755)
88 %attr(755,root,root) /usr/bin/*
89 %{_mandir}/man1/*
This page took 0.064841 seconds and 4 git commands to generate.