]> git.pld-linux.org Git - packages/popt.git/commitdiff
- added am patch (workaround for recent automake versions) auto/th/popt-1.16-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2013 09:15:02 +0000 (11:15 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2013 09:15:02 +0000 (11:15 +0200)
- release 2

popt-am.patch [new file with mode: 0644]
popt.spec

diff --git a/popt-am.patch b/popt-am.patch
new file mode 100644 (file)
index 0000000..df4d8ca
--- /dev/null
@@ -0,0 +1,11 @@
+--- popt-1.16/Makefile.am.orig 2010-05-04 22:55:54.000000000 +0200
++++ popt-1.16/Makefile.am      2013-07-14 11:09:04.332434012 +0200
+@@ -37,7 +37,7 @@
+ TESTS_ENVIRONMENT = \
+ test1="$(top_builddir)/test1"
+-TESTS = $(top_srcdir)/testit.sh
++TESTS = testit.sh
+ include_HEADERS = popt.h
index 89a06a0c142974e489abf9c05ed9e0d1b414bea5..53eb486314521bedb363f70a70ed2f88e8143837 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -11,13 +11,14 @@ Summary(tr.UTF-8):  Komut satırı parametrelerini ayrıştırımak için C arşi
 Summary(uk.UTF-8):     Бібліотека C для розбору параметрів командної стрічки
 Name:          popt
 Version:       1.16
-Release:       1
+Release:       2
 License:       X Consortium (MIT-like)
 Group:         Libraries
 Source0:       http://rpm5.org/files/popt/%{name}-%{version}.tar.gz
 # Source0-md5: 3743beefa3dd6247a73f8f7a32c14c33
 Patch0:                %{name}-automake_1_12.patch
 Patch1:                %{name}-diet.patch
+Patch2:                %{name}-am.patch
 URL:           http://rpm5.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1.4
@@ -158,6 +159,7 @@ Biblioteka statyczna dietlibc popt.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__sed} -i -e 's#po/Makefile.in intl/Makefile##g' configure.ac
 
This page took 0.12721 seconds and 4 git commands to generate.