Compare commits
No commits in common. "main" and "1.12-1mamba" have entirely different histories.
main
...
1.12-1mamb
@ -1,18 +1,15 @@
|
|||||||
Name: xcb-proto
|
Name: xcb-proto
|
||||||
Version: 1.17.0
|
Version: 1.12
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib
|
Summary: Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://x.org/wiki/
|
URL: http://xcb.freedesktop.org/wiki/
|
||||||
Source: https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-%{version}.tar.xz
|
Source: http://xcb.freedesktop.org/dist/xcb-proto-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libpython311-devel
|
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
BuildRequires: python3
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib.
|
Prototypes for the X protocol C-language Binding (XCB) is a replacement for Xlib.
|
||||||
@ -28,9 +25,7 @@ This package contains prototypes for the X protocol C-language Binding. XCB is a
|
|||||||
%setup -q -n xcb-proto-%{version}
|
%setup -q -n xcb-proto-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure
|
||||||
PYTHON=%{__python3}
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -42,38 +37,15 @@ This package contains prototypes for the X protocol C-language Binding. XCB is a
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
#%{_includedir}/*.h
|
||||||
%dir %{_datadir}/xcb
|
%dir %{_datadir}/xcb
|
||||||
%{_datadir}/xcb/*.xsd
|
%{_datadir}/xcb/*.xsd
|
||||||
%{_datadir}/xcb/*.xml
|
%{_datadir}/xcb/*.xml
|
||||||
%{python3_sitelib}/xcbgen/*
|
%{python_sitelib}/xcbgen/*
|
||||||
%{_datadir}/pkgconfig/xcb-proto.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc COPYING NEWS TODO
|
%doc COPYING NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 16 2024 Automatic Build System <autodist@openmamba.org> 1.17.0-1mamba
|
|
||||||
- automatic version update by autodist
|
|
||||||
|
|
||||||
* Sat Aug 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.0-1mamba
|
|
||||||
- update to 1.16.0
|
|
||||||
|
|
||||||
* Sat Jul 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15.2-1mamba
|
|
||||||
- update to 1.15.2
|
|
||||||
|
|
||||||
* Fri May 06 2022 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
|
|
||||||
- automatic version update by autodist
|
|
||||||
|
|
||||||
* Fri Jan 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.1-1mamba
|
|
||||||
- update to 1.14.1
|
|
||||||
|
|
||||||
* Fri Nov 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-2mamba
|
|
||||||
- rebuilt with python3
|
|
||||||
|
|
||||||
* Fri Apr 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-1mamba
|
|
||||||
- update to 1.14
|
|
||||||
|
|
||||||
* Mon Mar 12 2018 Automatic Build System <autodist@mambasoft.it> 1.13-1mamba
|
|
||||||
- automatic version update by autodist
|
|
||||||
|
|
||||||
* Mon May 30 2016 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
* Mon May 30 2016 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user