New version 1.9.6
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 450f10f8aa7168d74804cdee6f03d9ebb8955a0c..35e3825df4620c94351b7ef91e9fdfb9397d4dfd 100644 (file)
@@ -47,8 +47,7 @@ libtoolize -c -f -i
 automake --add-missing
 
 
-CFLAGS="$RPM_OPT_FLAGS $EXTRA -O0 -g -D_GNU_SOURCE" ./configure \
-       --prefix=%{_prefix} 
+CFLAGS="$RPM_OPT_FLAGS $EXTRA -O0 -g -D_GNU_SOURCE" %configure
 
 %install
 # Clean up in case there is trash left from a previous build
@@ -90,12 +89,61 @@ development libraries for LibNFS
 %{_includedir}/nfsc/libnfs-raw-nfs.h
 %{_includedir}/nfsc/libnfs-raw-portmap.h
 %{_includedir}/nfsc/libnfs-raw-rquota.h
+%{_includedir}/nfsc/libnfs-raw-nlm.h
+%{_includedir}/nfsc/libnfs-raw-nsm.h
 %{_libdir}/libnfs.a
 %{_libdir}/libnfs.la
 %{_libdir}/pkgconfig/libnfs.pc
 
+%package utils
+Summary: Utility programs for LibNFS
+Group: Applications/System
+
+%description utils
+Utility programs for LibNFS
+
+%files utils
+%defattr(-,root,root)
+%{_bindir}/nfs-ls
+%{_mandir}/man1/nfs-ls.1.gz
+
 %changelog
-* Sun Wed 30 2013 : Version 1.8
+* Tue Nov 25 2014 : Version 1.9.6
+ - Add O_TRUNC support for nfs_create
+ - Handle OOM during create
+ - Return more stats fields as part of readdir since we get these for "free"
+   when we use READDIRPLUS
+ - Follow symlinks during path resolution
+ - Add lchown, lstat and lutimes
+ - Replace all [u_]quad types with [u]int types in our RPC layer
+ - Solaris build fixes
+* Sat Jul 19 2014 : Version 1.9.5
+ - Remove old ONC-RPC symbols
+* Wed Mar 19 2014 : Version 1.9.3
+ - Add O_TRUNC support to nfs_open()
+ - Add a simple but incomplete LD_PRELOAD tool
+ - Fixes for some memory leaks and C++ compile support
+ - Make ANDROID default uid/gid to 65534
+ - Allow the READDIRPLUS emulation to still work if some objects
+   in the direcotry can not be lookedup (NFSv4 ACL denying READ-ATTRIBUTES)
+ - Have libnfs retry any read/write operations where the server responds
+   with a short read/write. Some servers do this when they are overloaded?
+* Thu Jan 30 2014 : Version 1.9.2
+ - Remove chdir change. This needs more testing.
+* Tue Jan 28 2014 : Version 1.9.1
+ - Restore libnfs-raw-*.h to make install
+* Mon Jan 27 2014 : Version 1.9
+ - Use _stat64 on windows so file sizes become 64bit always.
+ - Increase default marshalling buffer so we can marshall large PDUs.
+ - RPC layer support for NFSv2
+ - Win32 updates and fixes
+ - Add URL parsing functions and URL argument support.
+ - New utility: nfs-io
+ - nfs-ls enhancements
+ - RPC layer support for NSM
+ - Add example FUSE filesystem.
+ - Minor fixes.
+* Wed Oct 30 2013 : Version 1.8
  - Fix nasty memory leak in read_from_socket
  - minor updates
 * Sun Oct 20 2013 : Version 1.7
@@ -137,4 +185,4 @@ development libraries for LibNFS
  - make sure the callback for connect is only invoked once for the sync api
  - make file offset bits 64 bits always
 * Sun Jul 31 2011 : Version 1.0
- - Initial version
\ No newline at end of file
+ - Initial version