]> git.pld-linux.org Git - packages/g2100config.git/blobdiff - g2100config.spec
- use http for sources from sourceforge
[packages/g2100config.git] / g2100config.spec
index 1d0eff8efe4c544705bf323470c49f96293587f1..c1199fc550ea9f6e8e0b73222f5e5b54947b8c70 100644 (file)
@@ -5,7 +5,7 @@ Version:        0.5
 Release:       3
 License:       GPL
 Group:         X11/Applications
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 URL:           http://g2100config.sourceforge.net/
 BuildRequires: automake
 BuildRequires: autoconf
@@ -13,8 +13,6 @@ BuildRequires:        gettext-devel
 BuildRequires: gtk+-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-
 %description
 g2100config is a GTK+ control tool for the HP LaserJet 2100 Series
 printers. Current options are Resolution, Density, Courier Font, Econo
@@ -48,8 +46,9 @@ drukowanie strony testowej.
 rm -f console/2100config
 
 %build
+rm -f missing
 %{__gettextize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -63,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 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
 
This page took 0.446769 seconds and 4 git commands to generate.