packages: libsigc++/libsigc++.spec - updated to 2.2.5
megabajt
megabajt at pld-linux.org
Thu Apr 1 14:31:48 CEST 2010
Author: megabajt Date: Thu Apr 1 12:31:48 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.2.5
---- Files affected:
packages/libsigc++:
libsigc++.spec (1.77 -> 1.78)
---- Diffs:
================================================================
Index: packages/libsigc++/libsigc++.spec
diff -u packages/libsigc++/libsigc++.spec:1.77 packages/libsigc++/libsigc++.spec:1.78
--- packages/libsigc++/libsigc++.spec:1.77 Sat Apr 11 19:25:16 2009
+++ packages/libsigc++/libsigc++.spec Thu Apr 1 14:31:43 2010
@@ -6,19 +6,20 @@
Summary: The Typesafe Signal Framework for C++
Summary(pl.UTF-8): Środowisko sygnałów z kontrolą typów dla C++
Name: libsigc++
-Version: 2.2.3
+Version: 2.2.5
Release: 1
Epoch: 1
License: LGPL v2.1+
Group: Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/%{name}-%{version}.tar.bz2
-# Source0-md5: f4574b343eebc4bff66a9e1e5ce6e490
+# Source0-md5: 50aa425e7fbd4b03a67ff337f454985a
URL: http://libsigc.sourceforge.net/
BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1.9
+BuildRequires: automake >= 1:1.9
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: m4
+BuildRequires: mm-common >= 0.7.2
BuildRequires: perl-base
Obsoletes: libsigc++-examples
Conflicts: libsigc++ < 1.1.0
@@ -87,11 +88,11 @@
%build
%{__libtoolize}
-%{__aclocal} -I scripts
+%{__aclocal} -I build
%{__autoconf}
%{__automake}
%configure \
- %{!?with_static_libs:--disable-static}
+ %{?with_static_libs:--enable-static}
%{__make} -j1 all check
%install
@@ -100,8 +101,6 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT%{_docdir}/libsigc-2.0/docs devel-docs
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -130,7 +129,8 @@
%files doc
%defattr(644,root,root,755)
-%doc devel-docs/*
+%{_datadir}/devhelp/books/libsigc++-2.0/libsigc++-2.0.devhelp2
+%{_docdir}/libsigc++-2.0
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -138,6 +138,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.78 2010/04/01 12:31:43 megabajt
+- updated to 2.2.5
+
Revision 1.77 2009/04/11 17:25:16 qboosh
- updated to 2.2.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsigc++/libsigc++.spec?r1=1.77&r2=1.78&f=u
More information about the pld-cvs-commit
mailing list