2024-01-05 19:55:15 +01:00
|
|
|
Name: xrandr
|
2024-01-05 19:55:16 +01:00
|
|
|
Version: 1.5.2
|
2024-01-05 19:55:15 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 19:55:16 +01:00
|
|
|
Summary: Primitive command line interface to RandR extension
|
2024-01-05 19:55:15 +01:00
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
2024-01-05 19:55:16 +01:00
|
|
|
URL: https://www.x.org/wiki/
|
2024-01-05 19:55:16 +01:00
|
|
|
Source: http://xorg.freedesktop.org/releases/individual/app/xrandr-%{version}.tar.xz
|
2024-01-05 19:55:15 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xrandr is used to set the screen size, orientation and/or reflection.
|
|
|
|
|
2024-01-05 19:55:16 +01:00
|
|
|
%debug_package
|
2024-01-05 19:55:15 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/xkeystone
|
|
|
|
%{_mandir}/man?/*
|
2024-01-05 19:55:16 +01:00
|
|
|
%doc COPYING
|
|
|
|
#ChangeLog README
|
2024-01-05 19:55:15 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:55:16 +01:00
|
|
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:55:16 +01:00
|
|
|
* Tue Nov 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-1mamba
|
|
|
|
- update to 1.5.1
|
|
|
|
|
2024-01-05 19:55:15 +01:00
|
|
|
* Mon Feb 29 2016 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:55:15 +01:00
|
|
|
* Sat Aug 23 2014 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:55:15 +01:00
|
|
|
* Tue Apr 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- update to 1.4.2
|
|
|
|
|
|
|
|
* Fri Jul 19 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 20 2013 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 06 2011 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.3.4-1mamba
|
|
|
|
- package created by autospec
|