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
|
||||
URL: https://www.libvips.org/
|
||||
|
||||
# Requires: cairo
|
||||
# Requires: expat
|
||||
# Requires: openexr
|
||||
# Requires: openjpeg2
|
||||
|
||||
BuildRequires: cfitsio-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: expat-devel
|
||||
@@ -42,7 +37,6 @@ BuildRequires: openslide-devel
|
||||
BuildRequires: poppler-glib-devel
|
||||
BuildRequires: python3-pip
|
||||
|
||||
|
||||
%description
|
||||
libvips is a demand-driven, horizontally threaded image processing library.
|
||||
Compared to similar libraries, libvips runs quickly and uses little memory.
|
||||
|
||||
Vendored
+4
-2
@@ -5,8 +5,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>libvips RPMs</h1>
|
||||
<p>noisy-lab-libvips.repo</p>
|
||||
<h1>libvips RPMs</h1>
|
||||
<p>noisy-lab-libvips.repo</p>
|
||||
<pre>
|
||||
<code>
|
||||
[noisy-lab-libvips-packages]
|
||||
name=noisy-lab.com libvips packages
|
||||
@@ -15,6 +16,7 @@ enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpms.noisy-lab.com/RPM-GPG-KEY-marko
|
||||
</code>
|
||||
</pre>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user