]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- BR: at-spi-devel, pkgconfig
authorSzymon Siwek <sls@pld-linux.org>
Sat, 5 Jan 2008 11:33:52 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package libbrlttyxas.so
- TODO updates

Changed files:
    brltty.spec -> 1.25

brltty.spec

index ab0bf6956753303fdf44e2ed00772d2de6d34c03..e36d76eb95fde9719a662dfa3f86d580851b11bc 100644 (file)
@@ -1,10 +1,9 @@
 # TODO:
-#      - check BR
-#      - more packages (bindings)
 #      - ocaml bcond is useless now:
 #              Cannot find ocamlfind.
 #              BrlAPI Caml bindings will be compiled but not installed.
 #      - check java stuff
+#      - create bcond to build with minimal deps (wo ncurses,gpm,at-spi*)
 #
 # Conditional build:
 %bcond_without apidocs         # documentation generated with doxygen
@@ -24,6 +23,7 @@ License:      GPL
 URL:           http://mielke.cc/brltty/
 Source0:       http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 7ce54ba2d38b7c220870e8c781f36743
+BuildRequires: at-spi-devel
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: bison
@@ -33,7 +33,7 @@ BuildRequires:        gpm-devel
 %{?with_java:BuildRequires:    jdk}
 BuildRequires: ncurses-devel
 %{?with_ocaml:BuildRequires:   ocaml}
-#BuildRequires:        pkgconfig
+BuildRequires: pkgconfig
 %{?with_python:BuildRequires:  python-Pyrex}
 %{?with_python:BuildRequires:  rpm-pythonprov}
 %{?with_tcl:BuildRequires:     tcl}
@@ -514,6 +514,7 @@ exit 0
 %attr(755,root,root) %{_libdir}/brltty/libbrlttyses.so
 %attr(755,root,root) %{_libdir}/brltty/libbrlttysfv.so
 %attr(755,root,root) %{_libdir}/brltty/libbrlttysgs.so
+%attr(755,root,root) %{_libdir}/brltty/libbrlttyxas.so
 %attr(755,root,root) %{_libdir}/brltty/libbrlttyxlx.so
 %attr(755,root,root) %{_libdir}/brltty/libbrlttyxsc.so
 %{_sysconfdir}/brltty
This page took 1.173624 seconds and 4 git commands to generate.