]> git.pld-linux.org Git - packages/icewm.git/commitdiff
kupa drobnych poprawek (teraz te pakiety buduja sie poprawnie)
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Jun 1999 09:02:52 +0000 (09:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icewm.spec -> 1.7

icewm.spec

index 71168a0d14757e97e85671073a20c06a370ee115..0bf38c8a582d2c6820591711e952c266b7e515aa 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       IceWM X11 Window Manager
 Summary(pl):   IceWM - Mened¿er okienek X11
 Name:          icewm
-Version:       0.9.37
+Version:       0.9.41
 Release:       1
 Copyright:     GPL
 Group:         X11/Window Managers
@@ -10,6 +10,8 @@ Source:               http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/%{name}-%{version}.src.
 URL:           http://berta.fri.uni-lj.si/~markom/icewm/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
+%define        _prefix /usr/X11R6
+
 %description
 Window Manager for X Window System. Can emulate the look of Windows'95,
 OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems.
@@ -27,18 +29,22 @@ szybki przy tym.
 %setup -q
 
 %build
-./config \
+./configure \
+       --prefix=/usr/X11R6 \
+       --sysconfdir=/etc/X11/icewm \
        --with-shape \
        --with-sm \
        --with-imlib \
        --with-gnome \
-#      --with-i18n
+       --with-i18n
 
 make PREFIX=/usr/X11R6 optimize="$RPM_OPT_FLAGS"
 
 %install
 make install \
        PREFIX=$RPM_BUILD_ROOT/usr/X11R6 \
+       BINDIR=$RPM_BUILD_ROOT/usr/X11R6/bin \
+       LIBDIR=$RPM_BUILD_ROOT/usr/X11R6/lib/X11/icewm \
        ETCDIR=$RPM_BUILD_ROOT/etc/X11/icewm
 
 gzip -9nf README CHANGES TODO BUGS
This page took 0.304032 seconds and 4 git commands to generate.