source: projects/specs/trunk/lib/libn/libnfsidmap/libnfsidmap-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        NFSv4 ID Mapping Library
2Summary(ja):    NFSv4 ID マッピングライブラリ
3Name:           libnfsidmap
4Version:        0.21
5Release:        1%{?_dist_release}
6Group:          System Environment/Libraries
7License:        BSD
8URL:            http://nfs.sourceforge.net
9
10Source0:        http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-%{version}.tar.gz
11Patch10:        idmap.conf.patch
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  openldap-devel, tcp_wrappers
15
16%description
17In NFSv4, identities of users are conveyed by names rather than user ID
18and group ID. Both the NFS server and client code in the kernel need to
19translate these to numeric IDs.
20
21
22%prep
23%setup -q
24
25%patch10 -p1
26
27%build
28%configure
29%__make
30
31%install
32%makeinstall
33
34mkdir -p %{buildroot}/etc
35install -m 644 idmapd.conf $RPM_BUILD_ROOT/etc/idmapd.conf
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(-, root, root)
42%doc COPYING README
43%config(noreplace) /etc/idmapd.conf
44%{_libdir}/lib*.so*
45%{_libdir}/lib*.a*
46#%{_libdir}/lib*.la*
47%{_libdir}/pkgconfig/*.pc
48%{_includedir}/*.h
49%{_mandir}/man?/*
50
51
52%changelog
53* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.21-1
54- new upstream release
55
56* Sat Apr 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.20-3
57- rebuilt with openldap-2.4.11
58
59* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20-2
60- spec in utf-8
61
62* Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.20-1
63- new versioning policy
64- add Patch10 and fix spec to install default idmapd.conf file
65- remove *.la
66
67* Wed Sep 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.20-0vl1
68- updated to 0.20
69
70* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.16-0vl3
71- rebuilt with openldap-2.3.27-0vl1
72
73* Sun Jul 02 2006 Satoshi MACHINO <machino@vinelinux.org> 0.16-0vl2
74- rebuilt with openldap-2.3.24-0vl1
75
76* Sun May 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl1
77- updated to 0.16
78- added pkgconfig files
79- changed Group to System Environment/Libraries
80
81* Tue Mar 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12-0vl1
82- initial build for Vine Linux
83
Note: See TracBrowser for help on using the repository browser.