2024-01-05 18:45:31 +01:00
|
|
|
Name: twm
|
2024-01-05 18:45:31 +01:00
|
|
|
Version: 1.0.12
|
2024-01-05 18:45:31 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Tab Window Manager for the X Window System
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 18:45:31 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: http://ftp.x.org/pub/individual/app/twm-%{version}.tar.xz
|
2024-01-05 18:45:31 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXmu-devel
|
2024-01-05 18:45:31 +01:00
|
|
|
BuildRequires: libXrandr-devel
|
2024-01-05 18:45:31 +01:00
|
|
|
BuildRequires: libXt-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Twm is a window manager for the X Window System. It provides titlebars, shaped windows, several forms of icon management, user-defined macro functions, click-to-type and pointer-driven keyboard focus, and user-specified key and pointer button bindings.
|
|
|
|
|
2024-01-05 18:45:31 +01:00
|
|
|
%debug_package
|
2024-01-05 18:45:31 +01:00
|
|
|
|
2024-01-05 18:45:31 +01:00
|
|
|
%prep
|
2024-01-05 18:45:31 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/twm
|
2024-01-05 18:45:31 +01:00
|
|
|
%dir %{_datadir}/X11/twm
|
2024-01-05 18:45:31 +01:00
|
|
|
%{_datadir}/X11/twm/system.twmrc
|
2024-01-05 18:45:31 +01:00
|
|
|
%{_mandir}/man1/twm.1*
|
|
|
|
%doc COPYING
|
|
|
|
#ChangeLog
|
2024-01-05 18:45:31 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:45:31 +01:00
|
|
|
* Tue May 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.12-1mamba
|
|
|
|
- update to 1.0.12
|
|
|
|
|
2024-01-05 18:45:31 +01:00
|
|
|
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 18:45:31 +01:00
|
|
|
* Tue Sep 10 2013 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 31 2011 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 09 2011 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 01 2010 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 26 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.4-1mamba
|
|
|
|
- package created by autospec
|