|
@@ -5,13 +5,15 @@
|
|
Summary: A C binding to the X11 protocol
|
|
Summary: A C binding to the X11 protocol
|
|
Summary(ja): X11 プロトコルの C による実装
|
|
Summary(ja): X11 プロトコルの C による実装
|
|
Name: libxcb
|
|
Name: libxcb
|
|
-Version: 1.13
|
|
+Version: 1.14
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+Group: system
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
-Group: System Environment/Libraries
|
|
|
|
License: MIT
|
|
License: MIT
|
|
-URL: http://xcb.freedesktop.org/
|
|
+URL: https://xcb.freedesktop.org/
|
|
-Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
|
+Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
|
|
# This is stolen straight from the pthread-stubs source:
|
|
# This is stolen straight from the pthread-stubs source:
|
|
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
|
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
|
# we don't need the library because glibc has working pthreads, but we need
|
|
# we don't need the library because glibc has working pthreads, but we need
|
|
@@ -34,9 +36,6 @@ BuildRequires: python-devel
|
|
|
|
|
|
Obsoletes: %{name}-python < 1.8
|
|
Obsoletes: %{name}-python < 1.8
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
|
|
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
|
|
small footprint, latency hiding, direct access to the protocol, improved
|
|
small footprint, latency hiding, direct access to the protocol, improved
|
|
@@ -45,7 +44,7 @@ threading support, and extensibility.
|
|
%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}
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
|
|
|
|
@@ -55,7 +54,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
%package doc
|
|
%package doc
|
|
Summary: Documentation for %{name}
|
|
Summary: Documentation for %{name}
|
|
-Group: Documentation
|
|
+Group: documentation
|
|
|
|
|
|
%description doc
|
|
%description doc
|
|
The %{name}-doc package contains documentation for the %{name} library.
|
|
The %{name}-doc package contains documentation for the %{name} library.
|
|
@@ -63,7 +62,7 @@ The %{name}-doc package contains documentation for the %{name} library.
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: A C binding to the X11 protocol
|
|
Summary: A C binding to the X11 protocol
|
|
Summary(ja): X11 プロトコルの C による実装
|
|
Summary(ja): X11 プロトコルの C による実装
|
|
-Group: System Environment/Libraries
|
|
+Group: programming
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
|
|
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
|
|
@@ -73,7 +72,7 @@ threading support, and extensibility.
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
Summary(ja): %{name} の開発用ファイル
|
|
Summary(ja): %{name} の開発用ファイル
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
@@ -98,7 +97,6 @@ make %{?_smp_mflags}
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
|
|
find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
|
|
-install -m 644 COPYING NEWS README $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
|
|
|
|
|
|
|
|
sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
|
|
sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
|
|
|
|
|
|
@@ -115,6 +113,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
|
|
+%license COPYING
|
|
|
|
+%doc NEWS README.md
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -125,7 +125,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files doc
|
|
%files doc
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_datadir}/doc/%{name}-%{version}
|
|
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
@@ -139,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Aug 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13-1
|
|
* Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|