]> git.pld-linux.org Git - packages/cbb.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:51 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cbb.spec -> 1.22

cbb.spec

index e297b1448ff3453603ca802329db46642dc9ae24..94effbbe200e66ea38a6265436d6ef8c7c29b02f 100644 (file)
--- a/cbb.spec
+++ b/cbb.spec
@@ -12,12 +12,13 @@ Source1:    %{name}.1
 Source2:       dialog4duplicate.1
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://cbb.sourceforge.net/
-BuildArch:     noarch
 BuildRequires: automake
 BuildRequires: autoconf
+Requires:      gnuplot
+Requires:      tcl >= 7.4
+Requires:      tk >= 4.0
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires:      tcl >= 7.4, tk >= 4.0, gnuplot
-
 
 %description
 CBB is a personal financial management application written in Tcl/Tk
@@ -46,11 +47,10 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} \
+%{__make} install \
        prefix=%{_prefix} \
        WISH=/usr/bin/wish \
-       DESTDIR=$RPM_BUILD_ROOT \
-       install
+       DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
This page took 0.106262 seconds and 4 git commands to generate.