SHA256
1
0
forked from pool/sbl
sbl/sbl.spec
Ismail Dönmez db92e3a2de Accepting request 311985 from home:pluskalm:branches:hardware
- Cleanup spec file with spec-clener
- Apply sbl-sppkdev.patch
- Update rcservice symlinks

OBS-URL: https://build.opensuse.org/request/show/311985
OBS-URL: https://build.opensuse.org/package/show/hardware/sbl?expand=0&rev=25
2015-06-15 08:31:57 +00:00

154 lines
3.9 KiB
RPMSpec

#
# spec file for package sbl
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: sbl
Version: 3.5.0.20130317.git7a75bc29
Release: 0
Summary: SUSE blinux
License: GPL-2.0+
Group: Hardware/Other
Source: sbl-%{version}.tar.bz2
Source1: sbl.service
Source2: brld.service
Patch1: sbl-shared.patch
Patch2: sbl-nostrip.patch
Patch3: sbl-install_perms.patch
Patch4: sbl-libdir.patch
Patch5: sbl-init-scripts.patch
Patch6: sbl-sppkdev.patch
BuildRequires: bluez-devel
BuildRequires: gcc-c++
BuildRequires: libusb-devel
BuildRequires: orca
BuildRequires: speechd-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libsystemd-daemon)
%{?systemd_requires}
%else
Requires(post): %insserv_prereq
Requires(postun): %insserv_prereq
%endif
%description
SUSE blinux is a screen reader for the Linux console. It supports
braille displays.
%package orca
%if 0%{?suse_version} <= 1110
%define python_sitearch %{py_sitedir}
%endif
Summary: brld-orca brlapi
License: GPL-2.0 and GPL-2.0+
Group: Productivity/Multimedia/Sound/Utilities
Requires: orca
%py_requires
%description orca
this python module enables orca to use brld for braille output
%prep
%setup -q
%patch1
%patch2
%patch3
%if "%{_lib}" == "lib64"
%patch4 -p1
%endif
%patch5 -p1
%patch6 -p1
%build
make %{?_smp_mflags} CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC -I%{_includedir}/speech-dispatcher"
%install
make LIBINSTPATH=%{_libdir} DESTDIR=%{buildroot} install
%if 0%{?suse_version} > 1310
rm -f %{buildroot}%{_initddir}/sbl
rm -f %{buildroot}%{_initddir}/brld
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/sbl.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/brld.service
rm -f %{buildroot}%{_sbindir}/rcsbl
rm -f %{buildroot}%{_sbindir}/rcbrld
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcsbl
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcbrld
%endif
%if 0%{?suse_version} > 1310
%pre
%service_add_pre sbl.service
%service_add_pre brld.service
%preun
%service_del_preun brld.service
%service_del_preun sbl.service
%endif
%post
/sbin/ldconfig
%if 0%{?suse_version} > 1310
%service_add_post sbl.service
%service_add_post brld.service
%else
%{insserv_force_if_yast etc/init.d/sbl }
%{insserv_force_if_yast etc/init.d/brld }
%endif
%postun
/sbin/ldconfig
%if 0%{?suse_version} > 1310
%service_del_postun brld.service
%service_del_postun sbl.service
%else
%insserv_cleanup
%endif
%files
%defattr (-,root,root,755)
%doc doc/* Changelog
%dir %{_sysconfdir}/sbl
%config %{_sysconfdir}/sbl/keymap
%config %{_sysconfdir}/sbl/profile
%config %{_sysconfdir}/sbl/spkfilter
%config %{_sysconfdir}/sbl.conf
%dir %{_libexecdir}/sbl
%{_libexecdir}/sbl/lib
%{_sysconfdir}/sbl/brltbl
%{_sysconfdir}/sbl/spk
%{_sbindir}/sbl
%{_sbindir}/rcsbl
%{_sbindir}/brld
%{_sbindir}/rcbrld
%{_libdir}/libbrld.so*
%if 0%{?suse_version} > 1310
%{_unitdir}/sbl.service
%{_unitdir}/brld.service
%else
%{_initddir}/sbl
%{_initddir}/brld
%endif
%{_mandir}/man8/brld.8.gz
%{_mandir}/man8/sbl.8.gz
%files orca
%defattr (-,root,root,755)
%dir %{python_sitearch}/orca
%{python_sitearch}/orca/brlapi.py*
%changelog