2005-01-31 14:23:52 +00:00
|
|
|
%define po_package gnome-menus
|
2005-03-02 17:25:37 +00:00
|
|
|
%define enable_debugging 0
|
2005-01-31 14:23:52 +00:00
|
|
|
|
|
|
|
Summary: A menu system for the GNOME project
|
|
|
|
Name: gnome-menus
|
2005-03-23 12:24:15 +00:00
|
|
|
Version: 2.10.1
|
2005-03-17 21:10:48 +00:00
|
|
|
Release: 1
|
2005-01-31 14:23:52 +00:00
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
2005-01-31 14:44:18 +00:00
|
|
|
Requires: redhat-menus >= 1.0
|
2005-01-31 14:23:52 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
gnome-menus is an implementation of the draft "Desktop
|
|
|
|
Menu Specification" from freedesktop.org. This package
|
|
|
|
also contains the GNOME menu layout configuration files,
|
|
|
|
.directory files and assorted menu related utility programs.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and include files for the GNOME menu system
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the necessary development libraries for
|
|
|
|
writing applications that use the GNOME menu system.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2005-03-02 17:25:37 +00:00
|
|
|
%configure \
|
|
|
|
%if %{enable_debugging}
|
|
|
|
--enable-debug=yes
|
|
|
|
%else
|
|
|
|
--enable-debug=no
|
|
|
|
%endif
|
|
|
|
|
2005-01-31 14:23:52 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
2005-02-01 15:22:33 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/desktop-directories
|
2005-01-31 14:23:52 +00:00
|
|
|
|
|
|
|
%find_lang %{po_package}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -f %{po_package}.lang
|
|
|
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc
|
|
|
|
%{_libdir}/libgnome-menu.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/lib*.a
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_includedir}/gnome-menus
|
|
|
|
%{_bindir}/gnome-menu-spec-test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2005-03-23 12:24:15 +00:00
|
|
|
* Wed Mar 23 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-1
|
|
|
|
- Update to 2.10.1
|
|
|
|
|
2005-03-17 21:10:48 +00:00
|
|
|
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
|
|
|
|
- Update to upstream version 2.10.0
|
|
|
|
|
2005-03-04 19:23:10 +00:00
|
|
|
* Fri Mar 4 2005 Jeremy Katz <katzj@redhat.com> - 2.9.90-4
|
|
|
|
- fix 64bit pointer problem that caused the panel to crash
|
|
|
|
|
2005-03-02 17:25:37 +00:00
|
|
|
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.9.90-3
|
|
|
|
- Turn off debugging by default
|
|
|
|
- Rebuild with gcc4
|
|
|
|
|
2005-02-01 13:16:47 +00:00
|
|
|
* 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
|
|
|
|
|
2005-01-31 14:23:52 +00:00
|
|
|
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
|
|
|
|
- Initial build.
|
|
|
|
|