]> git.pld-linux.org Git - packages/bc.git/blobdiff - bc.spec
- Added "Categories" entry
[packages/bc.git] / bc.spec
diff --git a/bc.spec b/bc.spec
index 20da318ea6d71cdd24971ec72345bd0962625b66..156ecd0283fa326dcfe189e4f33045675e6db0a8 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -9,7 +9,7 @@ Summary(tr):    GNU hesap makinas
 Summary(uk):   GNU bc (ÍÏ×Á ÏÂÒÏÂËÉ ÞÉÓÅÌ) ÔÁ dc (ËÁÌØËÕÌÑÔÏÒ)
 Name:          bc
 Version:       1.06
-Release:       12
+Release:       13
 License:       GPL
 Group:         Applications/Math
 Source0:       ftp://ftp.gnu.org/pub/gnu/bc/%{name}-%{version}.tar.gz
@@ -20,6 +20,7 @@ Source2:      bc.desktop
 Source3:       dc.desktop
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-readline.patch
+Patch2:                %{name}-flex.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -87,10 +88,12 @@ ileri yetenekleri vard
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 
 %build
 %{__aclocal}
 %{__autoconf}
+%{__automake}
 %configure \
        --with-readline
 %{__make}
@@ -107,6 +110,9 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Numerics/dc.desktop
 
 bzip2 -dc %{SOURCE1} | tar -xf - -C $RPM_BUILD_ROOT%{_mandir}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -127,6 +133,3 @@ bzip2 -dc %{SOURCE1} | tar -xf - -C $RPM_BUILD_ROOT%{_mandir}
 %lang(pl) %{_mandir}/pl/man1/*
 
 %{_infodir}/*.info*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.142444 seconds and 4 git commands to generate.