]> git.pld-linux.org Git - packages/ctwm.git/commitdiff
- prefix (temporarily?) changed to /usr/X11R6 - %%{_libdir}/X11 is used here
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jul 2003 09:20:40 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added bison patch, updated URLs
- note: necessary images are missing from 3.6 tarball

Changed files:
    ctwm.spec -> 1.23

ctwm.spec

index 5f0f1d8b5dfa2f21c6ba0f8c25de8bc756d4e632..cc0641f9efb4dcb28e15d0329b110d5ebf5b5f32 100644 (file)
--- a/ctwm.spec
+++ b/ctwm.spec
@@ -5,13 +5,18 @@ Version:      3.6
 Release:       1
 License:       GPL
 Group:         X11/Window Managers
-Source0:       http://ctwm.dl.nu/dist/%{name}-%{version}.tar.gz
+Source0:       http://ctwm.free.lp.se/dist/%{name}-%{version}.tar.gz
 # Source0-md5: c9e9e161e07e3d1c7e27684436f01e2b
 Source1:       %{name}.desktop
 Patch0:                %{name}-pld-dir.patch
+Patch1:                %{name}-bison.patch
+URL:           http://ctwm.free.lp.se/
 BuildRequires: XFree86-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# NOTE: if prefix==/usr, %{_libdir}/X11 must not be used
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
 %define                _wmpropsdir     /usr/share/wm-properties
 
 %description
@@ -33,7 +38,8 @@ funkcj
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 xmkmf
This page took 0.065917 seconds and 4 git commands to generate.