From 2fc941f22e91089ddc277e804a07433ceb31e275 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Sat, 26 Nov 2005 09:02:58 +0000 Subject: [PATCH] Disabled static libraries. Was missing copy of GPL licence --- libsigc++.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libsigc++.spec b/libsigc++.spec index b5463c9..d1f5e30 100644 --- a/libsigc++.spec +++ b/libsigc++.spec @@ -1,6 +1,6 @@ Name: libsigc++20 Version: 2.0.16 -Release: 1 +Release: 2 Summary: Typesafe signal framework for C++ @@ -42,7 +42,7 @@ needed for development with %name. %build -%configure +%configure --disable-static make %{?_smp_mflags} @@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS README NEWS ChangeLog TODO +%doc AUTHORS COPYING README NEWS ChangeLog TODO %{_libdir}/*.so.* %files devel @@ -78,9 +78,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/sigc++-2.0 %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so -%{_libdir}/*.a %changelog +* Fri Nov 25 2005 Denis Leroy - 2.0.16-2 +- Disabled static libraries +- Was missing copy of GPL licence + * Sun Sep 18 2005 Denis Leroy - 2.0.16-1 - Upgrade to version 2.0.16