Upgrade to 2.0.17. Added optional macro to enable static libs.
This commit is contained in:
parent
2fc941f22e
commit
60557869ed
@ -1 +1 @@
|
||||
libsigc++-2.0.16.tar.bz2
|
||||
libsigc++-2.0.17.tar.bz2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user