]> git.pld-linux.org Git - packages/blackbox.git/commitdiff
- now on building blackbox is used autoconf.
authorkloczek <kloczek@pld-linux.org>
Wed, 21 Oct 1998 19:49:12 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blackbox.spec -> 1.7

blackbox.spec

index bfb923a5fcbc7e388a5d9c896446f54f0fb35b11..11b8a85aedfd9640144d8a059f342d6079468b8c 100644 (file)
@@ -1,7 +1,7 @@
 Summary:     Very small and fast window manger for the X-Windows.
 Summary(pl): Ma³y i szybki menad¿er okien dla X-Windows.
 Name:        blackbox
-Version:     0.40.10
+Version:     0.40.11
 Release:     1
 URL:         http://linux.wiw.org/blackbox/
 Copyright:   GPL-2.0
@@ -29,15 +29,17 @@ Blackbox oszcz
 %setup -q
 
 %build
-xmkmf -a
-make CXXDEBUGFLAGS="$RPM_OPT_FLAGS" CDEBUGFLAGS="$RPM_OPT_FLAGS"
+CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr/X11R6
+make
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+make prefix=$RPM_BUILD_ROOT/usr/X11R6 install
 
 %files
 %defattr(644, root, root, 755)
@@ -46,20 +48,24 @@ make DESTDIR=$RPM_BUILD_ROOT install
 /usr/X11R6/lib/X11/app-defaults/*
 
 %changelog
-* Sun Sep 27 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
+* Wed Oct 21 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.40.11-1]
+- now on building blackbox is used autoconf.
+
+* Sun Sep 27 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
   [0.40.7-2]
 - rewritten %descriptions,
 - removed INSTALL-file from %doc.
 
-* Fri Sep 25 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
+* Fri Sep 25 1998 Maciej Leniewski <nimir@kis.p.lodz.pl>
   [0.40.7-1]
 - added -q in %setup,
 - added pl translation.
 
-* Sun Aug 23 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
+* Sun Aug 23 1998 Maciej Leniewski <nimir@kis.p.lodz.pl>
   [0.40.4-1]
 - removed old log enteries.
 
-* Thu Aug 13 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
+* Thu Aug 13 1998 Maciej Leniewski <nimir@kis.p.lodz.pl>
   [0.40.3-1]
 - aew version
This page took 0.075897 seconds and 4 git commands to generate.