]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- updated to 3.10, added autoconf patch (BRs autoconf 2.62)
authorhawk <hawk@pld-linux.org>
Tue, 7 Oct 2008 07:58:58 +0000 (07:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated TODO

Changed files:
    brltty.spec -> 1.32

brltty.spec

index 996a4823953e295ed8912c7d13d9c6a1ecaa7137..4aea10493cefeb1f2f2ba49691f30fdccc75ec85 100644 (file)
@@ -6,6 +6,18 @@
 #      - check java stuff
 #      - create bcond to build with minimal deps (wo ncurses,gpm,at-spi*)
 #
 #      - 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
 # Conditional build:
 %bcond_without apidocs         # documentation generated with doxygen
 %bcond_with    java            # java bindings
 Summary:       Braille display driver for Linux/Unix
 Summary(pl.UTF-8):     Sterownik do wyƛwietlaczy Braille'a
 Name:          brltty
 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
 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
 URL:           http://mielke.cc/brltty/
 BuildRequires: at-spi-devel
-BuildRequires: autoconf >= 2.53
+BuildRequires: autoconf >= 2.62
 BuildRequires: automake
 BuildRequires: bison
 #BuildRequires:        bluez-devel
 BuildRequires: automake
 BuildRequires: bison
 #BuildRequires:        bluez-devel
@@ -182,6 +195,7 @@ Biblioteka BrlAPI dla Tcl.
 
 %prep
 %setup -q
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
 
 %build
 %{__aclocal}
@@ -543,7 +557,7 @@ exit 0
 
 %files -n brlapi
 %defattr(644,root,root,755)
 
 %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
 %attr(755,root,root) %ghost %{_libdir}/libbrlapi.so.0.5
 
 %files -n brlapi-devel
@@ -582,7 +596,7 @@ exit 0
 %if %{with tcl}
 %files -n brlapi-tcl
 %defattr(644,root,root,755)
 %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
 %endif
This page took 0.103578 seconds and 4 git commands to generate.