This commit is contained in:
parent
d61c72e6c3
commit
a4530f9ef3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 17:11:00 CEST 2008 - marco@suse.de
|
||||
|
||||
- added a11y script temporarily - will make an own package "a11y" later
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 14:01:50 CEST 2008 - ro@suse.de
|
||||
|
||||
|
12
sbl.spec
12
sbl.spec
@ -21,13 +21,14 @@
|
||||
Name: sbl
|
||||
BuildRequires: gcc-c++ libusb-devel
|
||||
Version: 3.4.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
License: GPL v2 or later
|
||||
Group: Hardware/Other
|
||||
Source: sblsrc-3.4.0.tbz2
|
||||
Summary: SuSE blinux
|
||||
PreReq: %insserv_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#Requires: libusb
|
||||
|
||||
%description
|
||||
SuSE blinux is a screen reader for the Linux console. It supports
|
||||
@ -56,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/ldconfig
|
||||
%{insserv_force_if_yast etc/init.d/sbl }
|
||||
%{insserv_force_if_yast etc/init.d/brld }
|
||||
%{insserv_force_if_yast etc/init.d/a11y }
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
@ -75,12 +77,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/sbin/sbl
|
||||
/usr/sbin/brld
|
||||
/usr/sbin/rcbrld
|
||||
/usr/bin/a11y
|
||||
%dir /usr/share/a11y
|
||||
%dir /usr/share/a11y/orca
|
||||
/usr/share/a11y/orca/*
|
||||
%{_libdir}/libbrld.so.1
|
||||
%config /etc/init.d/sbl
|
||||
%config /etc/init.d/brld
|
||||
%config /etc/init.d/a11y
|
||||
%config /etc/suse-blinux.conf
|
||||
%config /etc/a11y.conf
|
||||
|
||||
%changelog
|
||||
* Wed Oct 08 2008 marco@suse.de
|
||||
- added a11y script temporarily - will make an own package "a11y" later
|
||||
* Mon Sep 29 2008 ro@suse.de
|
||||
- drop manual requires for libusb
|
||||
* Mon Sep 29 2008 marco@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d2ee04432d8709effdbf056badbca5b5cb02d57ff8dceb4b9f0fb7904ca8f6a
|
||||
size 185989
|
||||
oid sha256:ac1cff711555e36a7f7eb7575a55fb376af41648009dfc7f41f09d4f747c30ae
|
||||
size 189207
|
||||
|
Loading…
Reference in New Issue
Block a user