update license field
This commit is contained in:
parent
6eab40f729
commit
35eeb3546d
@ -6,8 +6,8 @@
|
|||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 2.19.6
|
Version: 2.19.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPL
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
Source0: http://download.gnome.org/sources/gnome-menus/2.19/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/gnome-menus/2.19/%{name}-%{version}.tar.bz2
|
||||||
@ -84,20 +84,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{po_package}.lang
|
%files -f %{po_package}.lang
|
||||||
|
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc
|
%doc AUTHORS NEWS COPYING.LIB
|
||||||
%{_libdir}/libgnome-menu.so.*
|
%{_libdir}/libgnome-menu.so.*
|
||||||
%{python_sitearch}/gmenu.so
|
%{python_sitearch}/gmenu.so
|
||||||
%{_datadir}/desktop-directories
|
%{_datadir}/desktop-directories
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/gnome-menus
|
%{_includedir}/gnome-menus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
|
||||||
|
- Update license field
|
||||||
|
|
||||||
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
|
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
|
||||||
- Update to 2.19.6
|
- Update to 2.19.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user