]> git.pld-linux.org Git - packages/adns.git/commitdiff
- first PLD release.
authorkloczek <kloczek@pld-linux.org>
Mon, 19 Nov 2001 02:14:04 +0000 (02:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adns.spec -> 1.2

adns.spec

index 504f49352657f0dfa04fbc523f72a335c4f772f9..850e4111e02d7b340c3af7f822c48e8c5ac66149 100644 (file)
--- a/adns.spec
+++ b/adns.spec
-# (fg) 20010103 Library stuff
-%define libmajor 1
-%define libname libadns%{libmajor}
-
 Name:          adns
 Summary:       Advanced, easy to use, asynchronous-capable DNS client library
 Version:       1.0
-Release:       6mdk
+Release:       1
 License:       GPL
-Group:         Networking/Other
+Group:         Libraries
+Group(de):     Libraries
+Group(es):     Bibliotecas
+Group(fr):     Librairies
+Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
+Source0:       ftp://ftp.chiark.greenend.org.uk/users/ian/adns/%{name}-%{version}.tar.gz
+Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-ac_fix.patch
 URL:           http://www.chiark.greenend.org.uk/~ian/adns/
-Source:                ftp://ftp.chiark.greenend.org.uk/users/ian/adns/%{name}-%{version}.tar.bz2
-BuildRoot:     %{_tmppath}/%{name}-%{version}
-Prefix:                %{_prefix}
-Requires:      %{libname} = %{version}
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 adns is a resolver library for C (and C++) programs. In contrast with
 the existing interfaces, gethostbyname et al and libresolv, it has the
 following features:
-    * It is reasonably easy to use for simple programs which just want
-      to translate names to addresses, look up MX records, etc.
-    * It can be used in an asynchronous, non-blocking, manner. Many
-      queries can be handled simultaneously.
-    * Responses are decoded automatically into a natural representation
-      for a C program - there is no need to deal with DNS packet
-      formats.
-    * Sanity checking (eg, name syntax checking, reverse/forward
-      correspondence, CNAME pointing to CNAME) is performed
-      automatically.
-    * Time-to-live, CNAME and other similar information is returned in
-      an easy-to-use form, without getting in the way.
-    * There is no global state in the library; resolver state is an
-      opaque data structure which the client creates explicitly. A
-      program can have several instances of the resolver.
-    * Errors are reported to the application in a way that distinguishes
-      the various causes of failure properly.
-    * Understands conventional resolv.conf, but this can overridden by
-      environment variables.
-    * Flexibility. For example, the application can tell adns to: ignore
-      environment variables (for setuid programs), disable sanity checks
-      eg to return arbitrary data, override or ignore resolv.conf in
-      favour of supplied configuration, etc.
-    * Believed to be correct ! For example, will correctly back off to
-      TCP in case of long replies or queries, or to other nameservers if
-      several are available. It has sensible handling of bad responses
-      etc.
-
-%package -n %{libname}
-Group: System/Libraries
-Summary: Libraries needed to run applications using adns.
-
-%description -n %{libname}
-adns is a resolver library for C (and C++) programs. In contrast with
-the existing interfaces, gethostbyname et al and libresolv, it has the
-following features:
-    * It is reasonably easy to use for simple programs which just want
-      to translate names to addresses, look up MX records, etc.
-    * It can be used in an asynchronous, non-blocking, manner. Many
-      queries can be handled simultaneously.
-    * Responses are decoded automatically into a natural representation
-      for a C program - there is no need to deal with DNS packet
-      formats.
-    * Sanity checking (eg, name syntax checking, reverse/forward
-      correspondence, CNAME pointing to CNAME) is performed
-      automatically.
-    * Time-to-live, CNAME and other similar information is returned in
-      an easy-to-use form, without getting in the way.
-    * There is no global state in the library; resolver state is an
-      opaque data structure which the client creates explicitly. A
-      program can have several instances of the resolver.
-    * Errors are reported to the application in a way that distinguishes
-      the various causes of failure properly.
-    * Understands conventional resolv.conf, but this can overridden by
-      environment variables.
-    * Flexibility. For example, the application can tell adns to: ignore
-      environment variables (for setuid programs), disable sanity checks
-      eg to return arbitrary data, override or ignore resolv.conf in
-      favour of supplied configuration, etc.
-    * Believed to be correct ! For example, will correctly back off to
-      TCP in case of long replies or queries, or to other nameservers if
-      several are available. It has sensible handling of bad responses
-      etc.
-
-This package contains all of adns libraries.
-
-%package -n %{libname}-devel
-Summary:       Advanced, easy to use, asynchronous-capable DNS client library
-Group: Development/C
-Requires: %{libname} = %{version}
-Provides: libadns-devel
-Obsoletes: adns-devel
-
-%description -n %{libname}-devel
-adns is a resolver library for C (and C++) programs. In contrast with
-the existing interfaces, gethostbyname et al and libresolv, it has the
-following features:
-    * It is reasonably easy to use for simple programs which just want
-      to translate names to addresses, look up MX records, etc.
-    * It can be used in an asynchronous, non-blocking, manner. Many
-      queries can be handled simultaneously.
-    * Responses are decoded automatically into a natural representation
-      for a C program - there is no need to deal with DNS packet
-      formats.
-    * Sanity checking (eg, name syntax checking, reverse/forward
-      correspondence, CNAME pointing to CNAME) is performed
-      automatically.
-    * Time-to-live, CNAME and other similar information is returned in
-      an easy-to-use form, without getting in the way.
-    * There is no global state in the library; resolver state is an
-      opaque data structure which the client creates explicitly. A
-      program can have several instances of the resolver.
-    * Errors are reported to the application in a way that distinguishes
-      the various causes of failure properly.
-    * Understands conventional resolv.conf, but this can overridden by
-      environment variables.
-    * Flexibility. For example, the application can tell adns to: ignore
-      environment variables (for setuid programs), disable sanity checks
-      eg to return arbitrary data, override or ignore resolv.conf in
-      favour of supplied configuration, etc.
-    * Believed to be correct ! For example, will correctly back off to
-      TCP in case of long replies or queries, or to other nameservers if
-      several are available. It has sensible handling of bad responses
-      etc.
-
-This package contains static libraries and header files need for development.
+ - It is reasonably easy to use for simple programs which just want to
+   translate names to addresses, look up MX records, etc.
+ - It can be used in an asynchronous, non-blocking, manner. Many
+   queries can be handled simultaneously.
+ - Responses are decoded automatically into a natural representation
+   for a C program - there is no need to deal with DNS packet formats.
+ - Sanity checking (eg, name syntax checking, reverse/forward
+   correspondence, CNAME pointing to CNAME) is performed automatically.
+ - Time-to-live, CNAME and other similar information is returned in an
+   easy-to-use form, without getting in the way.
+ - There is no global state in the library; resolver state is an opaque
+   data structure which the client creates explicitly. A program can have
+   several instances of the resolver.
+ - Errors are reported to the application in a way that distinguishes
+   the various causes of failure properly.
+ - Understands conventional resolv.conf, but this can overridden by
+   environment variables.
+ - Flexibility. For example, the application can tell adns to: ignore
+   environment variables (for setuid programs), disable sanity checks eg
+   to return arbitrary data, override or ignore resolv.conf in favour of
+   supplied configuration, etc.
+ - Believed to be correct ! For example, will correctly back off to TCP
+   in case of long replies or queries, or to other nameservers if several
+   are available. It has sensible handling of bad responses etc.
+
+%package devel
+Summary:       Asynchronous-capable DNS client library - development files
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} >= %{version}
+
+%description devel
+Asynchronous-capable DNS client library - development files.
+
+%package static
+Summary:       Asynchronous-capable DNS client library - static library
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} >= %{version}
+
+%description static
+Asynchronous-capable DNS client library - static library.
+
+%package progs
+Summary:       Asynchronous-capable DNS client library - utility programs
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} >= %{version}
+
+%description static
+DNS utility programs adns also comes with a number of utility programs
+for use from the command line and in scripts:
+ - adnslogres is a much faster version of Apache's logresolv program,
+ - adnsresfilter is a filter which copies its input to its output,
+   replacing IP addresses by the corresponding names, without unduly
+   delaying the output. For example, you can usefully pipe the output of
+   netstat -n, tcpdump -ln, and the like, into it.
+ - adnshost is a general-purpose DNS lookup utility which can be used
+   easily in from the command line and from shell scripts to do simple
+   lookups. In a more advanced mode it can be used as a general-purpose
+   DNS helper program for scripting languages which can invoke and
+   communicate with subprocesses.
 
 %prep
-
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
-%configure
-#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix %{_prefix}
-%make
+aclocal
+autoconf
+%configure \
+       --enable-dynamic
+%{__make}
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_includedir}
-mkdir -p $RPM_BUILD_ROOT%{_libdir}
+rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-#make prefix=$RPM_BUILD_ROOT%{_prefix} install
-(set -e
- cd $RPM_BUILD_ROOT%{_libdir}
- ln -s libadns.so.? libadns.so
-)
-%post -n %{libname} -p /sbin/ldconfig
+ln -sf libadns.so.1.0 $RPM_BUILD_ROOT%{_libdir}/libadns.so
 
-%postun -n %{libname} -p /sbin/ldconfig
+gzip -9nf README TODO changelog
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %clean
 rm -fr $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,0755)
-%doc README TODO changelog
-%{_bindir}/*
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
-%files -n %{libname}
-%defattr(-,root,root,755)
-%{_libdir}/*.so.*
-
-%files -n %{libname}-devel
-%defattr(-,root,root,0755)
+%files devel
+%defattr(644,root,root,755)
 %{_includedir}/*
-%{_libdir}/*.so
-%{_libdir}/*.a
-
-%changelog
+%attr(755,root,root) %{_libdir}/lib*.so
 
-* Wed Jul 18 2001 Francis Galiegue <fg@mandrakesoft.com> 1.0-6mdk
-
-- Submit SRPM this time...
-- Changes in -5mdk were:
-  * recompile to get correct distrib tag
-  * use -p in %%post{,un}
-  * s,Copyright,License,
-  * fixed summary-too-long error
-
-* Thu Jan 04 2001 Francis Galiegue <fg@mandrakesoft.com> 1.0-4mdk
-
-- libadns1-devel obsoletes adns-devel - lart me again
-
-* Wed Jan 03 2001 Francis Galiegue <fg@mandrakesoft.com> 1.0-3mdk
-
-- Gee, what a crotch! Forgot to submit the source RPM...
-
-* Wed Jan 03 2001 Francis Galiegue <fg@mandrakesoft.com> 1.0-2mdk
-
-- Follow policy for libraries
-- Don't use macros when not needed
-
-* Mon Nov 13 2000 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.0-1mdk
-- new and shiny release.
-
-* Fri Jul 21 2000 Warly <warly@mandrakesoft.com> 0.8-1mdk
-- new release
-
-* Tue May 23 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.7-4mdk
-- Definitively remove the make check (stupid).
-
-* Sun May 21 2000 David BAUDENS <baudens@mandrakesoft.com> 0.7-3mdk
-- Work around for i486
-- Fix prefix
-- Use %%{_tmppath} for BuildRoot
-
-* Thu Mar 23 2000 Florent Villard <warly@mandrakesoft.com> 0.7-2mdk
-- rebuild
-
-* Fri Mar  3 2000 Frederic Lepied <flepied@mandrakesoft.com> 0.7-1mdk
-- 0.7.
-- clean spec and split in 2 packages.
-
-* Mon Feb 07 2000 Lenny Cartier <lenny@mandrakesoft.com>
-- new in contribs
-- used srpm provided by Vincent Danen <vdanen@linux-mandrake.com>
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
 
-* Sun Jan 30 2000 Vincent Danen <vdanen@linux-mandrake.com>
-- initial specfile
-- bzip sources
+%files progs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.602164 seconds and 4 git commands to generate.