update to 1.5.3 [release 1.5.3-1mamba;Fri Dec 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 03:42:28 +01:00
parent 9982d7266e
commit fa4ec76dbe

View File

@ -1,18 +1,23 @@
Name: libXrandr Name: libXrandr
Version: 1.5.2 Version: 1.5.3
Release: 1mamba Release: 1mamba
Summary: X.Org Xrandr library Summary: X.Org Xrandr library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org URL: https://www.x.org/wiki/
Source: http://ftp.x.org/pub/individual/lib/libXrandr-%{version}.tar.bz2 Source: http://ftp.x.org/pub/individual/lib/libXrandr-%{version}.tar.xz
License: MIT License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXrender-devel
BuildRequires: xorgproto-devel
## AUTOBUILDREQ-END
BuildRequires: libXext-devel >= 1.0.1 BuildRequires: libXext-devel >= 1.0.1
BuildRequires: libXrender-devel >= 0.9.1 BuildRequires: libXrender-devel >= 0.9.1
Obsoletes: libXorg
%description %description
X.Org Xrandr library. X.Org Xrandr library.
@ -21,14 +26,15 @@ X.Org Xrandr library.
Summary: Devel package for %{name} Summary: Devel package for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libXorg-devel
%description devel %description devel
X.Org Xrandr library. X.Org Xrandr library.
This package contains static libraries and header files needed for development. This package contains static libraries and header files needed for development.
%debug_package
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
%configure %configure
@ -44,18 +50,21 @@ This package contains static libraries and header files needed for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libXrandr.so.* %{_libdir}/libXrandr.so.*
%doc COPYING ChangeLog %doc COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/X11/extensions/Xrandr.h %{_includedir}/X11/extensions/Xrandr.h
%{_libdir}/libXrandr.a %{_libdir}/libXrandr.a
%{_libdir}/libXrandr.la
%{_libdir}/libXrandr.so %{_libdir}/libXrandr.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/* %{_mandir}/man3/*
%doc ChangeLog
%changelog %changelog
* Fri Dec 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.3-1mamba
- update to 1.5.3
* Tue Apr 21 2020 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba * Tue Apr 21 2020 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
- automatic update by autodist - automatic update by autodist