172 lines
6.0 KiB
RPMSpec
172 lines
6.0 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f 1-2)
|
|
Name: gnome-menus
|
|
Version: 3.36.0
|
|
Release: 3mamba
|
|
Summary: GNOME menu specifications
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.gnome.org
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/%{majver}/gnome-menus-%{version}.tar.xz
|
|
License: GPL, LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libglib-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: intltool
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: pkgconfig
|
|
Provides: libgnome-menus = %{?epoch:%epoch:}%{version}-%{release}
|
|
Obsoletes: libgnome-menus < 3.36.0-3mamba
|
|
Requires: xdg-utils >= 1.0.2-4mamba
|
|
|
|
%description
|
|
The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: http://www.freedesktop.org/Standards/menu-spec
|
|
Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Provides: libgnome-menus-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|
Obsoletes: libgnome-menus-devel < 3.36.0-3mamba
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package implements the freedesktop.org desktop menu specification for the GNOME desktop. Also contained in this package, are the menu layout configuration files, .directory and assorted menu utility programs.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/menus/gnome-applications.menu
|
|
%{_libdir}/libgnome-menu-3.so.*
|
|
%{_libdir}/girepository-1.0/GMenu-*.typelib
|
|
%{_datadir}/desktop-directories/*.directory
|
|
%doc AUTHORS COPYING COPYING.LIB
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgnome-menu-3.a
|
|
%{_libdir}/libgnome-menu-3.so
|
|
%{_datadir}/gir-1.0/GMenu-*.gir
|
|
%dir %{_includedir}/gnome-menus-3.0
|
|
%{_includedir}/gnome-menus-3.0/*
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%doc ChangeLog NEWS README
|
|
|
|
%changelog
|
|
* Sat Nov 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.36.0-3mamba
|
|
- specfile fixes; closes #1
|
|
|
|
* Fri Jan 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.36.0-2mamba
|
|
- added debug package and removed python requirements
|
|
|
|
* Thu Mar 12 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 08 2020 Automatic Build System <autodist@mambasoft.it> 3.35.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 17 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 09 2015 Automatic Build System <autodist@mambasoft.it> 3.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 31 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 14 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 26 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.2-3mamba
|
|
- move typelib files from -devel to main package
|
|
|
|
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.2-2mamba
|
|
- restore applications.menu and rename it to gnome-applications.menu; require xdg-utils >= 1.0.2-4menu
|
|
|
|
* Mon May 14 2012 Automatic Build System <autodist@mambasoft.it> 3.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
- update to 3.4.0
|
|
|
|
* Tue Oct 25 2011 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 10 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.1-2mamba
|
|
- gnome-menus-devel: replace wrong obsolete for libgnome-menus with libgnome-menus-devel
|
|
|
|
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Apr 05 2011 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Nov 17 2010 Automatic Build System <autodist@mambasoft.it> 2.30.5-1mamba
|
|
- automatic update to 2.30.5 by autodist
|
|
|
|
* Mon Sep 27 2010 Automatic Build System <autodist@mambasoft.it> 2.30.4-1mamba
|
|
- automatic update to 2.30.4 by autodist
|
|
|
|
* Tue Sep 14 2010 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
|
- automatic update to 2.30.3 by autodist
|
|
|
|
* Fri Jun 25 2010 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
|
|
- update to 2.30.2
|
|
|
|
* Sun May 30 2010 Automatic Build System <autodist@mambasoft.it> 2.30.0-1mamba
|
|
- automatic update to 2.30.0 by autodist
|
|
|
|
* Mon Sep 28 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
|
- automatic update to 2.28.0 by autodist
|
|
|
|
* Mon Mar 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
|
- automatic update to 2.26.0 by autodist
|
|
|
|
* Fri Sep 26 2008 gil <puntogil@libero.it> 2.24.0-1mamba
|
|
- update to 2.24.0
|
|
|
|
* Tue May 20 2008 gil <puntogil@libero.it> 2.23.1-1mamba
|
|
- update to version 2.23.1
|
|
|
|
* Tue Apr 10 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 2.18.0-1mamba
|
|
- update to version 2.18.0
|
|
|
|
* Fri Jan 12 2007 Davide Madrisan <davide.madrisan@qilinux.it> 2.16.1-1qilnx
|
|
- update to version 2.16.1 by autospec
|
|
|
|
* Sun Sep 17 2006 Tiziano Pratellesi <info@mycare.it> 2.16.0-1qilnx
|
|
- package created by autospec
|