update to 4.10.0 [release 4.10.0-1mamba;Sat Nov 23 2013]
This commit is contained in:
parent
3981f6aebd
commit
5b05ee1e54
@ -1,2 +1,4 @@
|
||||
# xfwm4-themes
|
||||
|
||||
A set of additionnal themes for the xfwm4 window manager.
|
||||
|
||||
|
54
xfwm4-themes.spec
Normal file
54
xfwm4-themes.spec
Normal file
@ -0,0 +1,54 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: xfwm4-themes
|
||||
Version: 4.10.0
|
||||
Release: 1mamba
|
||||
Summary: Additionnal themes for xfwm4
|
||||
Group: Graphical Desktop/Look 'n' feel/Themes
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.xfce.org/
|
||||
Source: http://archive.xfce.org/src/art/xfwm4-themes/%{majver}/xfwm4-themes-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A set of additionnal themes for the xfwm4 window manager.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/themes
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.0-1mamba
|
||||
- update to 4.10.0
|
||||
|
||||
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 4.6.0-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Mon Mar 23 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
|
||||
- update to 4.6.0
|
||||
|
||||
* Sat Apr 28 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.1-1mamba
|
||||
update to 4.4.1
|
||||
|
||||
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-2qilnx
|
||||
- change spec file name
|
||||
|
||||
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user