Browse Source

apr-1.7.0-3

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
52284b3a5b
1 changed files with 18 additions and 10 deletions
  1. 18 10
      a/apr/apr-vl.spec

+ 18 - 10
a/apr/apr-vl.spec

@@ -7,17 +7,20 @@ Summary: Apache Portable Runtime library
 Summary(ja): Apache ポータブルランタイムライブラリ
 Name: apr
 Version: 1.7.0
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
 License: Apache Software License
 URL: https://apr.apache.org/
-Source0: http://ftp.tsukuba.wide.ad.jp/software/apache//apr/%{name}-%{version}.tar.bz2
+Source0: %{name}-%{version}.tar.bz2
 Source1: apr-wrapper.h
-Patch4: apr-1.2.2-libdir.patch
-Patch5: apr-1.3.3-pkgconf.patch
+Patch1: apr-1.2.2-libdir.patch
+Patch2: apr-1.3.3-pkgconf.patch
+Patch3: apr-1.7.0-deepbind.patch
+Patch4: apr-1.7.0-autoconf.patch
+Patch5: apr-1.7.0-r1891269+.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: autoconf, libtool, python, doxygen
@@ -50,10 +53,16 @@ Apache Portable Runtime (APR) is to provide a free library of
 C data structures and routines.
 
 
+%debug_package
+
+
 %prep
 %setup -q
-%patch4 -p1 -b .libdir
-%patch5 -p1 -b .pkgconf
+%patch1 -p1 -b .libdir
+%patch2 -p1 -b .pkgconf
+%patch3 -p1 -b .deepbind
+%patch4 -p1 -b .autoconf-2-71
+%patch5 -p1 -b .r1891269+
 
 
 %build
@@ -121,10 +130,6 @@ popd
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files
 %defattr(-,root,root,-)
 %license LICENSE
@@ -147,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Nov 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.7.0-3
+- dropped ldconfig scriptlets.
+
 * Wed Aug 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.7.0-2
 - rebuilt with current environment.