Refactor spec file by removing unnecessary Requires and tidy up HTML formatting in index file
This commit is contained in:
@@ -10,11 +10,6 @@ ExclusiveArch: x86_64
|
|||||||
Source: https://github.com/libvips/libvips/releases/download/v%{LIBVIPS_VERSION}/vips-%{LIBVIPS_VERSION}.tar.xz
|
Source: https://github.com/libvips/libvips/releases/download/v%{LIBVIPS_VERSION}/vips-%{LIBVIPS_VERSION}.tar.xz
|
||||||
URL: https://www.libvips.org/
|
URL: https://www.libvips.org/
|
||||||
|
|
||||||
# Requires: cairo
|
|
||||||
# Requires: expat
|
|
||||||
# Requires: openexr
|
|
||||||
# Requires: openjpeg2
|
|
||||||
|
|
||||||
BuildRequires: cfitsio-devel
|
BuildRequires: cfitsio-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@@ -42,7 +37,6 @@ BuildRequires: openslide-devel
|
|||||||
BuildRequires: poppler-glib-devel
|
BuildRequires: poppler-glib-devel
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libvips is a demand-driven, horizontally threaded image processing library.
|
libvips is a demand-driven, horizontally threaded image processing library.
|
||||||
Compared to similar libraries, libvips runs quickly and uses little memory.
|
Compared to similar libraries, libvips runs quickly and uses little memory.
|
||||||
|
|||||||
Vendored
+2
@@ -7,6 +7,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>libvips RPMs</h1>
|
<h1>libvips RPMs</h1>
|
||||||
<p>noisy-lab-libvips.repo</p>
|
<p>noisy-lab-libvips.repo</p>
|
||||||
|
<pre>
|
||||||
<code>
|
<code>
|
||||||
[noisy-lab-libvips-packages]
|
[noisy-lab-libvips-packages]
|
||||||
name=noisy-lab.com libvips packages
|
name=noisy-lab.com libvips packages
|
||||||
@@ -15,6 +16,7 @@ enabled=1
|
|||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://rpms.noisy-lab.com/RPM-GPG-KEY-marko
|
gpgkey=https://rpms.noisy-lab.com/RPM-GPG-KEY-marko
|
||||||
</code>
|
</code>
|
||||||
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user