113 lines
3.5 KiB
RPMSpec
113 lines
3.5 KiB
RPMSpec
%define gitcommit %(echo %version | cut -d+ -f2 | cut -d. -f2)
|
|
Name: fluxbox
|
|
Epoch: 1
|
|
Version: 1.3.7+20250714git.c7ff369
|
|
Release: 1mamba
|
|
Summary: Window manager based on the original blackbox-code
|
|
Group: Graphical Desktop/Applications/Other
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/projects/fluxbox/
|
|
Source: https://github.com/fluxbox/fluxbox.git/master@%{gitcommit}/fluxbox-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXinerama-devel
|
|
BuildRequires: libXpm-devel
|
|
BuildRequires: libXrandr-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libfribidi-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libimlib2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Fluxbox is yet another window manager for X. It's a fork from the original blackbox-0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like black-box but there are a lot of differences.
|
|
|
|
%prep
|
|
%setup -q
|
|
autoreconf -fi
|
|
|
|
%build
|
|
%configure
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/fbrun
|
|
%{_bindir}/fbsetbg
|
|
%{_bindir}/fbsetroot
|
|
%{_bindir}/fluxbox*
|
|
%{_bindir}/startfluxbox
|
|
%dir %{_datadir}/fluxbox
|
|
%{_datadir}/fluxbox/*
|
|
%{_mandir}/man1/fb*.1*
|
|
%{_mandir}/man1/fluxbox.1*
|
|
%{_mandir}/man1/fluxbox-remote.1*
|
|
%{_mandir}/man1/startfluxbox.1*
|
|
%{_mandir}/man5/fluxbox-*.5*
|
|
%doc AUTHORS COPYING
|
|
#ChangeLog NEWS README TODO
|
|
|
|
%changelog
|
|
* Sat Dec 06 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.7+20250714git.c7ff369-1mamba
|
|
- update to 1.3.7+20250714git.c7ff369
|
|
|
|
* Sat Dec 06 2025 Automatic Build System <autodist@openmamba.org> 1.3.7-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Feb 08 2015 Automatic Build System <autodist@mambasoft.it> 1.3.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 06 2015 Automatic Build System <autodist@mambasoft.it> 1.3.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 14 2013 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 11 2013 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 11 2013 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 30 2011 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 28 2011 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Feb 20 2011 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Sep 22 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
|
- automatic update to 1.1.1 by autodist
|
|
|
|
* Sun Sep 07 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0.1-1mamba
|
|
- automatic update to 1.1.0.1 by autodist
|
|
|
|
* Thu Jun 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
- update to 1.0.0
|
|
- updated maintainer
|
|
|
|
* Mon May 21 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0rc3-2mamba
|
|
- group entry fixed
|
|
|
|
* Sat Mar 24 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 1.0rc3-1qilnx
|
|
- package created by autospec
|