update to 4.10.1 [release 4.10.1-1mamba;Fri May 10 2013]
This commit is contained in:
parent
3e70333fcd
commit
261e7eb2d8
@ -1,2 +1,4 @@
|
||||
# xfwm4
|
||||
|
||||
xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
|
||||
|
||||
|
102
xfwm4.spec
Normal file
102
xfwm4.spec
Normal file
@ -0,0 +1,102 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: xfwm4
|
||||
Version: 4.10.1
|
||||
Release: 1mamba
|
||||
Summary: Next generation window manager for Xfce
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.xfce.org/
|
||||
Source: http://archive.xfce.org/src/xfce/xfwm4/%{majver}/xfwm4-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: libxfcegui4 >= 4.4.0
|
||||
BuildRequires: libxfcegui4-devel >= 4.4.0
|
||||
|
||||
%description
|
||||
xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-compositor
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
%postun
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/xfwm4
|
||||
%{_bindir}/xfwm4-settings
|
||||
%{_bindir}/xfwm4-tweaks-settings
|
||||
%{_bindir}/xfwm4-workspace-settings
|
||||
%{_libdir}/xfce4/xfwm4/helper-dialog
|
||||
%{_datadir}/applications/xfce-*.desktop
|
||||
%{_datadir}/icons/hicolor/*
|
||||
%{_datadir}/locale
|
||||
%{_datadir}/xfwm4
|
||||
%{_datadir}/themes
|
||||
#%{_docdir}/xfwm4
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Fri May 10 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||
- update to 4.10.1
|
||||
|
||||
* Sat Oct 20 2012 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
||||
- update to 4.10.0
|
||||
|
||||
* Mon Feb 21 2011 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
||||
- update to 4.8.0
|
||||
|
||||
* Tue Jun 01 2010 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
||||
- automatic update to 4.6.2 by autodist
|
||||
|
||||
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 4.6.1-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Sat May 02 2009 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
||||
- automatic update to 4.6.1 by autodist
|
||||
|
||||
* Sat Mar 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
|
||||
- update to 4.6.0
|
||||
|
||||
* Sat Apr 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.1-1mamba
|
||||
- update to 4.4.0
|
||||
|
||||
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-1qilnx
|
||||
- update to 4.4.0
|
||||
|
||||
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 4.4.0-2qilnx
|
||||
- update spec file
|
||||
|
||||
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 4.4.0-1qilnx
|
||||
- update to 4.3.99.1
|
||||
|
||||
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 4.3.90.2-1qilnx
|
||||
- update to 4.3.90.2
|
||||
|
||||
* Tue Sep 19 2006 Tiziano Pratellesi <info@mycare.it> 4.2.3.2-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user