diff --git a/README.md b/README.md index 5ec0fa8..bcd7255 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/twm.spec b/twm.spec new file mode 100644 index 0000000..b77c6ab --- /dev/null +++ b/twm.spec @@ -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 +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 1.0.8-1mamba +- automatic update by autodist + +* Sun Jul 31 2011 Automatic Build System 1.0.7-1mamba +- automatic update by autodist + +* Sun Jan 09 2011 Automatic Build System 1.0.6-1mamba +- automatic update by autodist + +* Mon Nov 01 2010 Automatic Build System 1.0.5-1mamba +- automatic update by autodist + +* Mon Oct 26 2009 Ercole 'ercolinux' Carpanetto 1.0.4-1mamba +- package created by autospec