Don't include .directory and .menu files.

This commit is contained in:
Matthias Clasen 2005-02-01 13:16:47 +00:00
parent 17f7614cb1
commit 84ce63792f

View File

@ -3,7 +3,7 @@
Summary: A menu system for the GNOME project
Name: gnome-menus
Version: 2.9.90
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
URL: http://www.gnome.org/
@ -39,6 +39,8 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
rm -rf $TPM_BUILD_ROOT%{_sysconfdir}/xdg/menus
rm -rf $TPM_BUILD_ROOT%{_datadir}/desktop-directories
%find_lang %{po_package}
@ -49,9 +51,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc
%{_sysconfdir}/xdg/menus
%{_libdir}/libgnome-menu.so.*
%{_datadir}/desktop-directories
%files devel
%defattr(-, root, root)
@ -63,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 1 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-2
- Don't include .directory and .menu files,
we want those from redhat-menus
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
- Initial build.