libnfsidmap: update to 0.26

This commit is contained in:
Juergen Daubert 2016-07-11 13:02:11 +02:00
parent bc30a87d87
commit 766bb3ceea
3 changed files with 10 additions and 9 deletions

View File

@ -16,8 +16,9 @@ drwxr-xr-x root/root usr/lib/libnfsidmap/
-rwxr-xr-x root/root usr/lib/libnfsidmap/static.so
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnfsidmap.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/nfs4_uid_to_name.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/idmapd.conf.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/nfs4_uid_to_name.3.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/idmapd.conf.5.gz

View File

@ -1 +1 @@
2ac4893c92716add1a1447ae01df77ab libnfsidmap-0.25.tar.gz
2c0cf0e2b1665d51fa9a783679494888 libnfsidmap-0.26.tar.bz2

View File

@ -3,13 +3,13 @@
# URL: http://www.citi.umich.edu/projects/nfsv4/linux/
name=libnfsidmap
version=0.25
version=0.26
release=1
source=(http://www.citi.umich.edu/projects/nfsv4/linux/$name/$name-$version.tar.gz)
source=(https://fedorapeople.org/~steved/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}