updated to version 2.6.2
This commit is contained in:
parent
e3437eec77
commit
1be12335dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/liblouis-2.5.3.tar.gz
|
||||
/liblouis-2.5.4.tar.gz
|
||||
/liblouis-2.6.0.tar.gz
|
||||
/liblouis-2.6.2.tar.gz
|
||||
|
@ -5,14 +5,14 @@
|
||||
|
||||
|
||||
Name: liblouis
|
||||
Version: 2.6.0
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Braille translation and back-translation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv3+
|
||||
URL: http://www.abilitiessoft.com/
|
||||
Source0: http://liblouis.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: chrpath
|
||||
@ -137,7 +137,7 @@ install -pm 0644 __init__.py %{buildroot}%{python3_sitelib}/louis/
|
||||
# Remove Rpaths from the executables. We must do that in the %%install section
|
||||
# because, otherwise, the test suite wouldn't build.
|
||||
for f in `find %{buildroot}%{_bindir} -exec file {} \; | grep 'ELF.*executable' | cut -d: -f1`; do
|
||||
chrpath --delete $f
|
||||
chrpath --delete $f
|
||||
done
|
||||
|
||||
|
||||
@ -195,6 +195,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 08 2015 Martin Gieseking <martin.gieseking@uos.de> 2.6.2-1
|
||||
- Updated to new upstream release.
|
||||
|
||||
* Tue Sep 16 2014 Martin Gieseking <martin.gieseking@uos.de> 2.6.0-1
|
||||
- Updated to new upstream release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user