twm/twm.spec

72 lines
2.0 KiB
RPMSpec
Raw Permalink Normal View History

Name: twm
Version: 1.0.12
Release: 1mamba
Summary: Tab Window Manager for the X Window System
Group: System/X11
Vendor: openmamba
Distribution: openmamba
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
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXmu-devel
BuildRequires: libXrandr-devel
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.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/twm
%dir %{_datadir}/X11/twm
%{_datadir}/X11/twm/system.twmrc
%{_mandir}/man1/twm.1*
%doc COPYING
#ChangeLog
%changelog
* Tue May 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.12-1mamba
- update to 1.0.12
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
- automatic update by autodist
* 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