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

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

import VineSeed package specs

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