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

Lennart Poettering (lennart) fedora-extras-commits at redhat.com
Mon Jul 28 17:50:55 UTC 2008


Author: lennart

Update of /cvs/pkgs/rpms/libasyncns/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5002/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libasyncns.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
libasyncns-0_4-1_fc10:HEAD:libasyncns-0.4-1.fc10.src.rpm:1217267383


--- NEW FILE libasyncns.spec ---
Name: libasyncns
Version: 0.4
Release: 1%{?dist}
Summary: Asynchronous Name Service Library
Group: System Environment/Libraries
Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz
License: LGPLv2+
Url: http://0pointer.de/lennart/projects/libasyncns/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A small and lightweight library that implements easy to use asynchronous
wrappers around the libc NSS functions getaddrinfo(), res_query() and related.

%package devel
Summary: Development Files for libasyncns Client Development
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
Development Files for libasyncns Client Development

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

%prep
%setup -q

%build
%configure --disable-static --disable-rpath
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README LICENSE
%{_libdir}/libasyncns.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/asyncns.h
%{_libdir}/libasyncns.so
%{_libdir}/pkgconfig/libasyncns.pc

%changelog
* Sun Jul 27 2008 Lennart Poettering <lpoetter at redhat.com> 0.4-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libasyncns/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jul 2008 16:13:49 -0000	1.1
+++ .cvsignore	28 Jul 2008 17:50:25 -0000	1.2
@@ -0,0 +1 @@
+libasyncns-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libasyncns/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jul 2008 16:13:49 -0000	1.1
+++ sources	28 Jul 2008 17:50:25 -0000	1.2
@@ -0,0 +1 @@
+bbe2f584320ccd6c32e5113845ce814e  libasyncns-0.4.tar.gz




More information about the fedora-extras-commits mailing list