- failsafe postinstall script, fixes #224570
- makefile fix - debuginfo extraction now works
This commit is contained in:
parent
96dcaf2751
commit
57b854782d
11
brltty-3.7.2-debuginfo.patch
Normal file
11
brltty-3.7.2-debuginfo.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- brltty-3.7.2/config.mk.in.debuginfo 2005-12-26 13:58:07.000000000 +0100
|
||||||
|
+++ brltty-3.7.2/config.mk.in 2007-01-30 12:39:10.000000000 +0100
|
||||||
|
@@ -89,7 +89,7 @@
|
||||||
|
|
||||||
|
INSTALL = @INSTALL@
|
||||||
|
INSTALL_SCRIPT = $(INSTALL)
|
||||||
|
-INSTALL_PROGRAM = $(INSTALL_SCRIPT) -s
|
||||||
|
+INSTALL_PROGRAM = $(INSTALL_SCRIPT)
|
||||||
|
INSTALL_DATA = $(INSTALL) -m 644
|
||||||
|
INSTALL_DIRECTORY = $(INSTALL) -d
|
||||||
|
|
@ -1,12 +1,13 @@
|
|||||||
Name: brltty
|
Name: brltty
|
||||||
Version: 3.7.2
|
Version: 3.7.2
|
||||||
Release: 1.1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
|
Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
|
||||||
Patch0: brltty-3.7.2-linux-compiler-h.patch
|
Patch0: brltty-3.7.2-linux-compiler-h.patch
|
||||||
Patch1: brltty-3.7.2-vt-buildfix.patch
|
Patch1: brltty-3.7.2-vt-buildfix.patch
|
||||||
|
Patch2: brltty-3.7.2-debuginfo.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-InstallRoot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-InstallRoot
|
||||||
Summary: Braille display driver for Linux/Unix.
|
Summary: Braille display driver for Linux/Unix.
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
@ -55,6 +56,7 @@ which directly accesses a refreshable braille display.
|
|||||||
%setup -n brltty-3.7.2
|
%setup -n brltty-3.7.2
|
||||||
%patch0 -p1 -b .linux-compiler-h
|
%patch0 -p1 -b .linux-compiler-h
|
||||||
%patch1 -p1 -b .vt-buildfix
|
%patch1 -p1 -b .vt-buildfix
|
||||||
|
%patch2 -p1 -b .debuginfo
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-install-root="${RPM_BUILD_ROOT}" --with-braille-driver=-tt
|
%configure --with-install-root="${RPM_BUILD_ROOT}" --with-braille-driver=-tt
|
||||||
@ -95,6 +97,7 @@ then
|
|||||||
chown root.tty "${device}"
|
chown root.tty "${device}"
|
||||||
echo "done."
|
echo "done."
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -124,6 +127,10 @@ fi
|
|||||||
%doc Documents/BrlAPIref-HTML
|
%doc Documents/BrlAPIref-HTML
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2
|
||||||
|
- failsafe postinstall script, fixes #224570
|
||||||
|
- makefile fix - debuginfo extraction now works
|
||||||
|
|
||||||
* Thu Jan 25 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-1.1
|
* Thu Jan 25 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-1.1
|
||||||
- fix building with newer kernel-headers (#224149)
|
- fix building with newer kernel-headers (#224149)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user