67 lines
1.9 KiB
RPMSpec
67 lines
1.9 KiB
RPMSpec
Name: twm
|
|
Version: 1.0.9
|
|
Release: 1mamba
|
|
Summary: Tab Window Manager for the X Window System
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
URL: http://x.org
|
|
Source: http://ftp.x.org/pub/individual/app/twm-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libXt-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%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.
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/twm
|
|
%{_datadir}/X11/twm/system.twmrc
|
|
%{_mandir}/man1/twm.1.gz
|
|
|
|
%doc COPYING ChangeLog
|
|
|
|
%changelog
|
|
* 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
|