Refactor spec file by removing unnecessary Requires and tidy up HTML formatting in index file

This commit is contained in:
2026-06-06 13:00:40 +02:00
parent 4447054c35
commit 754715b526
2 changed files with 4 additions and 8 deletions
-6
View File
@@ -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.
+4 -2
View File
@@ -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>