]> git.pld-linux.org Git - packages/aalib.git/blobdiff - aalib.spec
- oops, wrong line count
[packages/aalib.git] / aalib.spec
index 4e652838eb84aaec53529c276b57a543e9c9ef68..d392cdbcaa538a5f4004e889170a928907ac8ce7 100644 (file)
@@ -7,7 +7,7 @@ Summary(ru):    
 Summary(uk):   â¦Â̦ÏÔÅËÁ ËÏÎÓÏÌØÎϧ ÇÒÁƦËÉ (ASCII Art)
 Name:          aalib
 Version:       1.4rc5
-Release:       8
+Release:       9
 License:       LGPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
@@ -15,6 +15,7 @@ Source0:      http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
 Source1:       %{name}-config.1
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-debian_man.patch
+Patch2:                %{name}-am18.patch
 URL:           http://aa-project.sourceforge.net/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -133,9 +134,13 @@ Narz
 %setup -q -n %{name}-1.4.0
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+# don't include aclocal.m4 from configure.in
+tail -n +2 configure.in > c.tmp
+mv -f c.tmp configure.in
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
This page took 0.048341 seconds and 4 git commands to generate.