rpms/icmpdn/devel icmpdn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Sat Jul 9 21:16:45 UTC 2005


Author: oliver

Update of /cvs/extras/rpms/icmpdn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11890/devel

Modified Files:
	.cvsignore sources 
Added Files:
	icmpdn.spec 
Log Message:
auto-import icmpdn-0.3-2 on branch devel from icmpdn-0.3-2.src.rpm


--- NEW FILE icmpdn.spec ---
Name:		icmpdn
Version:	0.3
Release:	2
License:	LGPL for library, GPL for utilities
Group:		System Environment/Libraries
Summary:	ICMP host name utilities
Source0:	http://www.dolda2000.com/~fredrik/icmp-dn/%name-%version.tar.gz
URL:		http://www.dolda2000.com/~fredrik/icmp-dn/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
icmpdn is an implementation of the RFC 1788 ICMP domain name
facilities for Linux. It includes icmpdnd, a daemon which responds to
ICMP domain name requests from other hosts, idnlookup, which requests
the domain name of another host, and nss_icmp, which is a nameswitch
module for doing reverse hostname lookups via idnlookup.

%prep
%setup

%build
%configure --libdir=/%{_lib}
make %{?_smp_mflags}

%install
rm -rf "$RPM_BUILD_ROOT"
mkdir $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT%{_initrddir}
install -m755 admin/icmpdnd "$RPM_BUILD_ROOT%{_initrddir}"

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
/%{_lib}/libnss_icmp.so
/%{_lib}/libnss_icmp.la
/%{_lib}/libnss_icmp.so.2.0.0
/%{_lib}/libnss_icmp.so.2
%config %{_sysconfdir}/nss-icmp.conf

%attr(4755,root,root) %{_bindir}/idnlookup

%config %{_initrddir}/icmpdnd
%{_sbindir}/icmpdnd

%doc AUTHORS ChangeLog COPYING COPYING.LIB README

%changelog
* Thu Jul 07 2005 Fredrik Tolf <fredrik at dolda2000.com>
- Compressed the description.
- Added COPYING.LIB, which contains the LGPL.

* Thu Jun 30 2005 Fredrik Tolf <fredrik at dolda2000.com>
- Fixed more things as from fedora-extras-list:
- Replaced /lib with /%{_lib}
- Run ldconfig in %post and %postun.
- Install init script in %{_initrdddir} instead of %_{sysconfdir}.

* Tue Jun 28 2005 Fredrik Tolf <fredrik at dolda2000.com>
- Fixed a lot of things after a discussion on fedora-extras-list,
  among other things:
- Removed Vendor tag
- Fixed Source tag
- Replaced en-dashes with ASCII hyphens
- Added SMP flags to make
- Removed INSTALL and NEWS from %doc
- Added this ChangeLog section.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/icmpdn/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jul 2005 21:16:11 -0000	1.1
+++ .cvsignore	9 Jul 2005 21:16:43 -0000	1.2
@@ -0,0 +1 @@
+icmpdn-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/icmpdn/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jul 2005 21:16:11 -0000	1.1
+++ sources	9 Jul 2005 21:16:43 -0000	1.2
@@ -0,0 +1 @@
+1a9e9ce3e229c64be63a1cfba55fa576  icmpdn-0.3.tar.gz




More information about the fedora-extras-commits mailing list