Disabled static libraries. Was missing copy of GPL licence
This commit is contained in:
parent
ad5b89edcf
commit
2fc941f22e
@ -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 <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
|
||||
- Upgrade to version 2.0.16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user