Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
ldns
ldns.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ldns.spec of Package ldns
# # spec file for package ldns # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define libname libldns2 Name: ldns Version: 1.7.0 Release: 0 Summary: A library for developing the Domain Name System License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://www.nlnetlabs.nl/projects/ldns/ Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz Patch1: bsc_1068709.patch Patch2: bsc_1068711.patch Patch3: bsc_1195057.patch Patch4: bsc_1195058.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: libopenssl-devel BuildRequires: libpcap-devel BuildRequires: perl-Devel-CheckLib BuildRequires: python3-devel BuildRequires: swig %description ldns is a C library that can be used for domain name system (DNS) development. It supports RFCs like the DNSSEC documents, and allows developers to create software conforming to RFCs, as well as experimental software for current Internet Drafts. This package holds the tools/examples from ldns. %package -n %{libname} Summary: A library for developing the Domain Name System Group: System/Libraries %description -n %{libname} ldns is a C library that can be used for domain name system (DNS) development. It supports RFCs like the DNSSEC documents, and allows developers to create software conforming to RFCs, as well as experimental software for current Internet Drafts. %package devel Summary: Development files for ldns Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: openssl-devel %description devel ldns is a C library that can be used for domain name system (DNS) development. It supports RFCs like the DNSSEC documents, and allows developers to create software conforming to RFCs, as well as experimental software for current Internet Drafts. This package holds the development files. %package -n python3-ldns Summary: Python3 bindings for ldns Group: Development/Languages/Python Requires: %{libname} >= %{version} %description -n python3-ldns Python bindings for the ldns library %package -n perl-DNS-LDNS Summary: Perl bindings for ldns Group: Development/Languages/Perl Requires: %{libname} >= %{version} %description -n perl-DNS-LDNS Perl bindings for the ldns library. %prep %autosetup %build export CFLAGS="%{optflags} -fno-strict-aliasing" if pkg-config --max-version=1.1.0 openssl; then DISABLE_DANE="--disable-dane-verify" fi export PYTHON=%{_bindir}/python3 %configure \ --disable-rpath \ --disable-static \ --enable-rrtype-ninfo \ --enable-rrtype-rkey \ --enable-rrtype-cds \ --enable-rrtype-uri \ --enable-rrtype-ta \ --with-pyldns \ --with-pyldnsx \ --with-drill \ --with-examples \ --with-ca-path=%{_sysconfdir}/ssl/certs/ \ $DISABLE_DANE make %{?_smp_mflags} # We cannot use the built-in --with-p5-dns-ldns pushd contrib/DNS-LDNS LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH" perl \ Makefile.PL INSTALLDIRS=vendor INC="-I. -I../.." LIBS="-L../../lib" make %{?_smp_mflags} popd %install make DESTDIR=%{buildroot} \ install \ install-drill \ install-examples make DESTDIR=%{buildroot} \ install-pyldns \ install-pyldnsx rm -v %{buildroot}%{python3_sitearch}/*.la make -C contrib/DNS-LDNS DESTDIR=%{buildroot} pure_install chmod 755 %{buildroot}%{perl_vendorarch}/auto/DNS/LDNS/LDNS.so rm -f %{buildroot}%{perl_vendorarch}/auto/DNS/LDNS/{.packlist,LDNS.bs} rm -v %{buildroot}%{_libdir}/libldns.*a %fdupes %{buildroot}%{_mandir} %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files %{_bindir}/drill %{_bindir}/ldns-chaos %{_bindir}/ldns-compare-zones %{_bindir}/ldns-dpa %{_bindir}/ldns-gen-zone %{_bindir}/ldns-key2ds %{_bindir}/ldns-keyfetcher %{_bindir}/ldns-keygen %{_bindir}/ldns-mx %{_bindir}/ldns-notify %{_bindir}/ldns-nsec3-hash %{_bindir}/ldns-read-zone %{_bindir}/ldns-resolver %{_bindir}/ldns-revoke %{_bindir}/ldns-rrsig %{_bindir}/ldns-signzone %{_bindir}/ldns-test-edns %{_bindir}/ldns-testns %{_bindir}/ldns-update %{_bindir}/ldns-verify-zone %{_bindir}/ldns-version %{_bindir}/ldns-walk %{_bindir}/ldns-zcat %{_bindir}/ldns-zsplit %{_bindir}/ldnsd %{_bindir}/ldns-dane %{_mandir}/man1/drill.1* %{_mandir}/man1/ldns*.1* %files -n %{libname} %license LICENSE %{_libdir}/libldns.so.* %files devel %{_bindir}/ldns-config %{_includedir}/ldns/ %{_libdir}/libldns.so %{_mandir}/man3/ldns*.3* %doc libdns.vim README* %files -n perl-DNS-LDNS %{perl_vendorarch}/DNS/LDNS.pm %dir %{perl_vendorarch}/DNS/ %{perl_vendorarch}/DNS/LDNS/ %dir %{perl_vendorarch}/auto/DNS/ %{perl_vendorarch}/auto/DNS/LDNS/ %{_mandir}/man3/DNS::LDNS*3pm* %files -n python3-ldns %{python3_sitearch}/*ldns* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor