]> git.pld-linux.org Git - packages/9wm.git/commitdiff
- Adapterized.
authormkochano <mkochano@pld-linux.org>
Wed, 29 Mar 2000 20:02:54 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Updated to 1.2.
- Compressed documentation and manuals.
- Uses $RPM_OPT_FLAGS.
- Added polish description, group and summary.

Changed files:
    9wm.spec -> 1.1

9wm.spec [new file with mode: 0644]

diff --git a/9wm.spec b/9wm.spec
new file mode 100644 (file)
index 0000000..a7caf6f
--- /dev/null
+++ b/9wm.spec
@@ -0,0 +1,47 @@
+Summary:       An X window manager resembling the Plan 9 (8-1/2) interface.
+Summary(pl):   Zarz±dca okien emuluj±cy interfejs Pan 9 (8-1/2).
+Name:          9wm
+Version:       1.2
+Release:       1
+Copyright:     Distributable 
+Group:         X11/Window Managers
+Group(pl):     X11/Zarz±dcy Okien
+Source0:       ftp://ftp.cs.su.oz.au/dhog/9wm/pre-%{name}-%{version}.shar.gz
+BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRequires: XFree86-devel
+
+%define _prefix /usr/X11R6
+%define _mandir %{_prefix}/man
+
+%description
+9wm emulates the Plan 9 window manager 8-1/2.  9wm is designed to be small
+and fast.  The interface is easy to use, icon-less and click-to-type.
+
+%description -l pl
+9wm emuluje zarz±dcê okien 8-1/2 z Plan 9. 9wm zosta³ zaprojektowany
+tak, aby by³ ma³y i szybki. Interfejs jest ³atwy w u¿yciu i pozbawiony
+ikon.
+
+%prep
+%setup -q -c -T
+zcat %{SOURCE0} | sh
+
+%build
+xmkmf -a
+make CDEBUGFLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install install.man DESTDIR=$RPM_BUILD_ROOT
+strip $RPM_BUILD_ROOT%{_prefix}/bin/9wm
+
+gzip README $RPM_BUILD_ROOT/%{_mandir}/man1/*
+
+%clean 
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.gz
+%attr(755,root,root) %{_bindir}/9wm
+%{_mandir}/*/*
This page took 0.139838 seconds and 4 git commands to generate.