!1 Initial Packaging

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-04-13 08:44:54 +00:00 committed by Gitee
commit 4698776740
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 63 additions and 0 deletions

BIN
libxcvt-0.1.1.tar.xz Normal file

Binary file not shown.

59
libxcvt.spec Normal file
View File

@ -0,0 +1,59 @@
Name: libxcvt
Version: 0.1.1
Release: 1
Summary: VESA CVT standard timing modelines generator
License: MIT
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
BuildRequires: gcc
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
%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
%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 -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
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.1.1-1
- Initial Packaging

4
libxcvt.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://xorg.freedesktop.org/archive/individual/lib/
tag_prefix: ^v
seperator: _