]> git.pld-linux.org Git - packages/fluxbox.git/commitdiff
- removed COPYING and INSTALL from %doc and few other small cosmetics. fluxbox-0_1_8-1
authorkloczek <kloczek@pld-linux.org>
Sat, 20 Apr 2002 02:24:23 +0000 (02:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fluxbox.spec -> 1.8

fluxbox.spec

index a73c351d1c7a65f08fd60b1fcddb92d147f282b5..7071e590243150154a932d03c181ad91cee6d93d 100644 (file)
@@ -3,8 +3,8 @@ Summary(pl):    Ma
 Name:          fluxbox
 Version:       0.1.8
 Release:       1
-Group:         X11/Window Managers
 License:       GPL
+Group:         X11/Window Managers
 URL:           http://fluxbox.sourceforge.net/
 Source0:       http://prdownloads.sourceforge.net/fluxbox/%{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
@@ -22,7 +22,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %endif
 
 %description
-
 Fluxbox is yet another windowmanager for X. It's based on the Blackbox
 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors,
 window placement and similar thing exactly like blackbox (100%
@@ -44,8 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 #aclocal
 #autoconf
 #automake -a -c
-./configure  --enable-kde \
-             --prefix=/usr/X11R6
+./configure \
+       --enable-kde \
+       --prefix=/usr/X11R6
 %{__make}
 
 %install
@@ -56,7 +56,7 @@ install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
 
-gzip -9nf AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+gzip -9nf AUTHORS ChangeLog NEWS README TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.129525 seconds and 4 git commands to generate.