automatic update by autodist [release 1.0.8-1mamba;Tue Sep 10 2013]
This commit is contained in:
parent
021155375e
commit
dbde3d3caa
@ -1,2 +1,4 @@
|
||||
# twm
|
||||
|
||||
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.
|
||||
|
||||
|
63
twm.spec
Normal file
63
twm.spec
Normal file
@ -0,0 +1,63 @@
|
||||
Name: twm
|
||||
Version: 1.0.8
|
||||
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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user