public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/biber] epel10.2: Use correct perl pathes according to package guidelines
@ 2026-08-18 11:40 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-18 11:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/biber
Branch : epel10.2
Commit : 66eaf28bf14b6c8c48f158eff5560bba6e2eb4bb
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2019-05-17T14:58:18+02:00
Stats  : +3/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/biber/c/66eaf28bf14b6c8c48f158eff5560bba6e2eb4bb?branch=epel10.2

Log:
Use correct perl pathes according to package guidelines

---
diff --git a/biber.spec b/biber.spec
index dc07e8b..03ea8e5 100644
--- a/biber.spec
+++ b/biber.spec
@@ -147,13 +147,12 @@ functionality.  It is often used with the popular BibLaTeX package
 
 
 %build
-perl Build.PL
+perl Build.PL installdirs=vendor
 ./Build
 
 
 %install
-./Build install --prefix %{buildroot}/usr create_packlist=0
-rm -rf %{buildroot}%{_libdir}/perl5/auto %{buildroot}%{_datadir}/perl5/Unicode
+./Build install destdir=%{buildroot} create_packlist=0
 chmod u+w %{buildroot}%{_bindir}/*
 
 
@@ -166,7 +165,7 @@ chmod u+w %{buildroot}%{_bindir}/*
 %{_bindir}/%{name}
 %{_mandir}/man3/*
 %{_mandir}/man1/*
-%{_datadir}/perl5/Biber*
+%{perl_vendorlib}/Biber*
 
 
 %changelog

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 11:40 [rpms/biber] epel10.2: Use correct perl pathes according to package guidelines Jitka Plesnikova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox