Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

brlapi-java-0.5.1-2.2.fc9 RPM for i386

From Fedora 9 for i386

Name: brlapi-java Distribution: Unknown
Version: 0.5.1 Vendor: Fedora Project
Release: 2.2.fc9 Build date: Thu Feb 28 14:50:11 2008
Group: Development/System Build host: xenbuilder4.fedora.phx.redhat.com
Size: 34393 Source RPM: brltty-3.9-2.2.fc9.src.rpm
Packager: Fedora Project
Url: http://mielke.cc/brltty/
Summary: Java binding for BrlAPI.
This package provides the Java binding for BrlAPI.

Provides

Requires

Copyright

LGPLv2+

Signatures

internal MD5: b7ad3a6622a7c8c056213b73f5fd4a3d
GPG

Changelog

* Thu Feb 28 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-2.2
  - glibc build fixes
  - applied java reorganisations from svn
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.9-2.1
  - Autorebuild for GCC 4.3
* Wed Jan 09 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1.1
  - specfile update to comply with tcl packaging guidelines
* Mon Jan 07 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1
  - update to latest upstream (3.9)
* Wed Sep 19 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
  - update to r3231 from svn
  - added java binding subpackage
* Thu Aug 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
  - update to r3231 from svn
* Wed Aug 22 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-1
  - update to latest upstream
  - added the at-spi driver, tcl and python bindings
  - fixed the license tags
* Mon Mar 05 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-3
  - added the XWindow driver
  - build fix for newer byacc
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2.1
  - quiet postinstall scriptlet, really fixes #224570
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2
  - failsafe postinstall script, fixes #224570
  - makefile fix - debuginfo extraction now works
* Thu Jan 25 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-1.1
  - fix building with newer kernel-headers (#224149)
* Thu Jul 13 2006 Petr Rockai <prockai@redhat.com> - 3.7.2-1
  - upgrade to latest upstream version
  - split off brlapi and brlapi-devel packages
* Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 3.2-12.1
  - rebuild
* Mon Jul 03 2006 Florian La Roche <laroche@redhat.com>
  - for the post script require coreutils
* Tue Jun 06 2006 Jesse Keating <jkeating@redhat.com> - 3.2-11
  - Added byacc BuildRequires, removed prereq, coreutils is always there
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2.1
  - bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2
  - rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  - rebuilt
* Wed Mar 16 2005 Bill Nottingham <notting@redhat.com> 3.2-10
  - rebuild
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
  - add a %clean into .spec
* Fri Oct 15 2004 Adrian Havill <havill@redhat.com> 3.2-5
  - chmod a-x for conf file (#116244)
* Wed Jun 16 2004 Elliot Lee <sopwith@redhat.com>
  - rebuilt
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  - rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  - rebuilt
* Wed Oct 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  - prereq coreutils for mknod/chown/chmod
* Tue Jul 08 2003 Adrian Havill <havill@redhat.com> 3.2-2
  - changed spec "Copyright" to "License"
  - use 
    CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables}" ; export CFLAGS ; 
    CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables}" ; export CXXFLAGS ; 
    FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables}" ; export FFLAGS ; 
    for i in $(find . -name config.guess -o -name config.sub) ; do 
             [ -f /usr/lib/rpm/redhat/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ; 
    done ; 
    ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu \
  	--target=i386-redhat-linux-gnu \
  	--program-prefix= \
  	--prefix=/usr \
  	--exec-prefix=/usr \
  	--bindir=/usr/bin \
  	--sbindir=/usr/sbin \
  	--sysconfdir=/etc \
  	--datadir=/usr/share \
  	--includedir=/usr/include \
  	--libdir=/usr/lib \
  	--libexecdir=/usr/libexec \
  	--localstatedir=/var \
  	--sharedstatedir=/usr/com \
  	--mandir=/usr/share/man \
  	--infodir=/usr/share/info macro, /usr/lib for non-ia32 archs
  - removed unnecessary set and unset, assumed/default spec headers
  - fixed unpackaged man page, duplicate /bin and /lib entries
  - use plain install vs scripts for non-i386 buildsys

Files

/usr/lib/java/libbrlapi_java.so
/usr/share/java/brlapi.jar


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jan 7 06:13:48 2009