rpms/udns/devel import.log, NONE, 1.1 udns.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Wed Jul 16 19:59:48 UTC 2008


Author: adrian

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log udns.spec 
Log Message:
initial import



--- NEW FILE import.log ---
udns-0_0_9-2_fc8:HEAD:udns-0.0.9-2.fc8.src.rpm:1216238239


--- NEW FILE udns.spec ---
Summary: DNS resolver library for both synchronous and asynchronous DNS queries
Name: udns
Version: 0.0.9
Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.corpit.ru/mjt/udns.html
Source: http://www.corpit.ru/mjt/udns/udns_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
udns is a resolver library for C (and C++) programs, and a collection
of useful DNS resolver utilities.

%package devel
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup -q

%build
CFLAGS="%{optflags}" ./configure --enable-ipv6
%{__make} %{?_smp_mflags} all sharedlib

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 libudns.so.0 %{buildroot}%{_libdir}/libudns.so.0
%{__ln_s} -f libudns.so.0 %{buildroot}%{_libdir}/libudns.so
%{__install} -Dp -m0755 dnsget %{buildroot}%{_bindir}/dnsget
%{__install} -Dp -m0755 rblcheck %{buildroot}%{_bindir}/rblcheck
%{__install} -Dp -m0444 dnsget.1 %{buildroot}%{_mandir}/man1/dnsget.1
%{__install} -Dp -m0444 rblcheck.1 %{buildroot}%{_mandir}/man1/rblcheck.1

%{__install} -Dp -m0444 udns.3 %{buildroot}%{_mandir}/man3/udns.3
%{__install} -Dp -m0644 udns.h %{buildroot}%{_includedir}/udns.h

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc COPYING.LGPL NEWS NOTES TODO
%doc %{_mandir}/man1/dnsget.1*
%doc %{_mandir}/man1/rblcheck.1*
%{_bindir}/dnsget
%{_bindir}/rblcheck
%{_libdir}/libudns.so.*

%files devel
%defattr(-, root, root, 0755)
%doc %{_mandir}/man3/udns.3*
%{_includedir}/udns.h
%{_libdir}/libudns.so

%changelog
* Wed Jul 16 2008 Adrian Reber <adrian at lisas.de> - 0.0.9-2
- removed static library
- added correct optflags
- fixed license tag

* Thu Nov 22 2007 Dag Wieers <dag at wieers.com> - 0.0.9-1 - +/
- Initial package. (using DAR)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/udns/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Jul 2008 16:30:35 -0000	1.1
+++ .cvsignore	16 Jul 2008 19:59:05 -0000	1.2
@@ -0,0 +1 @@
+udns_0.0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/udns/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Jul 2008 16:30:35 -0000	1.1
+++ sources	16 Jul 2008 19:59:05 -0000	1.2
@@ -0,0 +1 @@
+78843added6f6b690bc6019ab8ef03c9  udns_0.0.9.tar.gz




More information about the fedora-extras-commits mailing list