source: projects/specs/trunk/n/nss-mdns/nss-mdns-vl.spec @ 7400

Revision 7400, 1.5 KB checked in by iwaim, 11 years ago (diff)

nss-mdns 0.10-2

RevLine 
[521]1Summary: NSS module for Multicast DNS name resolution
2Name: nss-mdns
3Version: 0.10
[7400]4Release: 2%{?_dist_release}
[521]5URL: http://0pointer.de/lennart/projects/nss-mdns/
[7400]6License: LGPLv2.1+
[521]7Group: System Environment/Libraries
8Source0: http://0pointer.de/lennart/projects/%{name}/%{name}-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10Requires: avahi
11
[7400]12Vendor: Project Vine
13Distribution: Vine Linux
14
[521]15%description
16nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality
17of the GNU C Library (glibc) providing host name resolution via Multicast
18DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively
19allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS
20domain .local.
21
22%prep
23%setup -q
24
25%build
26%configure --disable-lynx --enable-avahi
27make
28
29%install
30rm -rf $RPM_BUILD_ROOT
31%makeinstall
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%post -p /sbin/ldconfig
37
38%postun -p /sbin/ldconfig
39
40%files
41%defattr(-,root,root)
42%doc LICENSE README
43%{_libdir}/*
44
45%changelog
[7400]46* Tue Jan 29 2013 IWAI, Masaharu <iwai@alib.jp> 0.10-2
47- rebuild with current Vine Linux
48- add Vendor and Distribution tags
49- update License: LGPL -> LGPLv2.1+
50
[521]51* Fri Jul 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.10-1
52- rebuild with current VineSeed environment under new versioning policy
53
54* Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.10-0vl2
55- rebuild for VineSeed
56
57* Sun Jun 17 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.10-0vl1
58- initial release for Vine Linux 4.1
Note: See TracBrowser for help on using the repository browser.