]> git.pld-linux.org Git - packages/patch.git/commitdiff
- release 12,
authorkloczek <kloczek@pld-linux.org>
Sat, 11 Aug 2001 11:06:24 +0000 (11:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac25x patch and regenerate ac files.

Changed files:
    patch.spec -> 1.37

patch.spec

index 4e6ed72569f9d3ab75a777662c7bbd0e68d656f2..b2fb79d24ae6da8c88bb20f284d36eb3c2991cd3 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    GNU patch
 Summary(tr):   GNU yama yardýmcý programlarý
 Name:          patch
 Version:       2.5.4
-Release:       11
+Release:       12
 License:       GPL
 Group:         Applications/Text
 Group(de):     Applikationen/Text
@@ -14,6 +14,9 @@ Group(pl):    Aplikacje/Tekst
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/patch/%{name}-%{version}.tar.gz
 Patch0:                %{name}-stderr.patch
 Patch1:                %{name}-suffix.patch
+Patch2:                %{name}-ac25x.patch
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,12 +56,14 @@ de
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
-#chmod +w configure
-#autoconf
+aclocal -I m4
+chmod +w configure
+autoconf
 CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
-%configure2_13 \
+%configure \
 %ifarch sparc sparc64
        --disable-largefile
 %endif
This page took 0.068412 seconds and 4 git commands to generate.