Upgrade to 2.0.17. Added optional macro to enable static libs.

This commit is contained in:
Denis Leroy 2006-02-28 21:19:42 +00:00
parent 2fc941f22e
commit 60557869ed
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
libsigc++-2.0.16.tar.bz2
libsigc++-2.0.17.tar.bz2

View File

@ -1,6 +1,6 @@
Name: libsigc++20
Version: 2.0.16
Release: 2
Version: 2.0.17
Release: 1
Summary: Typesafe signal framework for C++
@ -42,7 +42,7 @@ needed for development with %name.
%build
%configure --disable-static
%configure %{!?_with_static: --disable-static}
make %{?_smp_mflags}
@ -77,9 +77,14 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%{_libdir}/sigc++-2.0
%{_libdir}/pkgconfig/*.pc
%{?_with_static: %{_libdir}/*.a}
%{_libdir}/*.so
%changelog
* Tue Feb 28 2006 Denis Leroy <denis@poolshark.org> - 2.0.17-1
- Upgrade to version 2.0.17
- Added optional macro to compile static libs (use '--with static')
* Fri Nov 25 2005 Denis Leroy <denis@poolshark.org> - 2.0.16-2
- Disabled static libraries
- Was missing copy of GPL licence

View File

@ -1 +1 @@
bd997b35a420861259a68d5f27a7592e libsigc++-2.0.16.tar.bz2
fde0ee69e3125e982746d9fe005763e1 libsigc++-2.0.17.tar.bz2