public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/biber] epel9: Use correct perl pathes according to package guidelines
Date: Tue, 22 Sep 2026 08:49:02 GMT	[thread overview]
Message-ID: <179006694275.1.7888777046957134011.rpms-biber-66eaf28bf14b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/biber
Branch : epel9
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=epel9

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

                 reply	other threads:[~2026-09-22  8:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179006694275.1.7888777046957134011.rpms-biber-66eaf28bf14b@fedoraproject.org \
    --to=jplesnik@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox