diff --git a/README.md b/README.md index 674b3f5..04efd17 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xfwm4-themes +A set of additionnal themes for the xfwm4 window manager. + diff --git a/xfwm4-themes.spec b/xfwm4-themes.spec new file mode 100644 index 0000000..8165153 --- /dev/null +++ b/xfwm4-themes.spec @@ -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 +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 4.10.0-1mamba +- update to 4.10.0 + +* Thu Jul 11 2013 Automatic Build System 4.6.0-2mamba +- automatic rebuild by autodist + +* Mon Mar 23 2009 Silvan Calarco 4.6.0-1mamba +- update to 4.6.0 + +* Sat Apr 28 2007 Tiziano Pratellesi 4.4.1-1mamba +update to 4.4.1 + +* Thu Mar 22 2007 Tiziano Pratellesi 4.4.0-2qilnx +- change spec file name + +* Thu Mar 22 2007 Tiziano Pratellesi 4.4.0-1qilnx +- package created by autospec