[packages/libsigc++12] - clean up am/lt mess - rel 3

baggins baggins at pld-linux.org
Sun Jun 14 20:28:47 CEST 2015


commit 5c65ed3ecf49607fdc66159c8c61236fa473689c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jun 14 20:28:24 2015 +0200

    - clean up am/lt mess
    - rel 3

 am-lt.patch      | 21 +++++++++++++++++++++
 libsigc++12.spec |  6 ++++--
 2 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/libsigc++12.spec b/libsigc++12.spec
index 935e562..5505531 100644
--- a/libsigc++12.spec
+++ b/libsigc++12.spec
@@ -2,13 +2,14 @@ Summary:	The Typesafe Signal Framework for C++
 Summary(pl.UTF-8):	Środowisko sygnałów z kontrolą typów dla C++
 Name:		libsigc++12
 Version:	1.2.7
-Release:	2
+Release:	3
 License:	LGPL
 Vendor:		Karl E. Nelson <kenelson at ece.ucdavis.edu>
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/gnome/sources/libsigc++/1.2/libsigc++-%{version}.tar.bz2
 # Source0-md5:	212f48536019e1f003d2509b4c9b36df
 Patch0:		%{name}-m4.patch
+Patch1:		am-lt.patch
 URL:		http://libsigc.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -72,6 +73,7 @@ Statyczna biblioteka libsigc++ - środowiska sygnałów z kontrolą typów.
 %prep
 %setup -q -n libsigc++-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 CXXFLAGS="%{rpmcflags} -fno-exceptions"
@@ -85,7 +87,7 @@ CXXFLAGS="%{rpmcflags} -fno-exceptions"
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
diff --git a/am-lt.patch b/am-lt.patch
new file mode 100644
index 0000000..bdf01e0
--- /dev/null
+++ b/am-lt.patch
@@ -0,0 +1,21 @@
+--- libsigc++-1.2.7/Makefile.am~	2005-01-31 13:32:02.000000000 +0100
++++ libsigc++-1.2.7/Makefile.am	2015-06-14 20:23:41.309283741 +0200
+@@ -1,6 +1,6 @@
+ SUBDIRS = sigc++ tests doc MSVC_6 MSVC_Net2003 eVC4
+ DIST_SUBDIRS = $(SUBDIRS) examples scripts
+-ACLOCAL_AMFLAGS = -I $(srcdir)/scripts
++ACLOCAL_AMFLAGS = -I scripts
+ 
+ EXTRA_DIST = \
+ 	FEATURES IDEAS			\
+--- libsigc++-1.2.7/sigc++/Makefile.am~	2002-11-06 13:34:35.000000000 +0100
++++ libsigc++-1.2.7/sigc++/Makefile.am	2015-06-14 20:27:02.697102340 +0200
+@@ -12,7 +12,7 @@
+ sigc_built_h	= bind_return.h	\
+ 		  object_slot.h retype_return.h slot.h bind.h		\
+ 		  class_slot.h hide.h retype.h signal.h       \
+-                  method_slot.h method_slot.h
++                  method_slot.h
+ 
+ built_sources	= $(sigc_built_cc) $(sigc_built_h)
+ dist_sources	= $(sigc_fixed_cc) $(sigc_fixed_h)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsigc++12.git/commitdiff/5c65ed3ecf49607fdc66159c8c61236fa473689c



More information about the pld-cvs-commit mailing list