]> git.pld-linux.org Git - packages/flann.git/commitdiff
- updated to 1.9.2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jan 2023 05:24:10 +0000 (06:24 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jan 2023 05:24:10 +0000 (06:24 +0100)
flann.spec

index 4e87e455a151cd60f2c60349252029ba6130d875..841e5acfa1abf782ff0fe42f7adc27370b954a70 100644 (file)
@@ -6,14 +6,15 @@
 Summary:       FLANN - Fast Library for Approximate Nearest Neighbours
 Summary(pl.UTF-8):     FLANN - szybka biblioteka do przybliżonego wyszukiwania najbliższych sąsiadów
 Name:          flann
-Version:       1.9.1
-Release:       2
+Version:       1.9.2
+Release:       1
 License:       BSD
 Group:         Libraries
-Source0:       https://github.com/mariusmuja/flann/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 73adef1c7bf8e8b978987e7860926ea6
+#Source0Download: https://github.com/flann-lib/flann/tags
+Source0:       https://github.com/flann-lib/flann/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: d187585a55676e2b12bbb7ea04d1398f
 Patch0:                %{name}-python.patch
-URL:           http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
+URL:           https://github.com/flann-lib/flann
 BuildRequires: cmake >= 2.6
 %{?with_openmp:BuildRequires:  gcc-c++ >= 6:4.2}
 BuildRequires: gtest-devel
@@ -165,6 +166,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libflann_cpp.so
 %{_includedir}/flann
 %{_pkgconfigdir}/flann.pc
+%{_libdir}/cmake/flann
 %{_examplesdir}/%{name}-%{version}
 
 %files static
This page took 0.120905 seconds and 4 git commands to generate.