]> git.pld-linux.org Git - packages/bc.git/commitdiff
- cosmetics.
authorkloczek <kloczek@pld-linux.org>
Tue, 29 Jun 1999 18:27:15 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bc.spec -> 1.15

bc.spec

diff --git a/bc.spec b/bc.spec
index 10dc39c7e1eae40663cc1501f1ea474d8c9ef91d..41eb9333f453c239f690c63b7f53adc76ecd5523 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -9,13 +9,13 @@ Release:      7
 Copyright:     GPL
 Group:         Applications/Math
 Group(pl):     Aplikacje/Matematyczne
-Source:        ftp://prep.ai.mit.edu/pug/gnu/%{name}-%{version}.tar.gz
+Source:        ftp://prep.ai.mit.edu/pug/gnu/bc/%{name}-%{version}.tar.gz
 Patch0:        bc-info.patch
 Patch1:        bc-DESTDIR.patch
 Prereq:        /sbin/install-info 
 Buildroot:     /tmp/%{name}-%{version}-root
 
-%description 
+%description
 bc is a text mode calculator of sorts.  It has many extended
 features such as base translation.  It can also accept input
 from stdin and return output. dc is the RPN version.
@@ -56,9 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-make \
-    DESTDIR=$RPM_BUILD_ROOT \
-    install
+make install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/dc.info,%{_mandir}/man1/*}
 
This page took 0.04572 seconds and 4 git commands to generate.