Browse Source

updated 7 packages

aqbanking-6.2.8-1

gnucash-4.4-1

gwenhywfar-5.6.0-1

libofx-0.10.1-1

libxml++-2.42.0-1

openjade-1.3.2-34

opensp-1.5.2-11

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12538 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
572eb60185

+ 23 - 17
a/aqbanking/aqbanking-vl.spec

@@ -1,17 +1,15 @@
 Name: aqbanking
 Summary: A library for online banking functions and financial data import/export
-Version: 5.7.8
+Version: 6.2.8
 Release: 1%{?_dist_release}
-
-Group: System Environment/Libraries
-License: GPLv2 or GPLv3
-URL: https://www.aquamaniac.de/sites/aqbanking/index.php
-
+Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
+License: GPLv2 or GPLv3
+URL: https://www.aquamaniac.de/sites/aqbanking/index.php
+# https://www.aquamaniac.de/rdm/projects/aqbanking/files
 Source: %{name}-%{version}.tar.gz
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 # qbanking
 BuildRequires: gwenhywfar-devel >= 3.10.0
@@ -39,9 +37,10 @@ to simplify import and export of financial data. Currently there are
 import plugins for the following formats: DTAUS (German financial
 format), SWIFT (MT940 and MT942).
 
+
 %package devel
 Summary: Development headers for Aqbanking
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
 # for %{_datadir}/aclocal
@@ -56,6 +55,9 @@ This package contains aqbanking-config and header files for writing and
 compiling programs using Aqbanking.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -76,6 +78,7 @@ LIBS="-lxmlsec1-gnutls -lxmlsec1-gcrypt -lltdl"
 # not smp_mflags safe
 make 
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -84,30 +87,31 @@ make DESTDIR=$RPM_BUILD_ROOT install
 find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 find $RPM_BUILD_ROOT -name *.a -exec rm -f {} \;
 
-cd tutorials
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
+mv $RPM_BUILD_ROOT/%{_datadir}/doc/aqbanking $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
+cp AUTHORS README ChangeLog NEWS $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
+
+pushd tutorials
 make clean
 rm -rf .deps
 rm -f Makefile*
-cd ..
-
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
-mv $RPM_BUILD_ROOT/%{_datadir}/doc/{aqbanking,aqebics,aqhbci,aqpaypal} $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
-cp AUTHORS README ChangeLog NEWS $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
+popd
 
 %find_lang %{name}
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %license COPYING
-%doc %{_datadir}/doc/%{name}-%{version}
+%doc %{_docdir}/%{name}-%{version}
 %{_libdir}/libaq*.so.*
 %{_libdir}/aqbanking/plugins/*/bankinfo/
 %{_libdir}/aqbanking/plugins/*/imexporters/
@@ -125,7 +129,6 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root)
 %doc doc/0[12]* tutorials
-%{_bindir}/hbcixml3
 %{_bindir}/aqbanking-config
 %{_libdir}/libaq*.so
 %{_includedir}/aq*/
@@ -137,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2.8-1
+- new upstream release.
+
 * Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.7.8-1
 - new upstream release.
 - dropped Patch3.

+ 16 - 4
g/gnucash/gnucash-vl.spec

@@ -1,11 +1,11 @@
-%global srcdir  gnucash-3.10
+%global guile_sitedir %{_datadir}/guile/site/2.2
 
 Name:           gnucash
 Summary:        GnuCash is an application to keep track of your finances.
 Summary(ja):    個人用財務管理アプリケーション
-Version:        3.10
+Version:        4.4
 Release:        1%{?_dist_release}
-Group:          Applications/Productivity
+Group:          office
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Packager:       kenta, inagaki
@@ -33,6 +33,7 @@ BuildRequires: libboost-devel
 BuildRequires: libboost-locale
 BuildRequires: libboost-regex
 BuildRequires: libboost-filesystem
+BuildRequires: libboost-program-options
 BuildRequires: libicu-devel
 BuildRequires: libofx-devel
 BuildRequires: libdbi-devel
@@ -72,8 +73,13 @@ GnuCashは 個人用財務管理をするアプリケーションです.
 グラフィカルな小切手帖です.インターフェスはシンプルかつ簡単に
 使用できるようにデザインされています.
 
+
+%debug_package
+
+
 %prep
-%setup -q -n %{srcdir}
+%setup -q
+
 
 %build
 %global optflags %{optflags} -Wno-parentheses
@@ -123,6 +129,7 @@ fi
 %posttrans
 glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,755)
 %doc %{_docdir}/gnucash-%{version}/*
@@ -135,11 +142,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/metainfo/*
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/*
+%{guile_sitedir}/%{name}
 %{_mandir}/man*/*
 %config %{_sysconfdir}/%{name}/*
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.4-1
+- new upstream release.
+- built with boost-1.75.0.
+
 * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.10-1
 - new upstream release.
 - built with icu-67 and boost-1.72.0.

+ 28 - 12
g/gwenhywfar/gwenhywfar-vl.spec

@@ -1,15 +1,13 @@
 Summary: A multi-platform helper library for other libraries
 Name: gwenhywfar
-Version: 4.20.2
+Version: 5.6.0
 Release: 1%{?_dist_release}
-
-Group: System Environment/Libraries
-License: LGPLv2+
-URL: https://www.aquamaniac.de/sites/aqbanking/index.php
-
+Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
+License: LGPLv2+
+URL: https://www.aquamaniac.de/sites/aqbanking/index.php
 Source0: https://github.com/aqbanking/gwenhywfar/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -23,48 +21,60 @@ This is Gwenhywfar, a multi-platform helper library for networking and
 security applications and libraries. It is heavily used by libchipcard
 and AqBanking/AqHBCI, the German online banking libraries.
 
+
 %package devel
 Summary: Gwenhywfar development kit
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-gui-cpp = %{version}-%{release}
 Requires: %{name}-gui-gtk3 = %{version}-%{release}
 Requires: %{name}-gui-qt5 = %{version}-%{release}
 Requires: pkgconfig
+
 %description devel
 This package contains gwenhywfar-config and header files for writing and
 compiling programs using Gwenhywfar.
 
+
 %package gui-cpp
 Summary: Gwenhywfar GUI framework for cpp
-Group: System Environment/Libraries
+Group: system
 Requires: %{name} = %{version}-%{release}
+
 %description gui-cpp
 This package contains the cpp gwenhywfar GUI backend.
 
+
 %package gui-gtk3
 Summary: Gwenhywfar GUI framework for GTK3
-Group: System Environment/Libraries
+Group: system
 BuildRequires: gtk3-devel
 Requires: %{name} = %{version}-%{release}
 Obsoletes: gui-gtk2
+
 %description gui-gtk3
 This package contains the gtk3 gwenhywfar GUI backend.
 
+
 %package gui-qt5
 Summary: Gwenhywfar GUI framework for Qt5
-Group: System Environment/Libraries
+Group: system
 BuildRequires: qt5-qtbase-devel
 Requires: %{name} = %{version}-%{release}
 Obsoletes: gui-qt4
+
 %description gui-qt5
 This package contains the qt5 gwenhywfar GUI backend.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 autoreconf -iv
 
+
 %build
 # help configure find qt5 lrelease/lupdate
 export PATH=$PATH:%{_qt5_bindir}
@@ -84,6 +94,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 make %{?_smp_mflags}
 
+
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -97,13 +108,15 @@ find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 
 %find_lang %{name}
 
+
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %license COPYING
@@ -121,7 +134,7 @@ find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 %defattr(-,root,root)
 %exclude %{_bindir}/gct-tool
 %{_bindir}/*
-%{_includedir}/gwenhywfar4
+%{_includedir}/gwenhywfar*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/cmake/*
@@ -142,6 +155,9 @@ find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.0-1
+- new upstream release.
+
 * Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.20.2-1
 - new upstream release.
 - switched guis to gtk3 and qt5.

+ 19 - 7
lib/libo/libofx/libofx-vl.spec

@@ -1,15 +1,14 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
 Summary(ja): Open Finalcial Exchange (OFX) をサポートするためのライブラリ
 Name: libofx
-Version: 0.9.14
+Version: 0.10.1
 Release: 1%{?_dist_release}
-Group: System Environment/Libraries
-License: GPLv2
-URL: https://github.com/libofx/libofx
-
+Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
+License: GPLv2
+URL: https://github.com/libofx/libofx
 Source0: https://github.com/libofx/libofx/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -28,25 +27,32 @@ very easily support OFX command responses, usually provided by financial
 institutions.  See http://www.ofx.net/ofx/default.asp for details and
 specification. 
 
+
 %package devel
 Summary: Development files needed for accessing OFX data.
 Summary(ja): OFX データのアクセスに必要な開発用ファイル
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 
 %description devel
 The libofx-devel contains the header files and libraries necessary
 for building applications that use libofx.
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
 ./autogen.sh
 
+
 %build
 %configure --with-opensp-libs=%{_libdir}
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -54,13 +60,15 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/*a $RPM_BUILD_ROOT/%{_datadir}/doc
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root)
 %license COPYING
@@ -78,7 +86,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
+
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.1-1
+- new upstream release.
+
 * Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.14-1
 - new upstream release.
 

+ 41 - 48
lib/libx/libxml++/libxml++-vl.spec

@@ -1,17 +1,21 @@
 %global 	apiver 2.6
+
 Name:           libxml++
-Version:        2.40.1
-Release:        2%{?_dist_release}
 Summary:        C++ wrapper for the libxml2 XML parser library
 Summary(ja):    libxml2 XML 解析ライブラリの C++ ラッパー
+Version:        2.42.0
+Release:        1%{?_dist_release}
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
 
-Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://libxmlplusplus.sourceforge.net/
-
-Source:         http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.40/libxml++-%{version}.tar.xz
+%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
+Source:         https://download.gnome.org/sources/libxml++/%{shortver}/libxml++-%{version}.tar.xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildRequires:  meson
 BuildRequires:  libxml2-devel >= 2.6.1
 BuildRequires:  glibmm-devel >= 2.4.0
 BuildRequires:  doxygen, graphviz
@@ -25,7 +29,7 @@ and Murray Cumming.
 %package devel
 Summary:        Development files for %{name}
 Summary(ja):    %{name} の開発用ファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       libxml2-devel
@@ -35,78 +39,67 @@ Requires:       glibmm-devel
 This package contains the headers and libraries for libxml++ development.
 
 
+%package        doc
+Summary:        Documentation for %{name}, includes full API docs
+Group:          documentation
+BuildArch:      noarch
+Requires:       %{name} = %{version}-%{release}
+
+%description    doc
+This package contains the full API documentation for %{name}.
+
+
+%debug_package
+
+
 %prep
 %setup -q
 # fix wrong end of line
 sed -i s'#\r##' examples/dom_parser/example_with_namespace.xml
 
+
 %build
-%configure \
-%if %{?_dist_release} == "vl5"
-    --disable-documentation \
-%endif
-    --disable-static
-make %{?_smp_mflags}
+%meson -Dbuild-documentation=true
+%meson_build
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
-find $RPM_BUILD_ROOT -name "*.la" -o -name '*.a' | xargs rm -f
-
-# Modify temporary working directories for files section.
-rm -rf _reference _examples _manual
-mkdir -m 755 _reference _examples _manual
-
-%if %{?_dist_release} != "vl5"
-cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{apiver}/reference/html _reference/reference
-%endif
-cp -a docs/manual/html _manual/manual
-cp -a examples _examples/examples
-rm -rf $RPM_BUILD_ROOT%{_docdir}
-
-# Delete non-working makefiles, object files, prebuilt binaries and
-# empty files.
-find _examples -type f -a \( -name Makefile\* -o -name \*.o \
-    -o \( -name example -a -perm +0111 \) -o -empty \) | xargs rm -f
-find _examples -type d -name '*.libs' -o -name '.deps' | xargs rm -rf
-
-%if %{?_dist_release} != "vl5"
-# fix devhelp index file 
-sed -i "s#"$RPM_BUILD_ROOT"##g" \
-	$RPM_BUILD_ROOT%{_datadir}/devhelp/books/%{name}-%{apiver}/%{name}-%{apiver}.devhelp2
-sed -i "s#"/%{name}-%{apiver}/reference/html"#"/%{name}-devel-%{version}/reference"#" \
-        $RPM_BUILD_ROOT%{_datadir}/devhelp/books/%{name}-%{apiver}/%{name}-%{apiver}.devhelp2
-%endif
+%meson_install
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
 %files
 %defattr (-,root,root,-)
-%doc AUTHORS COPYING NEWS README ChangeLog
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/*.so.*
 
 %files devel
 %defattr (-,root,root,-)
-%doc _examples/examples _manual/manual
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 %dir %{_libdir}/%{name}-%{apiver}
 %dir %{_libdir}/%{name}-%{apiver}/include
 %{_libdir}/%{name}-%{apiver}/include/*.h
-%if %{?_dist_release} != "vl5"
-%doc _reference/reference
-%{_datadir}/devhelp/books/%{name}-%{apiver}/%{name}-%{apiver}.devhelp2
-%endif
+
+%files doc
+%doc %{_datadir}/devhelp/books/%{name}-%{apiver}
+%doc %{_docdir}/%{name}-%{apiver}
+
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.42.0-1
+- new upstream release.
+
 * Wed Jun 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.1-2
 - rebuild with gcc-5.4.0
 

+ 16 - 8
o/openjade/openjade-vl.spec

@@ -2,12 +2,13 @@ Summary: A DSSSL implementation.
 Summary(ja): DSSSL 言語の実装
 Name: openjade
 Version: 1.3.2
-Release: 33%{?_dist_release}
+Release: 34%{?_dist_release}
+Group: publishing
+Vendor: Project Vine
+Distribution: Vine Linux
 
-License: BSD
-Group: Applications/Text
+License: DMIT
 URL: http://openjade.sourceforge.net/
-
 Source0: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
 
 Patch0: openjade-ppc64.patch
@@ -27,9 +28,6 @@ Obsoletes: openjade-devel < 1.3.2-17
 Obsoletes: jade
 Provides: jade
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
 (Document Style Semantics and Specification Language). OpenJade is
@@ -39,6 +37,9 @@ inputs an SGML or XML document and can output a variety of formats:
 XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 %patch0 -p1
@@ -49,11 +50,12 @@ XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
 %patch5 -p1 -b .getopt
 
 %build
+export CXXFLAGS="%optflags -fno-lifetime-dse"
 %configure --disable-static --datadir=%{_datadir}/sgml/%{name}-%{version} \
 	--enable-splibdir=%{_libdir}
-
 make LIBTOOL=%{_bindir}/libtool
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -77,9 +79,11 @@ cd -
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post
 /sbin/ldconfig
 /usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
@@ -91,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root)
 %doc jadedoc/* dsssl/README.jadetex
@@ -106,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-34
+- rebuilt with current environment.
+
 * Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-33
 - rebuilt with new toolchain.
 

+ 18 - 9
o/opensp/opensp-vl.spec

@@ -2,12 +2,13 @@ Summary: SGML and XML parser
 Summary(ja): SGML, XML パーサ
 Name: opensp
 Version: 1.5.2
-Release: 10%{?_dist_release}
+Release: 11%{?_dist_release}
+Group: publishing
+Vendor: Project Vine
+Distribution: Vine Linux
 
 License: MIT
-Group: Applications/Text
 URL: http://openjade.sourceforge.net/
-
 Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
 Patch0: opensp-multilib.patch
 Patch1: opensp-nodeids.patch
@@ -19,25 +20,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: xmlto
 Requires: sgml-common >= 0.5
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 OpenSP is an implementation of the ISO/IEC 8879:1986 standard SGML
 (Standard Generalized Markup Language). OpenSP is based on James
 Clark's SP implementation of SGML. OpenSP is a command-line
 application and a set of components, including a generic API.
 
+
 %package devel
 Summary: Files for developing applications that use OpenSP
 Summary(ja): OpenSP を用いるアプリケーションの開発に必要なファイル
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 
 %description devel
 Header files and libtool library for developing applications that use OpenSP.
 
 
+%debug_package
+
+
 %prep
 %setup -q -n OpenSP-%{version}
 %patch0 -p1 -b .multilib
@@ -48,6 +50,7 @@ Header files and libtool library for developing applications that use OpenSP.
 iconv -f latin1 -t utf8 ChangeLog -o ChangeLog.tmp
 mv -f ChangeLog.tmp ChangeLog
 
+
 %build
 %configure --disable-dependency-tracking --disable-static --enable-http \
  --enable-default-catalog=%{_sysconfdir}/sgml/catalog \
@@ -56,6 +59,7 @@ mv -f ChangeLog.tmp ChangeLog
 # specify --skip-validation option 
 make %{?_smp_mflags} XMLTO="%{_bindir}/xmlto --skip-validation"
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -86,19 +90,21 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenSP
 %check
 make check || : # failures as of 1.5.2pre1 :(
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 
 %files -f sp5.lang
 %defattr(-,root,root)
+%license COPYING
 %doc doc/*.htm
 %doc docsrc/releasenotes.html
-%doc AUTHORS BUGS COPYING ChangeLog NEWS README
+%doc AUTHORS BUGS ChangeLog NEWS README
 %doc pubtext/opensp-implied.dcl
 %{_bindir}/*
 %{_libdir}/libosp.so.*
@@ -111,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.2-11
+- rebuilt with current environment.
+
 * Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.2-10
 - rebuilt with new toolchain.