Эх сурвалжийг харах

updated 5 packages

glib2-2.66.0-1

gvfs-1.46.0-1

libcddb-1.3.2-10

libcdio-paranoia-10.2+2.0.1-1

libcdio-2.1.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12492 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 жил өмнө
parent
commit
f0b6500754

+ 9 - 5
g/glib2/glib2-vl.spec

@@ -3,9 +3,9 @@
 
 
 Summary:        A library of handy utility functions.
 Summary:        A library of handy utility functions.
 Name:           glib2
 Name:           glib2
-Version:        2.64.4
+Version:        2.66.0
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
-Group:          System Environment/Libraries
+Group:          system
 Vendor:         Project Vine
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
 Packager:       daisuke
 Packager:       daisuke
@@ -48,7 +48,7 @@ This package provides version %{shortver} of GLib.
 
 
 %package devel
 %package devel
 Summary: Development files for the GLib library
 Summary: Development files for the GLib library
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}
 Requires: %{name} = %{version}
 Requires: pkgconfig >= 0.14
 Requires: pkgconfig >= 0.14
 Requires: libffi-devel
 Requires: libffi-devel
@@ -66,7 +66,7 @@ version %{shortver} of the GLib library.
 ## to build compat32 for x86_64 architecture support
 ## to build compat32 for x86_64 architecture support
 %package -n compat32-%{name}
 %package -n compat32-%{name}
 Summary: A library of handy utility functions.
 Summary: A library of handy utility functions.
-Group: System Environment/Libraries
+Group: system
 
 
 %description -n compat32-%{name}
 %description -n compat32-%{name}
 GLib is the low-level core library that forms the basis
 GLib is the low-level core library that forms the basis
@@ -77,9 +77,10 @@ object system.
 
 
 This package provides version %{shortver} of GLib.
 This package provides version %{shortver} of GLib.
 
 
+
 %package -n compat32-%{name}-devel
 %package -n compat32-%{name}-devel
 Summary: Development files for the GLib library
 Summary: Development files for the GLib library
-Group: Development/Libraries
+Group: programming
 Requires: pkgconfig >= 0.14
 Requires: pkgconfig >= 0.14
 Requires: compat32-%{name} = %{version}
 Requires: compat32-%{name} = %{version}
 
 
@@ -217,6 +218,9 @@ gio-querymodules %{_libdir}/gio/modules
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.66.0-1
+- new upstream release.
+
 * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.64.4-1
 * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.64.4-1
 - new upstream release.
 - new upstream release.
 
 

+ 19 - 12
g/gvfs/gvfs-vl.spec

@@ -3,8 +3,9 @@
 Summary: Backends for the gio framework in GLib
 Summary: Backends for the gio framework in GLib
 Summary(ja): GLib の GIO フレームワークのバックエンド
 Summary(ja): GLib の GIO フレームワークのバックエンド
 Name: gvfs
 Name: gvfs
-Version: 1.44.1
+Version: 1.46.0
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
+Group: desktop-gnome,system
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
 
 
@@ -12,7 +13,6 @@ License: LGPLv2+
 URL: https://wiki.gnome.org/Projects/gvfs
 URL: https://wiki.gnome.org/Projects/gvfs
 %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
 %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
 Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
 Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
-Patch0: afc-Add-support-for-libplist-2.2.patch
 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: meson
 BuildRequires: meson
@@ -59,7 +59,7 @@ framework in GLib. It includes ftp, sftp, cifs.
 
 
 %package devel
 %package devel
 Summary: Development files for gvfs
 Summary: Development files for gvfs
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 
 
 %description devel
 %description devel
@@ -69,7 +69,7 @@ required to develop applications using gvfs.
 
 
 %package fuse
 %package fuse
 Summary: FUSE support for gvfs
 Summary: FUSE support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 BuildRequires: fuse-devel
 BuildRequires: fuse-devel
 Requires: fuse
 Requires: fuse
@@ -81,7 +81,7 @@ to access the gvfs filesystems.
 
 
 %package smb
 %package smb
 Summary: Windows fileshare support for gvfs
 Summary: Windows fileshare support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 BuildRequires: libsmbclient-devel
 BuildRequires: libsmbclient-devel
 
 
@@ -92,7 +92,7 @@ shares (SMB) to applications using gvfs.
 
 
 %package archive
 %package archive
 Summary: Archiving support for gvfs
 Summary: Archiving support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 BuildRequires: libarchive-devel
 BuildRequires: libarchive-devel
 
 
@@ -103,7 +103,7 @@ as well as ISO images, to applications using gvfs.
 
 
 %package gphoto2
 %package gphoto2
 Summary: gphoto2 support for gvfs
 Summary: gphoto2 support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 BuildRequires: libgphoto2-devel
 BuildRequires: libgphoto2-devel
 BuildRequires: libusb-devel
 BuildRequires: libusb-devel
@@ -117,7 +117,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
 
 
 %package afc
 %package afc
 Summary: AFC support for gvfs
 Summary: AFC support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 Requires: usbmuxd
 Requires: usbmuxd
 BuildRequires: libimobiledevice-devel >= 0.9.7
 BuildRequires: libimobiledevice-devel >= 0.9.7
@@ -129,7 +129,7 @@ including phones and music players to applications using gvfs.
 
 
 %package mtp
 %package mtp
 Summary: MTP support for gvfs
 Summary: MTP support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: %{name}%{?_isa} = %{version}-%{release}
 BuildRequires: libmtp-devel >= 1.1.0
 BuildRequires: libmtp-devel >= 1.1.0
 
 
@@ -140,7 +140,7 @@ MTP based devices (Media Transfer Protocol) to applications using gvfs.
 
 
 %package goa
 %package goa
 Summary: GOA support for gvfs
 Summary: GOA support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: %{name}%{?_isa} = %{version}-%{release}
 BuildRequires: gnome-online-accounts-devel >= 3.7.1
 BuildRequires: gnome-online-accounts-devel >= 3.7.1
 
 
@@ -151,7 +151,7 @@ file services.
 
 
 %package admin
 %package admin
 Summary: Admin support for gvfs
 Summary: Admin support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: %{name}%{?_isa} = %{version}-%{release}
 BuildRequires: libcap-devel
 BuildRequires: libcap-devel
 BuildRequires: polkit-devel
 BuildRequires: polkit-devel
@@ -162,7 +162,7 @@ This package provides admin access for local filesystem.
 
 
 %package google
 %package google
 Summary: Google support for gvfs
 Summary: Google support for gvfs
-Group: System Environment/Libraries
+Group: desktop-gnome,system
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: %{name}%{?_isa} = %{version}-%{release}
 BuildRequires: libgdata-devel
 BuildRequires: libgdata-devel
 
 
@@ -170,6 +170,9 @@ BuildRequires: libgdata-devel
 This package provides seamless integration with Google Drive.
 This package provides seamless integration with Google Drive.
 
 
 
 
+%debug_package
+
+
 %prep
 %prep
 %autosetup -p1
 %autosetup -p1
 
 
@@ -371,6 +374,10 @@ killall -USR1 gvfsd >&/dev/null || :
 
 
 
 
 %changelog
 %changelog
+* Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.46.0-1
+- new upstream release.
+- dropped Patch0: fixed in upstream.
+
 * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.44.1-1
 * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.44.1-1
 - new upstream release.
 - new upstream release.
 - dropped Patch1-7.
 - dropped Patch1-7.

+ 16 - 11
lib/libc/libcddb/libcddb-vl.spec

@@ -1,19 +1,18 @@
 Summary:	Library (C API) for accessing CDDB servers
 Summary:	Library (C API) for accessing CDDB servers
 Name:		libcddb
 Name:		libcddb
 Version:	1.3.2
 Version:	1.3.2
-Release:	9%{?_dist_release}
+Release:	10%{?_dist_release}
+Group: 		system
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
 License: 	LGPLv2+
 License: 	LGPLv2+
-Group: 		System Environment/Libraries
 URL: 		http://libcddb.sourceforge.net/
 URL: 		http://libcddb.sourceforge.net/
-
-Vendor:         Project Vine
-Distribution:   Vine Linux
-
-Source0: 	http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2
+Source0: 	https://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2
 Patch0:		libcddb-1.3.0-multilib.patch
 Patch0:		libcddb-1.3.0-multilib.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	pkgconfig
 BuildRequires:	pkgconfig
-BuildRequires:	libcdio-devel >= 0.67
+BuildRequires:	libcdio-devel
 
 
 %description
 %description
 Libcddb is a library that implements the different protocols (CDDBP,
 Libcddb is a library that implements the different protocols (CDDBP,
@@ -22,7 +21,7 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
 
 
 %package devel
 %package devel
 Summary:	Development files for libcddb
 Summary:	Development files for libcddb
-Group:		Development/Libraries
+Group:		programming
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 Requires:	pkgconfig
 Requires:	pkgconfig
 
 
@@ -33,6 +32,9 @@ This package contains development files (static libraries, headers)
 for libcddb.
 for libcddb.
 
 
 
 
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 %patch0 -p1
 %patch0 -p1
@@ -63,13 +65,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %post -p /sbin/ldconfig
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 
 
 
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO
+%license COPYING
+%doc AUTHORS NEWS README THANKS ChangeLog TODO
 %{_libdir}/libcddb.so.*
 %{_libdir}/libcddb.so.*
 %{_bindir}/cddb_query
 %{_bindir}/cddb_query
 
 
@@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-10
+- rebuilt with libcdio-2.1.0.
+
 * Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-9
 * Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-9
 - rebuilt with VineSeed environment.
 - rebuilt with VineSeed environment.
 
 

+ 20 - 10
lib/libc/libcdio-paranoia/libcdio-paranoia-vl.spec

@@ -1,8 +1,11 @@
+Summary: CD paranoia on top of libcdio
 Name: libcdio-paranoia
 Name: libcdio-paranoia
-Version: 10.2+0.93+1
+Version: 10.2+2.0.1
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
-Summary: CD paranoia on top of libcdio
-Group: System Environment/Libraries
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+
 License: GPLv2+ and LGPLv2+
 License: GPLv2+ and LGPLv2+
 URL: http://www.gnu.org/software/libcdio/
 URL: http://www.gnu.org/software/libcdio/
 Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-%{version}.tar.bz2
 Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-%{version}.tar.bz2
@@ -12,9 +15,6 @@ BuildRequires: gettext-devel
 BuildRequires: chrpath
 BuildRequires: chrpath
 BuildRequires: libcdio-devel
 BuildRequires: libcdio-devel
 
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 %description
 This CDDA reader distribution ('libcdio-cdparanoia') reads audio from the
 This CDDA reader distribution ('libcdio-cdparanoia') reads audio from the
 CDROM directly as data, with no analog step between, and writes the
 CDROM directly as data, with no analog step between, and writes the
@@ -23,15 +23,19 @@ data to a file or pipe as .wav, .aifc or as raw 16 bit linear PCM.
 Split off from libcdio to allow more flexible licensing and to be compatible
 Split off from libcdio to allow more flexible licensing and to be compatible
 with cdparanoia-III-10.2's license. And also, libcdio is just too large.
 with cdparanoia-III-10.2's license. And also, libcdio is just too large.
 
 
+
 %package devel
 %package devel
 Summary: Header files and libraries for %{name}
 Summary: Header files and libraries for %{name}
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 
 
 %description devel
 %description devel
 This package contains header files and libraries for %{name}.
 This package contains header files and libraries for %{name}.
 
 
 
 
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 %patch0 -p1
 %patch0 -p1
@@ -44,6 +48,7 @@ f=doc/ja/cd-paranoia.1.in
 iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
 iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
 iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS
 iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS
 
 
+
 %build
 %build
 %configure \
 %configure \
 	--disable-dependency-tracking \
 	--disable-dependency-tracking \
@@ -51,6 +56,7 @@ iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS
 	--disable-rpath
 	--disable-rpath
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
+
 %install
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
@@ -66,19 +72,20 @@ cp -a $RPM_BUILD_ROOT%{_includedir}/cdio/paranoia/*.h $RPM_BUILD_ROOT%{_included
 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/*
 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/*
 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
 
 
-%post -p /sbin/ldconfig
 
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 
+
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README THANKS COPYING-GPL COPYING-LGPL
+%license COPYING COPYING-GPL COPYING-LGPL
+%doc AUTHORS NEWS README THANKS
 %{_bindir}/*
 %{_bindir}/*
 %{_libdir}/*.so.*
 %{_libdir}/*.so.*
 %{_mandir}/man1/*
 %{_mandir}/man1/*
 %lang(ja) %{_mandir}/ja/man1/*
 %lang(ja) %{_mandir}/ja/man1/*
 
 
-
 %files devel
 %files devel
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 %doc doc/overlapdef.txt
 %doc doc/overlapdef.txt
@@ -88,6 +95,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
 
 
 
 
 %changelog
 %changelog
+* Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2*2.0.1-1
+- new upstream release.
+
 * Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2+0.93+1
 * Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2+0.93+1
 - new upstream release.
 - new upstream release.
 
 

+ 18 - 11
lib/libc/libcdio/libcdio-vl.spec

@@ -1,24 +1,21 @@
 Summary: CD-ROM input and control library
 Summary: CD-ROM input and control library
 Summary(ja): CD-ROM 入力・制御ライブラリ
 Summary(ja): CD-ROM 入力・制御ライブラリ
 Name: libcdio
 Name: libcdio
-Version: 0.93
+Version: 2.1.0
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
-
-Group: System Environment/Libraries
-License: GPLv3+
-URL: http://www.gnu.org/software/libcdio/
-
+Group: system
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
 
 
-Source0: http://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2
+License: GPLv3+
+URL: http://www.gnu.org/software/libcdio/
+Source0: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2
 Source2: libcdio-no_date_footer.hml
 Source2: libcdio-no_date_footer.hml
 Patch1: libcdio-0.80-paranoia-fix.patch
 Patch1: libcdio-0.80-paranoia-fix.patch
 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: pkgconfig doxygen
 BuildRequires: pkgconfig doxygen
 BuildRequires: ncurses-devel
 BuildRequires: ncurses-devel
-BuildRequires: libcddb-devel
 BuildRequires: help2man
 BuildRequires: help2man
 BuildRequires: gcc-c++
 BuildRequires: gcc-c++
 Requires(post): /sbin/install-info
 Requires(post): /sbin/install-info
@@ -29,28 +26,33 @@ This library provides an interface for CD-ROM access. It can be used
 by applications that need OS- and device-independent access to CD-ROM
 by applications that need OS- and device-independent access to CD-ROM
 devices.
 devices.
 
 
+
 %package        devel
 %package        devel
 Summary:        Development files for %{name}
 Summary:        Development files for %{name}
 Summary(ja):    %{name} の開発用ファイル
 Summary(ja):    %{name} の開発用ファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:       %{name} = %{version}-%{release}
 
 
 %description devel
 %description devel
 This package contains development files for %{name}.
 This package contains development files for %{name}.
 
 
 
 
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 
 
 f=src/cd-paranoia/doc/ja/cd-paranoia.1.in
 f=src/cd-paranoia/doc/ja/cd-paranoia.1.in
 iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
 iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
 
 
+
 %build
 %build
 %configure \
 %configure \
     --disable-vcd-info \
     --disable-vcd-info \
     --disable-dependency-tracking \
     --disable-dependency-tracking \
     --disable-rpath \
     --disable-rpath \
-    --enable-cddb \
+    --disable-cddb \
     --disable-static
     --disable-static
 
 
 make %{?_smp_mflags}
 make %{?_smp_mflags}
@@ -99,7 +101,8 @@ fi
 
 
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README README.libcdio THANKS TODO
+%license COPYING
+%doc AUTHORS NEWS README README.libcdio THANKS TODO
 %{_bindir}/*
 %{_bindir}/*
 %{_libdir}/*.so.*
 %{_libdir}/*.so.*
 %{_infodir}/*
 %{_infodir}/*
@@ -116,6 +119,10 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.0-1
+- new upstream release.
+- disabled cddb.
+
 * Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.93-1
 * Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.93-1
 - updated to 0.93.
 - updated to 0.93.