Disabled static libraries. Was missing copy of GPL licence

This commit is contained in:
Denis Leroy 2005-11-26 09:02:58 +00:00
parent ad5b89edcf
commit 2fc941f22e

View File

@ -1,6 +1,6 @@
Name: libsigc++20 Name: libsigc++20
Version: 2.0.16 Version: 2.0.16
Release: 1 Release: 2
Summary: Typesafe signal framework for C++ Summary: Typesafe signal framework for C++
@ -42,7 +42,7 @@ needed for development with %name.
%build %build
%configure %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS README NEWS ChangeLog TODO %doc AUTHORS COPYING README NEWS ChangeLog TODO
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel
@ -78,9 +78,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/sigc++-2.0 %{_libdir}/sigc++-2.0
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a
%changelog %changelog
* Fri Nov 25 2005 Denis Leroy <denis@poolshark.org> - 2.0.16-2
- Disabled static libraries
- Was missing copy of GPL licence
* Sun Sep 18 2005 Denis Leroy <denis@poolshark.org> - 2.0.16-1 * Sun Sep 18 2005 Denis Leroy <denis@poolshark.org> - 2.0.16-1
- Upgrade to version 2.0.16 - Upgrade to version 2.0.16