update license field
This commit is contained in:
parent
7e27575d87
commit
9c9e511549
14
glib2.spec
14
glib2.spec
@ -3,8 +3,8 @@
|
|||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.13.7
|
Version: 2.13.7
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPL
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
Source: http://download.gnome.org/sources/glib/2.13/glib-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/glib/2.13/glib-%{version}.tar.bz2
|
||||||
@ -96,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f glib20.lang
|
%files -f glib20.lang
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{libdir}/libglib-2.0.so.*
|
%{libdir}/libglib-2.0.so.*
|
||||||
%{libdir}/libgthread-2.0.so.*
|
%{libdir}/libgthread-2.0.so.*
|
||||||
%{libdir}/libgmodule-2.0.so.*
|
%{libdir}/libgmodule-2.0.so.*
|
||||||
@ -109,17 +109,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/glib-2.0
|
%{_libdir}/glib-2.0
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
%{_datadir}/gtk-doc/html/*
|
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_datadir}/glib-2.0
|
%{_datadir}/glib-2.0
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%doc %{_datadir}/gtk-doc/html/*
|
||||||
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.7-3
|
||||||
|
- Update License field
|
||||||
|
- Don't ship ChangeLog
|
||||||
|
|
||||||
* Thu Jul 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.7-2
|
* Thu Jul 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.7-2
|
||||||
- Fix build issues on ppc
|
- Fix build issues on ppc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user