Browse Source

ldns-1.8.0-1

Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
348e554c94
1 changed files with 11 additions and 14 deletions
  1. 11 14
      l/ldns/ldns-vl.spec

+ 11 - 14
l/ldns/ldns-vl.spec

@@ -12,8 +12,8 @@
 Summary: Lowlevel DNS(SEC) library with API
 Summary(ja): 低レベルな DNS(SEC) ライブラリと API
 Name: ldns
-Version: 1.7.1
-Release: 2%{?_dist_release}
+Version: 1.8.0
+Release: 1%{?_dist_release}
 Group: system
 Distribution: Vine Linux
 Vendor: Project Vine
@@ -22,10 +22,6 @@ Packager: iwaim
 License: BSD
 URL: http://www.nlnetlabs.nl/%{name}/
 Source: https://www.nlnetlabs.nl/downloads/ldns/%{name}-%{version}.tar.gz
-Patch1: ldns-1.7.0-multilib.patch
-Patch2: ldns-1.7.1-autoconf.patch
-Patch3: ldns-1.7.1-python-libs.patch
-Patch4: ldns-1.7.1-openssl-build.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
@@ -59,6 +55,7 @@ Requires: %{name} = %{version}-%{release}
 %description devel
 The devel package contains the ldns library and the include files
 
+
 %if %{with_python3}
 %package -n python3-ldns
 Summary: Python3 extensions for ldns
@@ -78,10 +75,6 @@ Python3 extensions for ldns
 
 %autosetup -cn %{pkgname} -N
 pushd %{pkgname}
-%patch1 -p2
-%patch2 -p2
-%patch3 -p2
-%patch4 -p2
 
 # fixup .pc file
 sed -i "s/@includedir@/@includedir@\/ldns/" packaging/libldns.pc.in
@@ -152,7 +145,8 @@ rm -rf %{buildroot}
 
 
 %files 
-%defattr(-,root,root)
+%license %{pkgname}/LICENSE 
+%doc %{pkgname}/README 
 %{_libdir}/libldns*so.*
 %{_bindir}/drill
 %{_bindir}/ldnsd
@@ -160,17 +154,15 @@ rm -rf %{buildroot}
 %{_bindir}/ldns-chaos
 %{_bindir}/ldns-compare-zones
 %{_bindir}/ldns-[d-z]*
-%doc README LICENSE 
 %{_mandir}/*/*
 
 %files devel
-%defattr(-,root,root,-)
+%doc %{pkgname}/doc %{pkgname}/Changelog %{pkgname}/README
 %{_libdir}/libldns*so
 %{_bindir}/ldns-config
 %{_libdir}/pkgconfig/*.pc
 %dir %{_includedir}/ldns
 %{_includedir}/ldns/*.h
-%doc doc Changelog README
 
 %if %{with_python3}
 %files python3-ldns
@@ -180,6 +172,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Nov 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.0-1
+- new upstream release.
+- dropped Patch1.
+- dropped Patch2-4: fixed in upstream.
+
 * Sat Oct 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.7.1-2
 - rebuilt with openssl-3.0.0.
 - imported Patch1-4 from rawhide.