]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
upgrade do 0.16
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 22 Jun 1999 09:27:57 +0000 (09:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment.spec -> 1.9

enlightenment.spec

index 8c0b14c542e68b515e323a4f776aa195269327d6..acdf652a9f53908c1acfb128331ac7aeb36d86cd 100644 (file)
@@ -1,17 +1,20 @@
 Summary:       Enlightenment Window Manager
 Summary(pl):   X Window menad¿er - Enlightenment  
 Name:          enlightenment
-Version:       0.15.5
-Release:       1
+Version:       0.16
+Release:       0.2
 Copyright:     GPL
 Group:         X11/Window Managers
 Group(pl):     X11/Zarz±dcy okien
-Source:                ftp://www.rasterman.com/pub/enlightenment/%{name}-%{version}.tar.gz
+Source:                ftp://www.rasterman.com/pub/enlightenment/%{name}-%{version}.devel.2.tar.gz
+Patch:         enlightenment-0.16-config-path.patch
 URL:           http://www.rasterman.com/
-Requires:      glib = 1.2.1
-Requires:      gtk+ = 1.2.1
+Requires:      glib >= 1.2.1
+Requires:      gtk+ >= 1.2.1
 BuildRoot:     /tmp/%{name}-%{version}-root
 
+%define        _prefix /usr/X11R6
+
 %description
 Enlightenment is a Windowmanager for X-Windows that is designed to be
 powerful, extensible, configurable and able to be really good looking.
@@ -21,12 +24,11 @@ Enlightenment jest najpot
 jaki kiedykolwiek zosta³ stworzony dla Linuxa ;)
 
 %prep
-%setup -q 
+%setup -q -n %{name}-%{version}.devel.2
+%patch -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=/usr/X11R6 \
+%configure \
        --enable-fsstd \
        --enable-sound
 
This page took 0.029871 seconds and 4 git commands to generate.