OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=1
This commit is contained in:
commit
56b0ba15f6
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
ExtUtils-PkgConfig-1.07.tar.gz
Normal file
3
ExtUtils-PkgConfig-1.07.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:827b04404ce0ff660dc9b905a3b809c3390637aef2e6937de596e6cc0cd69a6f
|
||||||
|
size 6320
|
15
perl-ExtUtils-PkgConfig.changes
Normal file
15
perl-ExtUtils-PkgConfig.changes
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:39:40 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 20:09:32 CEST 2005 - mjancar@suse.cz
|
||||||
|
|
||||||
|
- update to 1.07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 02 14:12:57 CET 2004 - mcihar@suse.cz
|
||||||
|
|
||||||
|
- initial packaging
|
||||||
|
|
66
perl-ExtUtils-PkgConfig.spec
Normal file
66
perl-ExtUtils-PkgConfig.spec
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-ExtUtils-PkgConfig (Version 1.07)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: perl-ExtUtils-PkgConfig
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
Version: 1.07
|
||||||
|
Release: 1
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
Autoreqprov: on
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: LGPL
|
||||||
|
URL: http://cpan.org/modules/by-module/ExtUtils/
|
||||||
|
Summary: ExtUtils-PkgConfig Perl module
|
||||||
|
Source: ExtUtils-PkgConfig-%{version}.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
This module is a simplistic Perl interface to the pkg-config
|
||||||
|
command-line utility, for use in the Makefile.PLs used to build Perl
|
||||||
|
modules which wrap the libraries about which pkg-config knows.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
muppet <scott@asofyet.org>
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n ExtUtils-PkgConfig-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL
|
||||||
|
make
|
||||||
|
make test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc Changes README
|
||||||
|
%doc %{_mandir}/man?/*
|
||||||
|
%{perl_vendorlib}/ExtUtils
|
||||||
|
%{perl_vendorarch}/auto/ExtUtils
|
||||||
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
|
%changelog -n perl-ExtUtils-PkgConfig
|
||||||
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Fri Jul 29 2005 - mjancar@suse.cz
|
||||||
|
- update to 1.07
|
||||||
|
* Tue Nov 02 2004 - mcihar@suse.cz
|
||||||
|
- initial packaging
|
Loading…
x
Reference in New Issue
Block a user