update to version 0.1.2
This commit is contained in:
parent
d026c90d3f
commit
cd1dc31a40
Binary file not shown.
BIN
libxcvt-0.1.2.tar.xz
Normal file
BIN
libxcvt-0.1.2.tar.xz
Normal file
Binary file not shown.
17
libxcvt.spec
17
libxcvt.spec
@ -1,8 +1,8 @@
|
|||||||
%global enable_cvt 0
|
%global enable_cvt 0
|
||||||
|
|
||||||
Name: libxcvt
|
Name: libxcvt
|
||||||
Version: 0.1.1
|
Version: 0.1.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: VESA CVT standard timing modelines generator
|
Summary: VESA CVT standard timing modelines generator
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
|
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
|
||||||
@ -23,7 +23,6 @@ Requires: pkgconfig
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%if %{enable_cvt}
|
|
||||||
%package -n cvt
|
%package -n cvt
|
||||||
Summary: Command line tool to calculate VESA CVT mode lines
|
Summary: Command line tool to calculate VESA CVT mode lines
|
||||||
Conflicts: xorg-x11-server-Xorg < 1.21
|
Conflicts: xorg-x11-server-Xorg < 1.21
|
||||||
@ -32,16 +31,11 @@ Conflicts: xorg-x11-server-Xorg < 1.21
|
|||||||
A standalone version of the command line tool cvt copied from the Xorg
|
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
|
implementation and is meant to be a direct replacement to the version
|
||||||
provided by the Xorg server.
|
provided by the Xorg server.
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if !%{enable_cvt}
|
|
||||||
sed -i "/subdir('cvt')/d" meson.build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%meson
|
%meson
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -58,15 +52,14 @@ sed -i "/subdir('cvt')/d" meson.build
|
|||||||
%{_includedir}/libxcvt/*.h
|
%{_includedir}/libxcvt/*.h
|
||||||
%{_libdir}/libxcvt.so
|
%{_libdir}/libxcvt.so
|
||||||
|
|
||||||
%if %{enable_cvt}
|
|
||||||
%files -n cvt
|
%files -n cvt
|
||||||
%{_bindir}/cvt
|
%{_bindir}/cvt
|
||||||
%{_mandir}/man1/cvt.1*
|
%{_mandir}/man1/cvt.1*
|
||||||
%else
|
|
||||||
%exclude %{_mandir}/man1/cvt.1*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 17 2023 lwg <liweiganga@uniontech.com> - 0.1.2-1
|
||||||
|
- update to version 0.1.2
|
||||||
|
|
||||||
* Wed Jul 27 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.1.1-2
|
* Wed Jul 27 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.1.1-2
|
||||||
- remove cvt subpackage
|
- remove cvt subpackage
|
||||||
- fix issue #I5J3LC
|
- fix issue #I5J3LC
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://xorg.freedesktop.org/archive/individual/lib/
|
src_repo: https://xorg.freedesktop.org/archive/individual/lib/
|
||||||
tag_prefix: ^v
|
tag_prefix: ^v
|
||||||
seperator: _
|
separator: _
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user