]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- drop ocaml .owner file, release 5 (ocaml rebuild) auto/th/brltty-5.2-5
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Jul 2015 17:39:52 +0000 (19:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Jul 2015 17:39:52 +0000 (19:39 +0200)
brltty.spec

index 3e4a64072b85156fae70b469de0aeccf81926ce7..95a89d664cbd34d90bc37492637e0db6c443f119 100644 (file)
@@ -28,7 +28,7 @@ Summary:      Braille display driver for Linux/Unix
 Summary(pl.UTF-8):     Sterownik do wyƛwietlaczy Braille'a
 Name:          brltty
 Version:       5.2
-Release:       4
+Release:       5
 Group:         Daemons
 License:       GPL v2+ (brltty and drivers), LGPL v2.1+ (APIs)
 Source0:       http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
@@ -293,6 +293,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -j1 install \
        OCAML_INSTALL_TARGET=install-without-findlib
 
+# findlib-specific, useless in rpm
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllbrlapi_stubs.so.owner
+
 %if %{with python3}
 cd Bindings/Python
 %{__python3} setup.py \
@@ -724,7 +727,6 @@ exit 0
 %files -n ocaml-brlapi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/ocaml/stublibs/dllbrlapi_stubs.so
-%{_libdir}/ocaml/stublibs/dllbrlapi_stubs.so.owner
 
 %files -n ocaml-brlapi-devel
 %defattr(644,root,root,755)
This page took 0.13102 seconds and 4 git commands to generate.