Accepting request 930985 from X11:XOrg
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/930985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxcvt?expand=0&rev=2
This commit is contained in:
commit
f37e9c7cda
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 28 19:03:25 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Use full URL for source tarball.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 28 12:45:57 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 28 10:48:49 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Oct 28 10:48:49 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
36
libxcvt.spec
36
libxcvt.spec
@ -19,31 +19,29 @@ Name: libxcvt
|
|||||||
%define lname libxcvt0
|
%define lname libxcvt0
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CVT library
|
Summary: CVT standard timing modeline generator
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://gitlab.freedesktop.org/xorg/lib/libxcvt
|
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxcvt is a library providing a standalone version of the X server
|
libxcvt is a library providing a standalone version of the X server
|
||||||
implementation of the VESA CVT standard timing modelines generator.
|
implementation of the VESA Coordinated Video Timings (CVT) standard
|
||||||
libxcvt also provides a standalone version of the command line tool
|
timing modelines generator. libxcvt also provides a standalone
|
||||||
cvt copied from the Xorg implementation and is meant to be a direct
|
version of the command line tool cvt copied from the Xorg
|
||||||
replacement to the version provided by the Xorg server.
|
implementation and is meant to be a direct replacement to the version
|
||||||
|
provided by the Xorg server.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: CVT library
|
Summary: CVT standard timing modeline generator
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
libxcvt is a library providing a standalone version of the X server
|
libxcvt is a library providing a standalone version of the X server
|
||||||
implementation of the VESA CVT standard timing modelines generator.
|
implementation of the VESA Coordinated Video Timings (CVT) standard
|
||||||
libxcvt also provides a standalone version of the command line tool
|
timing modelines generator.
|
||||||
cvt copied from the Xorg implementation and is meant to be a direct
|
|
||||||
replacement to the version provided by the Xorg server.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the CVT library
|
Summary: Development files for the CVT library
|
||||||
@ -52,16 +50,14 @@ Requires: %lname = %version
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libxcvt is a library providing a standalone version of the X server
|
libxcvt is a library providing a standalone version of the X server
|
||||||
implementation of the VESA CVT standard timing modelines generator.
|
implementation of the VESA Coordinated Video Timings (CVT) standard
|
||||||
libxcvt also provides a standalone version of the command line tool
|
timing modelines generator.
|
||||||
cvt copied from the Xorg implementation and is meant to be a direct
|
|
||||||
replacement to the version provided by the Xorg server.
|
|
||||||
|
|
||||||
This package contains the development headers for the library found
|
This package contains the development headers for the library found
|
||||||
in %lname.
|
in %lname.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{meson}
|
%{meson}
|
||||||
@ -76,15 +72,13 @@ in %lname.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README.md
|
%doc COPYING README.md
|
||||||
/usr/bin/cvt
|
%{_bindir}/cvt
|
||||||
%{_mandir}/man1/cvt.1.gz
|
%{_mandir}/man1/cvt.1.gz
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libxcvt.so.0*
|
%_libdir/libxcvt.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_includedir/libxcvt/
|
%_includedir/libxcvt/
|
||||||
%_libdir/libxcvt.so
|
%_libdir/libxcvt.so
|
||||||
%_libdir/pkgconfig/libxcvt.pc
|
%_libdir/pkgconfig/libxcvt.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user