source: projects/specs/branches/6/lib/libn/libnfsidmap/libnfsidmap-vl.spec @ 1985

Revision 1985, 2.2 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1Summary:        NFSv4 ID Mapping Library
2Summary(ja):    NFSv4 ID マッピングライブラリ
3Name:           libnfsidmap
4Version:        0.21
5Release:        2%{?_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* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.21-2
54- rebuilt with rpm-4.8.1 for pkg-config
55
56* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.21-1
57- new upstream release
58
59* Sat Apr 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.20-3
60- rebuilt with openldap-2.4.11
61
62* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20-2
63- spec in utf-8
64
65* Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.20-1
66- new versioning policy
67- add Patch10 and fix spec to install default idmapd.conf file
68- remove *.la
69
70* Wed Sep 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.20-0vl1
71- updated to 0.20
72
73* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.16-0vl3
74- rebuilt with openldap-2.3.27-0vl1
75
76* Sun Jul 02 2006 Satoshi MACHINO <machino@vinelinux.org> 0.16-0vl2
77- rebuilt with openldap-2.3.24-0vl1
78
79* Sun May 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl1
80- updated to 0.16
81- added pkgconfig files
82- changed Group to System Environment/Libraries
83
84* Tue Mar 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12-0vl1
85- initial build for Vine Linux
86
Note: See TracBrowser for help on using the repository browser.