From bddd7304d5ebaecdc9a8715d7024ef4070532187 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 29 2015 18:47:00 +0000 Subject: 1.3.2 --- diff --git a/.gitignore b/.gitignore index 1bbfef7..1cac3d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pre-9wm-1.2.tar.gz +/9wm-1.3.2.tar.gz diff --git a/9wm.spec b/9wm.spec index bc3871e..27fe518 100644 --- a/9wm.spec +++ b/9wm.spec @@ -1,16 +1,14 @@ Name: 9wm Summary: Emulation of the Plan 9 window manager 8 1/2 -Version: 1.2 -Release: 10%{?dist} +Version: 1.3.2 +Release: 1%{?dist} License: MIT Group: User Interface/Desktops -Source0: http://unauthorised.org/dhog/9wm/pre-9wm-%{version}.tar.gz +Source0: https://woozle.org/neale/g.cgi/x11/9wm/snapshot/9wm-%{version}.tar.gz Source1: 9wm.desktop -# Patch from Debian, minor cleanups -Patch0: 9wm_1.2-9.diff -URL: http://unauthorised.org/dhog/9wm.html +URL: https://woozle.org/neale/src/9wm/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: imake, libXext-devel, libX11-devel, desktop-file-utils +BuildRequires: libXext-devel, libX11-devel, desktop-file-utils # It needs this to open a terminal. Requires: xterm @@ -21,31 +19,29 @@ It provides a simple yet comfortable user interface, without garish decorations or title-bars. Or icons. And it's click-to-type. %prep -%setup -q -n pre-9wm-%{version} -%patch0 -p1 -b .cleanups +%setup -q -n 9wm-%{version} %build -xmkmf -make %{?_smp_mflags} CDEBUGFLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DSHAPE" %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install install.man +mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 +make BIN=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}/man1 install install.man desktop-file-install \ --dir=${RPM_BUILD_ROOT}%{_datadir}/xsessions/ \ %{SOURCE1} -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) -%doc README +%doc README CREDITS +%license LICENSE %{_bindir}/9wm %{_datadir}/xsessions/9wm.desktop %{_mandir}/man1/9wm.* %changelog +* Thu Oct 29 2015 Tom Callaway - 1.3.2-1 +- update to 1.3.2 + * Tue Jun 16 2015 Fedora Release Engineering - 1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c29719d..f636a08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bcd3ea20e49ba9ff90a9fb541861cda5 pre-9wm-1.2.tar.gz +a5703e76720a79b240e824636cf228a0 9wm-1.3.2.tar.gz