This commit is contained in:
parent
fd91bc2c38
commit
264e7457f9
76
bc.spec
76
bc.spec
@ -1,15 +1,23 @@
|
||||
#
|
||||
# spec file for package bc (Version 1.06)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: bc
|
||||
BuildRequires: bison ed flex readline-devel
|
||||
Url: ftp://ftp.gnu.org/pub/gnu/bc/
|
||||
@ -18,7 +26,7 @@ Group: Productivity/Scientific/Math
|
||||
AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 1.06
|
||||
Release: 838
|
||||
Release: 894
|
||||
Summary: GNU Command Line Calculator
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}.dif
|
||||
@ -96,70 +104,70 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 27 2007 - schwab@suse.de
|
||||
* Thu Dec 27 2007 schwab@suse.de
|
||||
- Fix last change.
|
||||
- Fix detection of empty opt_expression in the parser.
|
||||
* Tue Jun 12 2007 - pgajdos@suse.cz
|
||||
* Tue Jun 12 2007 pgajdos@suse.cz
|
||||
- repared acceptance of some long commandline options
|
||||
[#282747]
|
||||
* Thu Mar 29 2007 - rguenther@suse.de
|
||||
* Thu Mar 29 2007 rguenther@suse.de
|
||||
- add flex BuildRequires
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Sep 19 2005 - mmj@suse.de
|
||||
* Mon Sep 19 2005 mmj@suse.de
|
||||
- fix strict aliasing issues
|
||||
* Thu Jul 07 2005 - mmj@suse.de
|
||||
* Thu Jul 07 2005 mmj@suse.de
|
||||
- add missing decls
|
||||
* Mon Aug 30 2004 - postadal@suse.cz
|
||||
* Mon Aug 30 2004 postadal@suse.cz
|
||||
- fixed for new flex
|
||||
* Sun Jan 11 2004 - adrian@suse.de
|
||||
* Sun Jan 11 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Tue Jul 22 2003 - schwab@suse.de
|
||||
* Tue Jul 22 2003 schwab@suse.de
|
||||
- Fix unbalanced identifier tree.
|
||||
* Thu Apr 24 2003 - ro@suse.de
|
||||
* Thu Apr 24 2003 ro@suse.de
|
||||
- fix install_info --delete call and move from preun to postun
|
||||
* Thu Feb 06 2003 - kukuk@suse.de
|
||||
* Thu Feb 06 2003 kukuk@suse.de
|
||||
- Use install-info macros
|
||||
- Fix bc.info (add dir entry)
|
||||
* Wed Nov 20 2002 - postadal@suse.cz
|
||||
* Wed Nov 20 2002 postadal@suse.cz
|
||||
- returned the recompilation of libmath.h and fixed the problematic
|
||||
part which caused segmentation fault on 64bit archs [#21697]
|
||||
* Mon Oct 07 2002 - postadal@suse.cz
|
||||
* Mon Oct 07 2002 postadal@suse.cz
|
||||
- removed recompilation of libmath.h [#20241]
|
||||
* Wed Aug 07 2002 - uli@suse.de
|
||||
* Wed Aug 07 2002 uli@suse.de
|
||||
- build with -O0 on x86-64 (bug #17231)
|
||||
* Thu Apr 12 2001 - cihlar@suse.cz
|
||||
* Thu Apr 12 2001 cihlar@suse.cz
|
||||
- fixed to compile
|
||||
* Fri Feb 23 2001 - ro@suse.de
|
||||
* Fri Feb 23 2001 ro@suse.de
|
||||
- added readline/readline-devel to neededforbuild (split from bash)
|
||||
* Tue Dec 05 2000 - cihlar@suse.cz
|
||||
* Tue Dec 05 2000 cihlar@suse.cz
|
||||
- added ed to neededforbuild
|
||||
- fixed to recompile libmath.h
|
||||
* Mon Oct 30 2000 - cihlar@suse.cz
|
||||
* Mon Oct 30 2000 cihlar@suse.cz
|
||||
- update to version 1.6
|
||||
- added BuildRoot
|
||||
- bzipped sources
|
||||
* Tue Sep 26 2000 - schwab@suse.de
|
||||
* Tue Sep 26 2000 schwab@suse.de
|
||||
- Fix overflow bug in bc scanner.
|
||||
* Fri Mar 10 2000 - kasal@suse.de
|
||||
* Fri Mar 10 2000 kasal@suse.de
|
||||
- specfile cleanup
|
||||
* Fri Feb 25 2000 - kukuk@suse.de
|
||||
* Fri Feb 25 2000 kukuk@suse.de
|
||||
- Use _infodir/_mandir, add group tag
|
||||
* Thu Nov 25 1999 - kukuk@suse.de
|
||||
* Thu Nov 25 1999 kukuk@suse.de
|
||||
- Remove termcap from needforbuild
|
||||
* Fri Nov 12 1999 - kukuk@suse.de
|
||||
* Fri Nov 12 1999 kukuk@suse.de
|
||||
- Fix Include paths
|
||||
* Mon Sep 13 1999 - bs@suse.de
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Fri Aug 27 1999 - fehr@suse.de
|
||||
* Fri Aug 27 1999 fehr@suse.de
|
||||
- chaged to new version 1.05a
|
||||
* Wed Jul 21 1999 - garloff@suse.de
|
||||
* Wed Jul 21 1999 garloff@suse.de
|
||||
- added -d to YFLAGS to prevent problem when bison changes
|
||||
* Tue Sep 22 1998 - ro@suse.de
|
||||
* Tue Sep 22 1998 ro@suse.de
|
||||
- dont try to include posix_lim2.h for glibc
|
||||
* Fri Dec 12 1997 - florian@suse.de
|
||||
* Fri Dec 12 1997 florian@suse.de
|
||||
- add many bug-fixes from gnu.utils.bug
|
||||
* Fri Oct 10 1997 - florian@suse.de
|
||||
* Fri Oct 10 1997 florian@suse.de
|
||||
- update to 1.04 and fix rpm spec file
|
||||
* Thu Jan 02 1997 - florian@suse.de
|
||||
* Thu Jan 02 1997 florian@suse.de
|
||||
- add some bug-fixes
|
||||
|
Loading…
Reference in New Issue
Block a user