]> git.pld-linux.org Git - packages/bc.git/commitdiff
- updated to 1.06, bc-1_06-1
authorkloczek <kloczek@pld-linux.org>
Sat, 18 Nov 2000 23:24:44 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed DESTDIR, longline obsoleted patches,
- simplitications in %install,
- added some %doc.

Changed files:
    bc.spec -> 1.36

bc.spec

diff --git a/bc.spec b/bc.spec
index 013603d7b4f409a9954a5b662bd1714572429ff2..c00e2cb3ad3023bcf337cb128521d8c0048038bf 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -4,16 +4,14 @@ Summary(fr):  GNU bc
 Summary(pl):   GNU bc (jêzyk obliczeñ numerycznych) i dc (kalkulator)
 Summary(tr):   GNU hesap makinasý
 Name:          bc
-Version:       1.05a
-Release:       16
+Version:       1.06
+Release:       1
 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:                %{name}-info.patch
-Patch1:                %{name}-DESTDIR.patch
-Patch2:                %{name}-longline.patch
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: readline-devel >= 4.1
 BuildRequires: flex
@@ -51,10 +49,8 @@ bc metin ekranda 
 ileri yetenekleri vardýr.
 
 %prep
-%setup  -q -n %{name}-1.05
+%setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 aclocal
@@ -64,10 +60,11 @@ aclocal
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+gzip -9nf AUTHORS ChangeLog FAQ NEWS README
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -76,6 +73,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 %files
 %defattr(644,root,root,755)
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %{_infodir}/dc.info*
This page took 0.035031 seconds and 4 git commands to generate.