Browse Source

updated 2 packages

neon-0.31.2-1

openblas-0.3.13-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12557 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
6fddef7783
2 changed files with 59 additions and 43 deletions
  1. 29 20
      n/neon/neon-vl.spec
  2. 30 23
      o/openblas/openblas-vl.spec

+ 29 - 20
n/neon/neon-vl.spec

@@ -3,12 +3,16 @@
 Name: neon
 Summary: An HTTP and WebDAV client library.
 Summary(ja): HTTP と WebDAV クライアントのライブラリ
-Version: 0.30.2
+Version: 0.31.2
 Release: 1%{?_dist_release}
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+
 License: LGPLv2+
-Group: System Environment/Libraries
-URL: http://www.webdav.org/neon/
-Source0: http://www.webdav.org/neon/%{name}-%{version}.tar.gz
+URL: https://notroj.github.io/neon/
+Source0: https://notroj.github.io/neon/%{name}-%{version}.tar.gz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: expat
 Requires: zlib >= 1.1.4
@@ -21,9 +25,6 @@ BuildRequires: sed
 BuildRequires: zlib-devel
 BuildRequires: keyutils-libs-devel
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 neon is an HTTP and WebDAV client library, with a C interface;
 providing a high-level interface to HTTP and WebDAV methods along
@@ -31,10 +32,11 @@ with a low-level interface for HTTP request handling.  neon
 supports persistent connections, proxy servers, basic, digest and
 Kerberos authentication, and has complete SSL support.
 
+
 %package devel
 Summary: Development libraries and C header files for the neon library
 Summary(ja): neon の開発用ライブラリおよび C言語ヘッダファイル
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}
 Requires: zlib-devel
 #Requires: openssl-devel
@@ -49,19 +51,21 @@ The development library for the C language HTTP and WebDAV client library.
 %description devel -l ja
 C言語による HTTP と WebDAV クライアントのライブラリの開発用パッケージ
 
+
 ## to build compat32 for x86_64 architecture support
 %package -n compat32-%{name}
 Summary: C language HTTP and WebDAV client library.
-Group: System Environment/Libraries
+Group: system
 Requires: expat
 Requires: zlib >= 1.1.4
 
 %description -n compat32-%{name}
 A C language HTTP and WebDAV client library.
 
+
 %package -n compat32-%{name}-devel
 Summary: A C language HTTP and WebDAV client library.
-Group: Development/Libraries
+Group: programming
 Requires: compat32-%{name} = %{version}
 Requires: compat32-zlib-devel
 #Requires: compat32-openssl-devel
@@ -72,15 +76,18 @@ Requires: compat32-krb5-devel
 %description -n compat32-%{name}-devel
 The development library for the C language HTTP and WebDAV client library.
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
 # for GnuTLS 3.4
-
-sed -e 's/client_set/set/'  \
-	-e 's/gnutls_retr/&2/'  \
-	-e 's/type = t/cert_&/' \
-	-i src/ne_gnutls.c
+#sed -e 's/client_set/set/'  \
+#	-e 's/gnutls_retr/&2/'  \
+#	-e 's/type = t/cert_&/' \
+#	-i src/ne_gnutls.c
 
 %build
 %configure \
@@ -92,6 +99,7 @@ sed -e 's/client_set/set/'  \
 	--with-force-ssl
 %__make %{?_smp_mflags} 
 
+
 %install
 %__rm -rf %{buildroot}
 %makeinstall
@@ -108,13 +116,10 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
+%ldconfig_scriptlets -n compat32-%{name}
 
-%post -n compat32-%{name} -p /sbin/ldconfig
-
-%postun -n compat32-%{name} -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root)
@@ -145,7 +150,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 %endif
 
+
 %changelog
+* Sun Feb 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.31.2-1
+- new upstream release.
+
 * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.30.2-1
 - new upstream release.
 

+ 30 - 23
o/openblas/openblas-vl.spec

@@ -1,7 +1,3 @@
-%define pkg_name    openblas
-%define pkg_version 0.3.7
-%define pkg_release 1%{?_dist_release}
-
 # Version of bundled lapack
 %global lapackver 3.8.0
 %global lapacke 1
@@ -18,13 +14,12 @@
 %global liblapack  liblapack.so.3()(64bit) liblapacke.so.3()(64bit)
 %endif
 
-
 Summary: An optimized BLAS library based on GotoBLAS2
-Name:    %{pkg_name}
-Version: %{pkg_version}
-Release: %{pkg_release}
+Name:    openblas
+Version: 0.3.13
+Release: 1%{?_dist_release}
 
-Group:   Development/Libraries
+Group:   system
 License: BSD
 URL:     https://github.com/xianyi/OpenBLAS/
 
@@ -51,7 +46,6 @@ Provides: blas lapack = %{lapackver} %{libblas} %{liblapack}
 
 ExclusiveArch: x86_64 %{ix86}
 
-
 %global base_description \
 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \
 version. The project is supported by the Lab of Parallel Software and \
@@ -60,16 +54,18 @@ Computational Science, ISCAS. http://www.rdcps.ac.cn
 %description
 %{base_description}
 
+
 %package Rblas
 Summary: A version of OpenBLAS for R to use as libRblas
-Group:   Development/Libraries
+Group:   system
 
 %description Rblas
 %{base_description}
 
+
 %package openmp
 Summary: An optimized BLAS library based on GotoBLAS2, OpenMP version
-Group:   Development/Libraries
+Group:   system
 Provides: blas lapack = %{lapackver} %{libblas} %{liblapack}
 
 %description openmp
@@ -77,9 +73,10 @@ Provides: blas lapack = %{lapackver} %{libblas} %{liblapack}
 
 This package contains the library compiled with OpenMP support.
 
+
 %package threads
 Summary: An optimized BLAS library based on GotoBLAS2, pthreads version
-Group:   Development/Libraries
+Group:   system
 Provides: blas lapack = %{lapackver} %{libblas} %{liblapack}
 
 %description threads
@@ -87,10 +84,11 @@ Provides: blas lapack = %{lapackver} %{libblas} %{liblapack}
 
 This package contains the library compiled with threading support.
 
+
 %if %build64
 %package serial64
 Summary: An optimized BLAS library based on GotoBLAS2, serial version
-Group:   Development/Libraries
+Group:   system
 Provides: blas64 lapack64 = %{lapackver}
 
 %description serial64
@@ -99,9 +97,10 @@ Provides: blas64 lapack64 = %{lapackver}
 This package contains the sequential library compiled with a 64-bit
 interface.
 
+
 %package serial64_
 Summary: An optimized BLAS library based on GotoBLAS2, serial version
-Group:   Development/Libraries
+Group:   system
 Provides: blas64 lapack64 = %{lapackver}
 
 %description serial64_
@@ -113,7 +112,7 @@ interface and a symbol name suffix.
 
 %package openmp64
 Summary: An optimized BLAS library based on GotoBLAS2, OpenMP version
-Group:   Development/Libraries
+Group:   system
 Provides: blas64 lapack64 = %{lapackver}
 
 %description openmp64
@@ -122,9 +121,10 @@ Provides: blas64 lapack64 = %{lapackver}
 This package contains the library compiled with OpenMP support and
 64-bit interface.
 
+
 %package openmp64_
 Summary: An optimized BLAS library based on GotoBLAS2, OpenMP version
-Group:   Development/Libraries
+Group:   system
 Provides: blas64 lapack64 = %{lapackver}
 
 %description openmp64_
@@ -136,7 +136,7 @@ This package contains the library compiled with OpenMP support and
 
 %package threads64
 Summary: An optimized BLAS library based on GotoBLAS2, pthreads version
-Group:   Development/Libraries
+Group:   system
 Provides: blas64 lapack64 = %{lapackver}
 
 %description threads64
@@ -145,9 +145,10 @@ Provides: blas64 lapack64 = %{lapackver}
 This package contains the library compiled with threading support and
 64-bit interface.
 
+
 %package threads64_
 Summary: An optimized BLAS library based on GotoBLAS2, pthreads version
-Group:   Development/Libraries
+Group:   system
 Provides: blas64 lapack64 = %{lapackver}
 
 %description threads64_
@@ -160,7 +161,7 @@ This package contains the library compiled with threading support and
 
 %package devel
 Summary:  Development headers and libraries for OpenBLAS
-Group:    Development/Libraries
+Group:    programming
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-openmp = %{version}-%{release}
 Requires: %{name}-threads = %{version}-%{release}
@@ -173,7 +174,7 @@ This package contains the development headers and libraries.
 
 %package static
 Summary:  Static version of OpenBLAS
-Group:    Development/Libraries
+Group:    programming
 Requires: %{name}-devel = %{version}-%{release}
 
 %description static
@@ -185,7 +186,7 @@ This package contains the static libraries.
 %if %build64
 %package -n %{name}64-devel
 Summary:  Development headers and libraries for OpenBLAS (64bit)
-Group:    Development/Libraries
+Group:    programming
 Requires: %{name}-openmp64 = %{version}-%{release}
 Requires: %{name}-threads64 = %{version}-%{release}
 Requires: %{name}-serial64 = %{version}-%{release}
@@ -203,7 +204,7 @@ This package contains the development headers and libraries
 
 %package -n %{name}64-static
 Summary:  Static version of OpenBLAS (64bit)
-Group:    Development/Libraries
+Group:    programming
 Requires: %{name}64-devel = %{version}-%{release}
 
 %description -n %{name}64-static
@@ -214,6 +215,9 @@ This package contains the static libraries
 %endif
 
 
+%debug_package
+
+
 %prep
 %setup -q -c -T
 
@@ -876,6 +880,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Feb 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.13-1
+- new upstream release.
+
 * Mon Oct 14 2019 Toshiaki Ara <ara_t@384.jp> 0.3.7-1
 - update to 0.3.7