packages (AC-DEVEL): poldek/poldek.spec, poldek/makefile-tabs.patch (NEW) -...
glen
glen at pld-linux.org
Sun Aug 22 21:26:16 CEST 2010
Author: glen Date: Sun Aug 22 19:26:16 2010 GMT
Module: packages Tag: AC-DEVEL
---- Log message:
- fix broken makefile (there may be tabs only)
---- Files affected:
packages/poldek:
poldek.spec (1.315.2.23 -> 1.315.2.24) , makefile-tabs.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: packages/poldek/poldek.spec
diff -u packages/poldek/poldek.spec:1.315.2.23 packages/poldek/poldek.spec:1.315.2.24
--- packages/poldek/poldek.spec:1.315.2.23 Sun Aug 22 17:51:56 2010
+++ packages/poldek/poldek.spec Sun Aug 22 21:26:10 2010
@@ -35,6 +35,7 @@
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
@@ -196,6 +197,7 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
+%patch5 -p1
rm -f m4/libtool.m4 m4/lt*.m4
@@ -443,6 +445,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.315.2.24 2010/08/22 19:26:10 glen
+- fix broken makefile (there may be tabs only)
+
Revision 1.315.2.23 2010/08/22 15:51:56 glen
- updated to 0.30-pre1 from HEAD
================================================================
Index: packages/poldek/makefile-tabs.patch
diff -u /dev/null packages/poldek/makefile-tabs.patch:1.1.2.1
--- /dev/null Sun Aug 22 21:26:16 2010
+++ packages/poldek/makefile-tabs.patch Sun Aug 22 21:26:10 2010
@@ -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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poldek/poldek.spec?r1=1.315.2.23&r2=1.315.2.24&f=u
More information about the pld-cvs-commit
mailing list