]> git.pld-linux.org Git - packages/g2100config.git/commitdiff
- better descriptions, new %%doc, working URL; release 3 RA-1_0 STABLE g2100config-0_5-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 Aug 2002 09:35:24 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g2100config.spec -> 1.12

g2100config.spec

index 0468e65e5fcf6245ea997ea559e6a28c2a5470c0..1d0eff8efe4c544705bf323470c49f96293587f1 100644 (file)
@@ -2,18 +2,18 @@ Summary:      GTK+ HP LaserJet 2100 configuration tool
 Summary(pl):   Narzêdzie GTK+ do konfigurowania drukarek HP LaserJet 2100
 Name:          g2100config
 Version:       0.5
 Summary(pl):   Narzêdzie GTK+ do konfigurowania drukarek HP LaserJet 2100
 Name:          g2100config
 Version:       0.5
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications
 License:       GPL
 Group:         X11/Applications
-Source0:       http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
 URL:           http://g2100config.sourceforge.net/
 BuildRequires: automake
 BuildRequires: autoconf
 URL:           http://g2100config.sourceforge.net/
 BuildRequires: automake
 BuildRequires: autoconf
-BuildRequires: gtk+-devel
 BuildRequires: gettext-devel
 BuildRequires: gettext-devel
+BuildRequires: gtk+-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _prefix /usr/X11R6
+%define                _prefix         /usr/X11R6
 
 %description
 g2100config is a GTK+ control tool for the HP LaserJet 2100 Series
 
 %description
 g2100config is a GTK+ control tool for the HP LaserJet 2100 Series
@@ -27,18 +27,18 @@ g
 drukowanie strony testowej.
 
 %package -n 2100config
 drukowanie strony testowej.
 
 %package -n 2100config
-Summary:       Console HP LaserJet 2100 configuration tool
+Summary:       Text-mode HP LaserJet 2100 configuration tool
 Summary(pl):   Narzêdzie tekstowe do konfigurowania drukarek HP LaserJet 2100
 Group:         Applications/Printing
 
 %description -n 2100config
 Summary(pl):   Narzêdzie tekstowe do konfigurowania drukarek HP LaserJet 2100
 Group:         Applications/Printing
 
 %description -n 2100config
-g2100config is a console control tool for the HP LaserJet 2100 Series
+2100config is a text-mode control tool for the HP LaserJet 2100 Series
 printers. Current options are Resolution, Density, Courier Font, Econo
 Mode, Tray Locking, and Test Page printing.
 
 %description -n 2100config -l pl
 printers. Current options are Resolution, Density, Courier Font, Econo
 Mode, Tray Locking, and Test Page printing.
 
 %description -n 2100config -l pl
-g2100config to narzêdzie do konfiguracji drukarek HP LaserJet serii
-2100. Aktualnie mo¿liwe do zmieniania opcje to: rozdzielczo¶æ,
+2100config to tekstowe narzêdzie do konfiguracji drukarek HP LaserJet
+serii 2100. Aktualnie mo¿liwe do zmieniania opcje to: rozdzielczo¶æ,
 gêsto¶æ, czcionka, tryb ekonomiczny, blokowanie podajników i
 drukowanie strony testowej.
 
 gêsto¶æ, czcionka, tryb ekonomiczny, blokowanie podajników i
 drukowanie strony testowej.
 
@@ -56,7 +56,7 @@ aclocal
 %{__make}
 
 cd console
 %{__make}
 
 cd console
-%{__make} CFLAGS="$RPM_OPT_FLAGS" 2100config
+%{__make} CFLAGS="%{rpmcflags}" 2100config
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -65,14 +65,13 @@ install -d $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 install console/2100config $RPM_BUILD_ROOT/usr/bin
 install console/2100config.1 $RPM_BUILD_ROOT%{_mandir}/man1
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 install console/2100config $RPM_BUILD_ROOT/usr/bin
 install console/2100config.1 $RPM_BUILD_ROOT%{_mandir}/man1
-gzip -9nf AUTHORS NEWS README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 
This page took 0.049233 seconds and 4 git commands to generate.