]> git.pld-linux.org Git - packages/fbgetty.git/blobdiff - fbgetty.spec
- refresh config.sub for amd64, release 2 for Ac
[packages/fbgetty.git] / fbgetty.spec
index 1f593664c21aa86d4d9a88a86ac6cb8136c7ed3b..af2b632856a688eafed29630fbe8e50cd9b7da6a 100644 (file)
@@ -2,13 +2,14 @@ Summary:      getty program for Linux framebuffer console
 Summary(pl):   Program getty dla linuksowej konsoli z framebufferem
 Name:          fbgetty
 Version:       0.1.698
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://fbgetty.meuh.eu.org/downloads/%{name}-%{version}.tar.gz
 # Source0-md5: 1705bc0f8f1e03fe50d324ba84ac4e56
 Patch0:                %{name}-info.patch
 URL:           http://fbgetty.meuh.eu.org/
+BuildRequires: automake
 BuildRequires: texinfo
 Requires:      login
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,14 +43,15 @@ Mo
 %patch -p1
 
 %build
+cp -f /usr/share/automake/config.* config
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.097075 seconds and 4 git commands to generate.