diff --git a/liblas.spec b/liblas.spec index ffd9064..9aa4f60 100644 --- a/liblas.spec +++ b/liblas.spec @@ -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 - 1.8.0-12 +- Put licence file into correct place. + * Thu Mar 10 2016 Thomas Kreuzer - 1.8.0-11 - Fix bug #1311953