]> git.pld-linux.org Git - packages/evilwm.git/commitdiff
- added the fixed.patch
authorwitekfl <witekfl@pld-linux.org>
Mon, 18 Feb 2008 20:19:11 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it works
- rel 1

Changed files:
    evilwm.spec -> 1.9

evilwm.spec

index 8f856aaca847ba86c994582b62a7f8f54f9ed045..88c71b9a5122f833a1a0b2225ddc96483cb53475 100644 (file)
@@ -2,14 +2,15 @@ Summary:      evilwm - a minimalist window manager
 Summary(pl.UTF-8):     evilwm - minimalistyczny window manager
 Name:          evilwm
 Version:       0.99.17
-Release:       0.1
+Release:       1
 License:       GPL-like
 Group:         X11/Window Managers
 Source0:       http://dl.sourceforge.net/evilwm/%{name}_%{version}.orig.tar.gz
 # Source0-md5: 2d9ae76a172240a1ba7e359d9aae41aa
 Source1:       %{name}-xsession.desktop
+Patch0:                %{name}-fixed.patch
 URL:           http://evilwm.sourceforge.net/
-BuildRequires: XFree86-devel
+BuildRequires: xorg-lib-libXext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,9 +46,10 @@ Jego cechy to:
 
 %prep
 %setup -q -n %{name}-%{version}.orig
+%patch0 -p1
 
 %build
-%{__make} allinone \
+%{__make} \
        CC="%{__cc}" \
        CFLAGS='$(INCLUDES) $(DEFINES) %{rpmcflags} -Wall'
 
This page took 0.058498 seconds and 4 git commands to generate.