Author: hawk Date: Tue Oct 7 07:59:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.10, added autoconf patch (BRs autoconf 2.62) - updated TODO
---- Files affected: SPECS: brltty.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/brltty.spec diff -u SPECS/brltty.spec:1.31 SPECS/brltty.spec:1.32 --- SPECS/brltty.spec:1.31 Wed Sep 10 14:54:38 2008 +++ SPECS/brltty.spec Tue Oct 7 09:58:58 2008 @@ -7,6 +7,18 @@ # - check java stuff # - create bcond to build with minimal deps (wo ncurses,gpm,at-spi*) # +# warning: Installed (but unpackaged) file(s) found: +# /usr/lib/brltty/libbrlttybbs.so +# /usr/lib/ocaml/brlapi/META +# /usr/lib/ocaml/brlapi/brlapi.cma +# /usr/lib/ocaml/brlapi/brlapi.cmi +# /usr/lib/ocaml/brlapi/brlapi.cmxa +# /usr/lib/ocaml/brlapi/brlapi.mli +# /usr/lib/ocaml/brlapi/libbrlapi_stubs.a +# /usr/lib/ocaml/stublibs/dllbrlapi_stubs.so +# /usr/lib/ocaml/stublibs/dllbrlapi_stubs.so.owner +# /usr/share/man/man1/xbrlapi.1.gz +# # Conditional build: %bcond_without apidocs # documentation generated with doxygen %bcond_with java # java bindings @@ -19,15 +31,16 @@ Summary: Braille display driver for Linux/Unix Summary(pl.UTF-8): Sterownik do wyĆwietlaczy Braille'a Name: brltty -Version: 3.9 -Release: 2 +Version: 3.10 +Release: 1 Group: Daemons License: GPL Source0: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz -# Source0-md5: 7ce54ba2d38b7c220870e8c781f36743 +# Source0-md5: d52f332a29e00495d166e7f45403fa9d +Patch0: %{name}-ac.patch URL: http://mielke.cc/brltty/ BuildRequires: at-spi-devel -BuildRequires: autoconf >= 2.53 +BuildRequires: autoconf >= 2.62 BuildRequires: automake BuildRequires: bison #BuildRequires: bluez-devel @@ -183,6 +196,7 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} @@ -544,7 +558,7 @@ %files -n brlapi %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libbrlapi.so.0.5.1 +%attr(755,root,root) %{_libdir}/libbrlapi.so.0.5.2 %attr(755,root,root) %ghost %{_libdir}/libbrlapi.so.0.5 %files -n brlapi-devel @@ -583,9 +597,9 @@ %if %{with tcl} %files -n brlapi-tcl %defattr(644,root,root,755) -%dir %{_libdir}/brlapi-0.5.1 -%attr(755,root,root) %{_libdir}/brlapi-0.5.1/libbrlapi_tcl.so -%{_libdir}/brlapi-0.5.1/pkgIndex.tcl +%dir %{_libdir}/brlapi-0.5.2 +%attr(755,root,root) %{_libdir}/brlapi-0.5.2/libbrlapi_tcl.so +%{_libdir}/brlapi-0.5.2/pkgIndex.tcl %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -594,6 +608,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2008/10/07 07:58:58 hawk +- updated to 3.10, added autoconf patch (BRs autoconf 2.62) +- updated TODO + Revision 1.31 2008/09/10 12:54:38 hawk - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/brltty.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
