update to 0.5.0 [release 0.5.0-1mamba;Mon Jul 30 2012]
This commit is contained in:
parent
a82b16a4aa
commit
86bf5b4c38
@ -1,2 +1,4 @@
|
||||
# lxde-icon-theme
|
||||
|
||||
nuoveXT2 is a very complete set of icons for several operating systems. It is also the default icon-theme of LXDE, the Lightweight X11 Desktop Environment.
|
||||
|
||||
|
48
lxde-icon-theme.spec
Normal file
48
lxde-icon-theme.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: lxde-icon-theme
|
||||
Version: 0.5.0
|
||||
Release: 1mamba
|
||||
Summary: Default icon theme for LXDE
|
||||
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/LXDE%20Icon%20Theme/lxde-icon-theme-%{version}/lxde-icon-theme-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
nuoveXT2 is a very complete set of icons for several operating systems. It is also the default icon-theme of LXDE, the Lightweight X11 Desktop Environment.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/icons/nuoveXT2/*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-1mamba
|
||||
- update to 0.5.0
|
||||
|
||||
* Tue Jun 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.1-3mamba
|
||||
- fixed specfile name (must be the same as package name)
|
||||
|
||||
* Sat Jan 23 2010 Fabio Giani <fabio.giani@gmail.com> 0.0.1-2mamba
|
||||
- group changed
|
||||
|
||||
* Fri Jan 15 2010 Fabio Giani <fabio.giani@gmail.com> 0.0.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user