53 lines
1.5 KiB
RPMSpec
53 lines
1.5 KiB
RPMSpec
|
Name: lxmenu-data
|
||
|
Version: 0.1.2
|
||
|
Release: 1mamba
|
||
|
Summary: Data files for the LXDE menu
|
||
|
Group: Graphical Desktop/Applications/Environment
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Fabio Giani <fabio.giani@gmail.com>
|
||
|
URL: http://www.lxde.org/
|
||
|
Source: http://downloads.sourceforge.net/project/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20%{version}/lxmenu-data-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
BuildArch: noarch
|
||
|
BuildRequires: intltool
|
||
|
|
||
|
%description
|
||
|
The lxmenu-data contains files used to build the menu in LXDE according to the freedesktop-org menu spec.
|
||
|
Currently it's used by LXPanel and LXLauncher.
|
||
|
|
||
|
%prep
|
||
|
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc AUTHORS COPYING README TODO
|
||
|
%config(noreplace) %{_sysconfdir}/xdg/menus/lxde-applications.menu
|
||
|
%{_datadir}/desktop-directories/lxde-*.directory
|
||
|
|
||
|
%changelog
|
||
|
* Sun Jul 29 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-1mamba
|
||
|
- update to 0.1.2
|
||
|
|
||
|
* Tue Jun 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-3mamba
|
||
|
- fixed specfile name (must be the same as package name)
|
||
|
|
||
|
* Sat Jan 23 2010 Fabio Giani <fabio.giani@gmail.com> 0.1.1-2mamba
|
||
|
- group changed
|
||
|
|
||
|
* Fri Jan 15 2010 Fabio Giani <fabio.giani@gmail.com> 0.1.1-1mamba
|
||
|
- package created by autospec
|