libxcvt/libxcvt.spec
Troy Dawson 0fbafb4a6e Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 08:45:42 -07:00

99 lines
2.9 KiB
RPMSpec

Name: libxcvt
Version: 0.1.2
Release: 9%{?dist}
Summary: VESA CVT standard timing modelines generator
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
License: MIT AND HPND-sell-variant
BuildRequires: gcc
BuildRequires: git-core
BuildRequires: meson
%description
libxcvt is a library providing a standalone version of the X server
implementation of the VESA CVT standard timing modelines generator.
%package devel
Summary: Development package
Requires: pkgconfig
Requires: libxcvt%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package -n cvt
Summary: Command line tool to calculate VESA CVT mode lines
Conflicts: xorg-x11-server-Xorg < 1.21
Requires: libxcvt%{?_isa} = %{version}-%{release}
%description -n cvt
A standalone version of the command line tool cvt copied from the Xorg
implementation and is meant to be a direct replacement to the version
provided by the Xorg server.
%prep
%autosetup -S git_am -n %{name}-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%doc COPYING
%{_libdir}/libxcvt.so.*
%files devel
%{_libdir}/pkgconfig/libxcvt.pc
%dir %{_includedir}/libxcvt
%{_includedir}/libxcvt/*.h
%{_libdir}/libxcvt.so
%files -n cvt
%{_bindir}/cvt
%{_mandir}/man1/cvt.1*
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.1.2-9
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jul 1 2024 Olivier Fourdan <ofourdan@redhat.com> - 0.1.2-8
- Fix explicit package version requirement (RHEL-45635).
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1.2-7
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Olivier Fourdan <ofourdan@redhat.com> - 0.1.2-1
- Update to 0.1.2
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Oct 27 2021 Olivier Fourdan <ofourdan@redhat.com> - 0.1.1-1
- Update to 0.1.1
* Thu Jul 8 2021 Olivier Fourdan <ofourdan@redhat.com> - 0.1.0-1
- Initial import (#1980342)