[packages/perl-Module-Build-Using-PkgConfig] - initial, version 0.03
adwol
adwol at pld-linux.org
Thu Feb 13 14:48:47 CET 2025
commit 51c879bca173dd293e06c43d126483ee1e3d4d9f
Author: Adam Osuchowski <>
Date: Thu Feb 13 14:03:43 2025 +0100
- initial, version 0.03
perl-Module-Build-Using-PkgConfig.spec | 62 ++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
---
diff --git a/perl-Module-Build-Using-PkgConfig.spec b/perl-Module-Build-Using-PkgConfig.spec
new file mode 100644
index 0000000..9fb40a5
--- /dev/null
+++ b/perl-Module-Build-Using-PkgConfig.spec
@@ -0,0 +1,62 @@
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%define pdir Module
+%define pnam Build-Using-PkgConfig
+Summary: Module::Build::Using-PkgConfig - extend Module::Build to more easily use platform libraries provided by pkg-config
+Name: perl-Module-Build-Using-PkgConfig
+Version: 0.03
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/Module/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 817c3b4960cad2c60b37cc2934dba0c5
+URL: https://metacpan.org/release/Module-Build-Using-PkgConfig
+BuildRequires: perl-Module-Build
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
+%if %{with tests}
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This subclass of Module::Build provides some handy methods to assist
+the Build.PL script of XS-based module distributions that make use of
+platform libraries managed by pkg-config.
+
+As well as supporting libraries installed on a platform-wide basis
+and thus visible to pkg-config itself, this subclass also assists
+with Alien::-based wrappers of these system libraries, allowing them
+to be dynamically installed at build time if the platform does not
+provide them.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+ --installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install \
+ --destdir=$RPM_BUILD_ROOT \
+ --create_packlist=0
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%dir %{perl_vendorlib}/Module/Build/Using
+%{perl_vendorlib}/Module/Build/Using/PkgConfig.pm
+%{_mandir}/man3/Module::Build::Using::PkgConfig.3pm*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Module-Build-Using-PkgConfig.git/commitdiff/51c879bca173dd293e06c43d126483ee1e3d4d9f
More information about the pld-cvs-commit
mailing list