]> git.pld-linux.org Git - packages/bc.git/commitdiff
- release 16: use new rpm automation. bc-1_05a-16
authorkloczek <kloczek@pld-linux.org>
Wed, 11 Oct 2000 19:26:30 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bc.spec -> 1.35

bc.spec

diff --git a/bc.spec b/bc.spec
index da2bacb2205d582636eacd2684e780b37e104da1..013603d7b4f409a9954a5b662bd1714572429ff2 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -5,14 +5,15 @@ Summary(pl):  GNU bc (j
 Summary(tr):   GNU hesap makinasý
 Name:          bc
 Version:       1.05a
-Release:       15
+Release:       16
 License:       GPL
 Group:         Applications/Math
+Group(de):     Applikationen/Mathematik
 Group(pl):     Aplikacje/Matematyczne
 Source0:       ftp://ftp.gnu.org/pub/gnu/bc/%{name}-%{version}.tar.gz
-Patch0:                bc-info.patch
-Patch1:                bc-DESTDIR.patch
-Patch2:                bc-longline.patch
+Patch0:                %{name}-info.patch
+Patch1:                %{name}-DESTDIR.patch
+Patch2:                %{name}-longline.patch
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: readline-devel >= 4.1
 BuildRequires: flex
@@ -57,20 +58,16 @@ ileri yetenekleri vard
 
 %build
 aclocal
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --with-readline
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/dc.info,%{_mandir}/man1/*}
-
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
This page took 0.039369 seconds and 4 git commands to generate.