SPECS: crossmingw32-libsigc++.spec - adaptized

czarny czarny at pld-linux.org
Tue Feb 20 22:27:06 CET 2007


Author: czarny                       Date: Tue Feb 20 21:27:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adaptized

---- Files affected:
SPECS:
   crossmingw32-libsigc++.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-libsigc++.spec
diff -u SPECS/crossmingw32-libsigc++.spec:1.5 SPECS/crossmingw32-libsigc++.spec:1.6
--- SPECS/crossmingw32-libsigc++.spec:1.5	Mon Feb 12 23:09:09 2007
+++ SPECS/crossmingw32-libsigc++.spec	Tue Feb 20 22:27:00 2007
@@ -1,12 +1,11 @@
 # $Revision$, $Date$
 #
-%define		_realname	libsigc++
 Summary:	The Typesafe Signal Framework for C++ - Mingw32 cross version
 Summary(pl.UTF-8):	Środowisko sygnałów z kontrolą typów dla C++ - wersja skrośna dla Mingw32
+%define		_realname	libsigc++
 Name:		crossmingw32-%{_realname}
 Version:	2.0.17
-Release:	2
-Epoch:		1
+Release:	1
 License:	LGPL
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.0/%{_realname}-%{version}.tar.bz2
@@ -14,12 +13,10 @@
 URL:		http://libsigc.sourceforge.net/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1.9
-BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
 BuildRequires:	m4
 BuildRequires:	perl-base
 Obsoletes:	libsigc++-examples
-Conflicts:	libsigc++ < 1.1.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		no_install_post_strip	1
@@ -63,14 +60,17 @@
 %setup -q -n %{_realname}-%{version}
 
 %build
+export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal} -I scripts
 %{__autoconf}
 %{__automake}
 
 %configure \
+	AR="%{target}-ar" \
+	RANLIB="%{target}-ranlib" \
 	--host=%{target_platform} \
-	%{!?with_static_libs:--disable-static}
+	--disable-static
 %{__make} all
 
 %install
@@ -91,7 +91,7 @@
 %{_includedir}/sigc++-2.0
 %dir %{_libdir}/sigc++-2.0
 %{_libdir}/sigc++*
-%{_prefix}/lib/pkgconfig/*
+%{_libdir}/pkgconfig/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -99,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/02/20 21:27:00  czarny
+- adaptized
+
 Revision 1.5  2007/02/12 22:09:09  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/crossmingw32-libsigc++.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list