Put licence file into correct place.

This commit is contained in:
Devrim Gündüz 2016-03-15 14:38:37 +02:00
parent 75f6ba4613
commit 32e15ee7a5
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: liblas
Version: 1.8.0
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Library for reading and writing the very common LAS LiDAR format
Group: System Environment/Libraries
@ -70,10 +70,10 @@ make %{?_smp_mflags}
%files
%exclude %{_datadir}/%{name}/
%license LICENSE.txt
%{_libdir}/*.so.*
%files devel
%license LICENSE.txt
%{_bindir}/liblas-config
%{_datadir}/cmake/libLAS-%{version}/
%{_includedir}/%{name}/
@ -85,6 +85,9 @@ make %{?_smp_mflags}
%{_bindir}/*
%changelog
* Tue Mar 15 2016 Thomas Kreuzer <thomas.kreuzer@uni-vechta.de> - 1.8.0-12
- Put licence file into correct place.
* Thu Mar 10 2016 Thomas Kreuzer <thomas.kreuzer@uni-vechta.de> - 1.8.0-11
- Fix bug #1311953