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 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.
+4 -2
View File
@@ -5,8 +5,9 @@
</head> </head>
<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>