]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- release 2 auto/ac/brltty-3_7_2-2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 16 May 2006 15:18:22 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac/am/lt regeneration (needed for amd64)

Changed files:
    brltty.spec -> 1.7.2.1

brltty.spec

index 2c0a908976fc53899a332e709b6c511993b6a313..49516f88317340d33e05021c08fd9aeea5c379a4 100644 (file)
@@ -2,13 +2,15 @@ Summary:      Braille display driver for Linux/Unix
 Summary(pl):   Sterownik do wy¶wietlaczy Braille'a
 Name:          brltty
 Version:       3.7.2
-Release:       1
+Release:       2
 Group:         Daemons
 License:       GPL
 URL:           http://mielke.cc/brltty/
 Source0:       http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 0ae3da8252783a4d20e1ed4e55cede5b
 BuildRequires: autoconf >= 2.53
+BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: bison
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -89,7 +91,13 @@ Ten pakiet zawiera statyczn
 %setup -q
 
 %build
-%configure --with-install-root="$RPM_BUILD_ROOT" \
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --with-install-root="$RPM_BUILD_ROOT" \
        --disable-tainted-components \
        --enable-api
 %{__make}
This page took 0.133703 seconds and 4 git commands to generate.