]> git.pld-linux.org Git - packages/libnfs.git/commitdiff
- updated to 5.0.1 (new soname) auto/th/libnfs-5.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Feb 2022 17:59:10 +0000 (18:59 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Feb 2022 17:59:10 +0000 (18:59 +0100)
libnfs.spec

index 1452d78ac0bdcacbfa99968a7e6e02ece7f1e375..93e0daedf282c466ebd979571a3eb919db8d2d73 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Client library for accessing NFS shares over network
 Summary(pl.UTF-8):     Biblioteka kliencka do dostępu do udziałów NFS poprzez sieć
 Name:          libnfs
-Version:       4.0.0
+Version:       5.0.1
 Release:       1
 # library code is LGPL, protocol definition files are BSD licensed
 License:       LGPL v2.1+ and BSD
 Group:         Libraries
-#Source0Download: https://github.com/sahlberg/libnfs/releases
+#Source0Download: https://github.com/sahlberg/libnfs/tags
 Source0:       https://github.com/sahlberg/libnfs/archive/libnfs-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 623c6d5a4c514a9811c713effeaf68fb
+# Source0-md5: 4bd3d1fc097c9ba51c7182980b44ab5f
 URL:           https://github.com/sahlberg/libnfs
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -109,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG COPYING LICENCE-BSD.txt README
 %attr(755,root,root) %{_libdir}/libnfs.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libnfs.so.13
+%attr(755,root,root) %ghost %{_libdir}/libnfs.so.14
 
 %files devel
 %defattr(644,root,root,755)
@@ -130,6 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/nfs-cat
 %attr(755,root,root) %{_bindir}/nfs-cp
 %attr(755,root,root) %{_bindir}/nfs-ls
+%attr(755,root,root) %{_bindir}/nfs-stat
 %{_mandir}/man1/nfs-cat.1*
 %{_mandir}/man1/nfs-cp.1*
 %{_mandir}/man1/nfs-ls.1*
This page took 0.254457 seconds and 4 git commands to generate.