[packages/poldek/AC-DEVEL: 25/38] - fix broken makefile (there may be tabs only)

glen glen at pld-linux.org
Sat Jun 22 12:24:19 CEST 2013


commit 100611a5f747e228d59dd59c981ab4cbc074bc3c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Aug 22 19:26:10 2010 +0000

    - fix broken makefile (there may be tabs only)
    
    Changed files:
        makefile-tabs.patch -> 1.1.2.1
        poldek.spec -> 1.315.2.24

 makefile-tabs.patch | 31 +++++++++++++++++++++++++++++++
 poldek.spec         |  2 ++
 2 files changed, 33 insertions(+)
---
diff --git a/poldek.spec b/poldek.spec
index 891988d..1fb7137 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -34,6 +34,7 @@ Patch1:		%{name}-config.patch
 Patch2:		%{name}-size-type.patch
 Patch3:		gcc-fvisibility.patch
 Patch4:		ac-prog-libtool.patch
+Patch5:		makefile-tabs.patch
 URL:		http://poldek.pld-linux.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -195,6 +196,7 @@ Moduły języka Python dla poldka.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 rm -f m4/libtool.m4 m4/lt*.m4
 
diff --git a/makefile-tabs.patch b/makefile-tabs.patch
new file mode 100644
index 0000000..a6ceec0
--- /dev/null
+++ b/makefile-tabs.patch
@@ -0,0 +1,31 @@
+--- poldek-0.30/Makefile.am~	2010-06-29 01:25:05.000000000 +0300
++++ poldek-0.30/Makefile.am	2010-08-22 22:19:24.856916524 +0300
+@@ -131,17 +131,17 @@
+ 	-rm -f core *.o *.bak *~ *% *\# TAGS gmon.out \#*\# dupa* conf/*~
+ 
+ poldek.pc: 
+-        @ ( echo 'prefix=$(prefix)'; \
+-            echo 'exec_prefix=$${exec_prefix}'; \
+-            echo 'libdir=$${exec_prefix}/lib'; \
+-            echo 'includedir=$${includedir}'; \
+-            echo ''; \
+-            echo 'Name: poldek'; \
+-            echo 'Description: poldek libraries'; \
+-            echo 'Version: '$(VERSION); \
+-            echo 'Requires: '; \
+-            echo 'Libs: -L$${libdir} -lpoldek -lvfile -ltrurl -ltndb'; \
+-            echo 'Cflags: -I$${includedir}' ) > poldek.pc
++	@ ( echo 'prefix=$(prefix)'; \
++		echo 'exec_prefix=$${exec_prefix}'; \
++		echo 'libdir=$${exec_prefix}/lib'; \
++		echo 'includedir=$${includedir}'; \
++		echo ''; \
++		echo 'Name: poldek'; \
++		echo 'Description: poldek libraries'; \
++		echo 'Version: $(VERSION)'; \
++		echo 'Requires: '; \
++		echo 'Libs: -L$${libdir} -lpoldek -lvfile -ltrurl -ltndb'; \
++		echo 'Cflags: -I$${includedir}' ) > poldek.pc
+ 
+ 
+ include Makefile.extra
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/a9509223080f5faa486ee17dce055a07aff2da0e



More information about the pld-cvs-commit mailing list