Browse Source

updated 6 packages

brotli-1.0.7-5

graphviz-2.44.1-1

llvm-10.0.1-1

libplist-2.2.0-2

libpwquality-1.4.2-2

python-nose-1.3.7-2

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

+ 17 - 9
b/brotli/brotli-vl.spec

@@ -4,7 +4,8 @@ Summary:        Lossless compression algorithm
 Summary(ja):    ロスレス圧縮アルゴリズム
 Name:           brotli
 Version:        1.0.7
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
+Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
@@ -22,10 +23,12 @@ coding and 2nd order context modeling, with a compression ratio comparable
 to the best currently available general-purpose compression methods.
 It is similar in speed with deflate but offers more dense compression.
 
+
 %package -n python3-%{name}
-Requires: python3
 Summary:        Lossless compression algorithm (python 3)
+Group:          programming
 %{?python_provide:%python_provide python3-%{name}}
+Requires: python3
 
 %description -n python3-%{name}
 Brotli is a generic-purpose lossless compression algorithm that compresses
@@ -38,6 +41,7 @@ This package installs a Python 3 module.
 
 %package -n %{name}-devel
 Summary:        Lossless compression algorithm (development files)
+Group:          programming
 Requires: %{name}%{?_isa} = %{version}-%{release} 
 
 %description -n %{name}-devel
@@ -57,8 +61,9 @@ This package installs the development files
 %{__chmod} 644 c/enc/*.[ch]
 %{__chmod} 644 c/include/brotli/*.h
 %{__chmod} 644 c/tools/brotli.c
-%build
 
+
+%build
 mkdir -p build
 cd build
 %cmake .. -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
@@ -84,10 +89,6 @@ for i in *.3;do
 done
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %if %{with test}
 %check
 cd build
@@ -97,16 +98,20 @@ cd ..
 %endif
 
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
 %files
+%license LICENSE
 %{_bindir}/brotli
 %{_libdir}/*.so.*
-%license LICENSE
 
 # Note that there is no %%files section for the unversioned python module
 # if we are building for several python runtimes
 %files -n python3-%{name}
-%{python3_sitearch}/*
 %license LICENSE
+%{python3_sitearch}/*
 
 %files -n %{name}-devel
 %{_includedir}/*
@@ -116,6 +121,9 @@ cd ..
 
 
 %changelog
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.7-5
+- rebuilt with python-3.8.
+
 * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.7-4
 - rebuilt with current environment.
 

+ 36 - 29
g/graphviz/graphviz-vl.spec

@@ -1,21 +1,18 @@
 %define _unpackaged_files_terminate_build 1
 
-Name:           graphviz
 Summary:        Graph Visualization Tools
 Summary(ja):	グラフ可視化ツール
-Version:        2.42.2
+Name:           graphviz
+Version:        2.44.1
 Release:        1%{?_dist_release}
-Group:          Applications/Graphics
+Group:          graphics
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       daisuke
+
 License:        EPL
 URL:            http://www.graphviz.org/
-
-Source0:	http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
-# rhbz#1505230
-Patch0:                 graphviz-2.42.2-dotty-menu-fix.patch
-Patch1:                 graphviz-2.42.2-coverity-scan-fixes.patch
-# Workaround for some const casting badness in the OCaml bindings.
-# Real fix will need a fix to SWIG.
-Patch2:                 graphviz-2.42.2-ocaml-allow-const-cast.patch
+Source0:        https://www2.graphviz.org/Packages/stable/portable_source/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  bison
@@ -25,6 +22,7 @@ BuildRequires:  flex
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gd-devel
+BuildRequires:  ghostscript
 BuildRequires:  gmp-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  guile-devel
@@ -39,6 +37,7 @@ BuildRequires:  lua-devel
 BuildRequires:  m4
 BuildRequires:  perl
 BuildRequires:  python-devel
+BuildRequires:  python2-rpm-macros
 BuildRequires:  python3-devel
 BuildRequires:  python3-rpm-macros
 BuildRequires:  python3-setuptools
@@ -52,17 +51,14 @@ Requires:	urw-fonts
 # only for this release
 # BuildConflicts: graphviz-devel
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
-Packager:	daisuke
-
 %description
 A collection of tools and tcl packages for the manipulation and layout
 of graphs (as in nodes and edges, not as in barcharts).
 
+
 %package devel
 Summary:        Development tools for version %{version} of %{name}
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}
 
 %description devel
@@ -70,68 +66,76 @@ The %{name}-devel package contains the header files
 and man3 pages necessary for developing programs
 using version %{version} of the %{name} libraries.
 
+
 %package doc
 Summary: PDF and HTML documents for graphviz
-Group:	 Applications/Documentation
+Group:	 documentation
 
 %description doc
 Provides some additional PDF and HTML documentation for graphviz.
 
+
 %package guile
-Group:          Applications/Graphics
 Summary:	Guile extension for graphviz
+Group:          programming
 Requires:	%{name} = %{version}-%{release}, guile
 
 %description guile
 Guile extension for graphviz.
 
+
 %package lua
-Group:          Applications/Graphics
 Summary:	Lua extension for graphviz
+Group:          programming
 Requires:	%{name} = %{version}-%{release}, lua
 
 %description lua
 Lua extension for graphviz.
 
+
 %package perl
-Group:    Applications/Graphics
 Summary:  Perl extension for graphviz
+Group:          programming
 Requires: %{name} = %{version}-%{release}
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description perl
 Perl extension for graphviz.
 
+
 %package python
-Group:    Applications/Graphics
 Summary:  Python extension for graphviz
+Group:          programming
 Requires: %{name} = %{version}-%{release}
 Requires: python
 
 %description python
 Python extension for graphviz.
 
+
 %package python3
-Group:    Applications/Graphics
 Summary:  Python3 extension for graphviz
+Group:          programming
 Requires: %{name} = %{version}-%{release}
 Requires: python3
 
 %description python3
 Python3 extension for graphviz.
 
+
 %package ruby
-Group:    Applications/Graphics
 Summary:  Ruby extension for graphviz
+Group:          programming
 Requires: %{name} = %{version}-%{release}
 Requires: ruby
 
 %description ruby
 Ruby extension for graphviz.
 
+
 %package tcl
-Group:    Applications/Graphics
 Summary:  Tcl extension & tools for graphviz
+Group:          programming
 Requires: tcl >= 8.4, tk >= 8.4
 Requires: %{name} = %{version}
 
@@ -140,14 +144,11 @@ Various tcl packages (extensions) for the graphviz tools.
 
 
 %prep
-%setup -q -n graphviz-stable_release_%{version}
-%patch0 -p1 -b .dotty-menu-fix
-%patch1 -p1 -b .coverity-scan-fixes
-%patch2 -p1
-
+%setup -q -n graphviz-%{version}
 # Attempt to fix rpmlint warnings about executable sources
 find -type f -regex '.*\.\(c\|h\)$' -exec chmod a-x {} ';'
 
+
 %build
 ./autogen.sh
 
@@ -189,6 +190,7 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon
 
 make %{?_smp_mflags} 
 
+
 %install
 rm -rf $RPM_BUILD_ROOT __doc
 make DESTDIR=$RPM_BUILD_ROOT \
@@ -203,9 +205,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
 
 rm -rf %{buildroot}%{_libdir}/graphviz/python2
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 # run "dot -c" to generate plugin config in %{_libdir}/%{name}/config
 %post
 /sbin/ldconfig
@@ -292,6 +296,9 @@ fi
 
 
 %changelog
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.44.1-1
+- new upstream release.
+
 * Mon Mar 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.42.2-1
 - built with ruby-2.6.5.
 - added python3 support.

+ 31 - 25
l/llvm/llvm-vl.spec

@@ -19,19 +19,17 @@
 
 %define _unpackaged_files_terminate_build 1
 
-Name:           llvm
-Version:        10.0.0
-Release:        2%{?_dist_release}
 Summary:        The Low Level Virtual Machine
 Summary(ja):    LLVM - 低レベルバーチャルマシン
-
-Group:          Development/Languages
-License:        NCSA
-URL:            https://llvm.org/
-
+Name:           llvm
+Version:        10.0.1
+Release:        1%{?_dist_release}
+Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
+License:        NCSA
+URL:            https://llvm.org/
 Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz
 Source1:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-%{version}.src.tar.xz
 Source2:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz
@@ -127,7 +125,7 @@ functionality.
 %package devel
 Summary:        Libraries and header files for LLVM
 Summary(ja):    LLVM のライブラリおよびヘッダファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:       libstdc++-devel
 Requires:       libffi-devel
@@ -141,7 +139,7 @@ native programs that use the LLVM infrastructure.
 %package doc
 Summary:        Documentation for LLVM
 Summary(ja):    LLVM のドキュメント
-Group:          Documentation
+Group:          documentation
 BuildArch:      noarch
 Requires:       %{name} = %{version}-%{release}
 # might seem redundant, but needed to kill off the old arch-ed -doc subpackage
@@ -154,7 +152,7 @@ Documentation for the LLVM compiler infrastructure.
 %package -n llvm%{ver_suffix}-libs
 Summary:        LLVM shared libraries
 Summary(ja):    LLVM 共有ライブラリ
-Group:          System Environment/Libraries
+Group:          system
 Provides:       llvm-libs = %{version}-%{release}
 Obsoletes:      llvm-libs <= 7.0.0
 
@@ -167,6 +165,7 @@ LLVM コンパイラ基盤の共有ライブラリです.
 %package static
 Summary:        LLVM static libraries
 Summary(ja):    LLVM 静的ライブラリ
+Group:          programming
 Requires:       llvm-devel = %{version}-%{release}
 
 %description static
@@ -180,7 +179,7 @@ LLVM コンパイラ基盤の静的ライブラリです.
 Summary:        A C language family front-end for LLVM
 Summary(ja):    LLVM の C 言語フロントエンド
 License:        NCSA
-Group:          Development/Languages
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 # clang requires gcc, clang++ requires libstdc++-devel
 Requires:       libstdc++-devel
@@ -200,7 +199,7 @@ as libraries and designed to be loosely-coupled and extensible.
 %Package -n clang-libs
 Summary:        Runtime library for clang
 Summary(ja):    Clang のランタイムライブラリ
-Group:          System Environment/Libraries
+Group:          system
 
 %description -n clang-libs
 Runtime library for clang.
@@ -211,7 +210,7 @@ Clang のランタイムライブラリです.
 %package -n clang-devel
 Summary:        Header files for clang
 Summary(ja):    Clang のヘッダファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       clang = %{version}-%{release}
 
 %description -n clang-devel
@@ -224,7 +223,7 @@ Clang コンパイラのヘッダファイル集です.
 Summary:        A source code analysis framework
 Summary(ja):    ソースコード分析フレームワーク
 License:        NCSA
-Group:          Development/Languages
+Group:          programming
 Requires:       clang = %{version}-%{release}
 # not picked up automatically since files are currently not instaled
 # in standard Python hierarchies yet
@@ -238,6 +237,7 @@ intended to run in tandem with a build of a project or code base.
 
 %package -n python3-clang
 Summary: Python3 bindings for clang
+Group:          programming
 Requires: %{name}%{ver_suffix}-libs%{?_isa} = %{version}-%{release}
 Requires: python3
 %description -n python3-clang
@@ -257,7 +257,7 @@ Python3 bindings for clang
 Summary:        Next generation high-performance debugger
 Summary(ja):    高性能デバッガー
 License:        NCSA
-Group:          Development/Debuggers
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 
 %description -n lldb
@@ -269,7 +269,7 @@ disassembler.
 %package -n lldb-devel
 Summary:        Header files for LLDB
 Summary(ja):    LLDB のヘッダファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       lldb = %{version}-%{release}
 
 %description -n lldb-devel
@@ -280,7 +280,7 @@ This package contains header files for the LLDB debugger.
 Summary:        The LLVM Linker
 Summary(ja):    LLVMリンカー
 License:        NCSA
-Group:          Development/Tools
+Group:          programming
 
 %description -n lld
 The LLVM project linker.
@@ -290,7 +290,7 @@ The LLVM project linker.
 Summary:        LLD shared libraries
 Summary(ja):    LLD 共有ライブラリ
 License:        NCSA
-Group:          System Environment/Libraries
+Group:          programming
 
 %description -n lld-libs
 Shared libraries for LLD.
@@ -300,7 +300,7 @@ Shared libraries for LLD.
 Summary:        Libraries and header files for LLD
 Summary(ja):    LLD 用ライブラリとヘッダファイル
 License:        NCSA
-Group:          System Environment/Libraries
+Group:          programming
 Requires:       lld-libs = %{version}-%{release}
 
 %description -n lld-devel
@@ -312,7 +312,7 @@ programs that use the LLD infrastructure.
 %package apidoc
 Summary:        API documentation for LLVM
 Summary(ja):    LLVM の API ドキュメント
-Group:          Documentation
+Group:          documentation
 BuildArch:      noarch
 Requires:       %{name}-docs = %{version}-%{release}
 
@@ -333,6 +333,7 @@ API documentation for the Clang compiler.
 %package -n python3-lldb
 Summary:        Python3 module for LLDB
 Summary(ja):    LLDB用Python3モジュール
+Group:          programming
 BuildRequires:  python-devel
 Requires:       python-six
 
@@ -343,6 +344,7 @@ The package contains the LLDB Python3 module.
 %package -n libomp
 Summary:        OpenMP runtime for clang
 Summary(ja):    clang用OpenMPランタイム
+Group:          system
 
 %description -n libomp
 The package contains the OpenMP runtime for clang.
@@ -351,6 +353,7 @@ The package contains the OpenMP runtime for clang.
 %package -n libomp-devel
 Summary:        OpenMP header files
 Summary(ja):    OpenMPヘッダファイル
+Group:          programming
 Requires:       clang-devel%{?isa} = %{version}
 
 %description -n libomp-devel
@@ -361,7 +364,7 @@ The package contains the OpenMP header files.
 %package        ocaml
 Summary:        OCaml binding for LLVM
 Summary(ja):    LLVM の OCaml バインディング
-Group:          System Environment/Libraries
+Group:          system
 Requires:       %{name} = %{version}-%{release}
 Requires:       ocaml
 
@@ -371,7 +374,7 @@ OCaml binding for LLVM.
 %package        ocaml-devel
 Summary:        Development files for %{name}-ocaml
 Summary(ja):    %{name}-ocaml の開発ファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name}-devel = %{version}-%{release}
 Requires:       %{name}-ocaml = %{version}-%{release}
 Requires:       ocaml
@@ -383,7 +386,7 @@ for developing applications that use %{name}-ocaml.
 %package ocaml-doc
 Summary:        Documentation for %{name}-ocaml
 Summary(ja):    %{name}-ocaml のドキュメント
-Group:          Documentation
+Group:          documentation
 BuildArch:      noarch
 Requires:       %{name}-ocaml = %{version}-%{release}
 # might seem redundant, but needed to kill off the old arch-ed -doc subpackage
@@ -398,7 +401,7 @@ HTML documentation for LLVM's OCaml binding.
 %package -n compat32-%{name}%{ver_suffix}-libs
 Summary:        LLVM shared libraries
 Summary(ja):    LLVM 共有ライブラリ
-Group:          System Environment/Libraries
+Group:          system
 Provides:       compat32-llvm-libs = %{version}-%{release}
 Requires:       %{name}%{ver_suffix}-libs = %{version}-%{release}
 
@@ -864,6 +867,9 @@ exit 0
 %endif
 
 %changelog
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.1-1
+- new upstream release.
+
 * Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-2
 - rebuilt with libffi-3.3.
 

+ 7 - 3
lib/libp/libplist/libplist-vl.spec

@@ -2,7 +2,8 @@ Name:           libplist
 Summary:        Library for manipulating Apple Binary and XML Property Lists
 Summary(ja):    Apple のバイナリおよび XML プロパティリストを操作するライブラリ
 Version:        2.2.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
+Group:          system
 Vendor:	        Project Vine
 Distribution:   Vine Linux
 Packager:       daisuke
@@ -32,7 +33,7 @@ libplist は Apple のバイナリおよび XML プロパティリストを操
 %package devel
 Summary: Development package for libplist
 Summary(ja): libplist の開発用パッケージ
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 
 %description devel
@@ -41,7 +42,7 @@ Requires: %{name} = %{version}-%{release}
 
 %package -n python3-libplist
 Summary: Python3 package for libplist
-Group: System Environment/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: python3
 
@@ -98,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.0-2
+- rebuilt with python-3.8.
+
 * Sun Aug 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.0-1
 - new upstream release.
 

+ 28 - 14
lib/libp/libpwquality/libpwquality-vl.spec

@@ -1,13 +1,15 @@
 Summary: A library for password generation and password quality checking
 Name: libpwquality
 Version: 1.4.2
-Release: 1%{?_dist_release}
-Group: System Environment/Base
+Release: 2%{?_dist_release}
+Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
+
 # The package is BSD licensed with option to relicense as GPLv2+
 # - this option is redundant as the BSD license allows that anyway.
 License: BSD or GPLv2+
+URL: https://fedorahosted.org/libpwquality/
 Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwquality-%{version}/libpwquality-%{version}.tar.bz2
 
 %global _moduledir /%{_lib}/security
@@ -18,13 +20,14 @@ Requires: pam
 BuildRequires: cracklib
 BuildRequires: gettext
 BuildRequires: pam-devel
-BuildRequires: python-devel
 BuildRequires: python-rpm-macros
+
+BuildRequires: python-devel
+BuildRequires: python2-rpm-macros
+
 BuildRequires: python3-devel
 BuildRequires: python3-rpm-macros
 
-URL: https://fedorahosted.org/libpwquality/
-
 # we don't want to provide private python extension libs
 %define __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\.so$.
 
@@ -34,9 +37,10 @@ of random passwords that pass the checks.
 This library uses the cracklib and cracklib dictionaries
 to perform some of the checks.
 
+
 %package devel
-Group: Development/Libraries
 Summary: Files needed for developing PAM-aware applications and modules for PAM
+Group: programming
 Requires: libpwquality = %{version}-%{release}
 Requires: pkgconfig
 
@@ -45,9 +49,10 @@ Files needed for development of applications using the libpwquality
 library.
 See the pwquality.h header file for the API.
 
+
 %package -n python-pwquality
-Group: Development/Libraries
 Summary: Python bindings for the libpwquality library
+Group: programming
 Requires: libpwquality = %{version}-%{release}
 
 %description -n python-pwquality
@@ -56,9 +61,10 @@ for the libpwquality library. These bindings can be used
 for easy password quality checking and generation of random
 pronounceable passwords from Python applications.
 
+
 %package -n python3-pwquality
-Group: Development/Libraries
 Summary: Python bindings for the libpwquality library
+Group: programming
 Requires: libpwquality = %{version}-%{release}
 
 %description -n python3-pwquality
@@ -67,17 +73,18 @@ for the libpwquality library. These bindings can be used
 for easy password quality checking and generation of random
 pronounceable passwords from Python applications.
 
+
 %prep
 %setup -q
-
 rm -rf %{py3dir}
 cp -a . %{py3dir}
 
+
 %build
 %configure \
 	--with-securedir=%{_moduledir} \
-	--with-pythonsitedir=%{python_sitearch} \
-	--with-python-binary=%{__python} \
+	--with-pythonsitedir=%{python2_sitearch} \
+	--with-python-binary=%{__python2} \
 	--disable-static
 
 make %{?_smp_mflags}
@@ -92,6 +99,7 @@ pushd %{py3dir}
 make %{?_smp_mflags}
 popd
 
+
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
@@ -110,13 +118,15 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
 
 %find_lang libpwquality
 
+
 %check
 # Nothing yet
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %files -f libpwquality.lang
 %defattr(-,root,root,-)
 %{!?_licensedir:%global license %%doc}
@@ -140,15 +150,19 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
 
 %files -n python-pwquality
 %defattr(-,root,root,-)
-%{python_sitearch}/pwquality.so
-%{python_sitearch}/*.egg-info
+%{python2_sitearch}/pwquality.so
+%{python2_sitearch}/*.egg-info
 
 %files -n python3-pwquality
 %defattr(-,root,root,-)
 %{python3_sitearch}/*.so
 %{python3_sitearch}/*.egg-info
 
+
 %changelog
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.2-2
+- rebuilt with python-3.8.
+
 * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.2-1
 - new upstream release.
 - dropped Patch1: fixed in upstream.

+ 4 - 4
p/python-nose/python-nose-vl.spec

@@ -4,8 +4,8 @@ Summary:	A discovery-based unittest extension for Python
 Summary(ja):	Python 用の発見型ユニットテスト・エクステンション
 Name:		python-nose
 Version:	1.3.7
-Release:	1%{?_dist_release}
-Group:          programming
+Release:	2%{?_dist_release}
+Group:		programming
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
@@ -29,9 +29,9 @@ Patch3:         python-nose-readunicode.patch
 # https://github.com/nose-devs/nose/pull/1029
 Patch4:         python-nose-py36.patch
 
+BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:	noarch
 BuildRequires:	dos2unix
 BuildRequires:	python-rpm-macros
 BuildRequires:	python-devel, python-setuptools, python2-rpm-macros
@@ -50,7 +50,7 @@ reasonably possible without resorting to too much magic.
 %package -n python3-nose
 Summary:	A discovery-based unittest extension for Python
 Summary(ja):	Python 用の発見型ユニットテスト・エクステンション
-Group:          programming
+Group:		programming
 Requires:	python3-setuptools
 
 %description -n python3-nose