diff --git a/README.md b/README.md index d622e63..de0ed73 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # fluxbox +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. + diff --git a/fluxbox.spec b/fluxbox.spec new file mode 100644 index 0000000..826e855 --- /dev/null +++ b/fluxbox.spec @@ -0,0 +1,116 @@ +Name: fluxbox +Epoch: 1 +Version: 1.3.5 +Release: 1mamba +Summary: Window manager based on the original blackbox-code +Group: Graphical Desktop/Applications/Other +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://fluxbox.sourceforge.net +Source: http://prdownloads.sourceforge.net/fluxbox/fluxbox-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgcc +BuildRequires: libICE-devel +BuildRequires: libimlib2-devel +BuildRequires: libSM-devel +BuildRequires: libstdc++6-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +BuildRequires: libXft-devel +BuildRequires: libXinerama-devel +BuildRequires: libXpm-devel +BuildRequires: libXrandr-devel +BuildRequires: libXrender-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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 + +%build +%configure --prefix=/usr +%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}/fluxbox-generate_menu +%{_bindir}/fluxbox-remote +%{_bindir}/fluxbox-update_configs +%{_bindir}/startfluxbox +%{_datadir}/fluxbox/apps +%{_datadir}/fluxbox/overlay +%{_datadir}/fluxbox/windowmenu +%{_datadir}/fluxbox/init +%{_datadir}/fluxbox/keys +%{_datadir}/fluxbox/menu +%dir %{_datadir}/fluxbox/nls +%dir %{_datadir}/fluxbox/nls/* +%{_datadir}/fluxbox/nls/*/fluxbox.cat +%{_datadir}/fluxbox/styles/* +%{_mandir}/man1/fbrun.1.gz +%{_mandir}/man1/fbsetbg.1.gz +%{_mandir}/man1/fbsetroot.1.gz +%{_mandir}/man1/fluxbox.1.gz +%{_mandir}/man1/fluxbox-remote.1.gz +%{_mandir}/man1/startfluxbox.1.gz +%{_mandir}/man5/fluxbox-apps.5.gz +%{_mandir}/man5/fluxbox-menu.5.gz +%{_mandir}/man5/fluxbox-style.5.gz +%{_mandir}/man5/fluxbox-keys.5.gz +%doc AUTHORS COPYING +#ChangeLog NEWS README TODO + +%changelog +* Thu Feb 14 2013 Automatic Build System 1.3.5-1mamba +- automatic version update by autodist + +* Mon Feb 11 2013 Automatic Build System 1.3.4-1mamba +- automatic version update by autodist + +* Fri Jan 11 2013 Automatic Build System 1.3.3-1mamba +- automatic version update by autodist + +* Sun Oct 30 2011 Automatic Build System 1.3.2-1mamba +- automatic version update by autodist + +* Mon Feb 28 2011 Automatic Build System 1.3.1-1mamba +- automatic update by autodist + +* Sun Feb 20 2011 Automatic Build System 1.3.0-1mamba +- automatic update by autodist + +* Mon Sep 22 2008 Silvan Calarco 1.1.1-1mamba +- automatic update to 1.1.1 by autodist + +* Sun Sep 07 2008 Silvan Calarco 1.1.0.1-1mamba +- automatic update to 1.1.0.1 by autodist + +* Thu Jun 05 2008 Silvan Calarco 1.0.0-1mamba +- update to 1.0.0 +- updated maintainer + +* Mon May 21 2007 Silvan Calarco 1.0rc3-2mamba +- group entry fixed + +* Sat Mar 24 2007 Tiziano Pratellesi 1.0rc3-1qilnx +- package created by autospec