forked from pool/perl-ExtUtils-PkgConfig
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=2
This commit is contained in:
parent
56b0ba15f6
commit
0a1a6b14ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:827b04404ce0ff660dc9b905a3b809c3390637aef2e6937de596e6cc0cd69a6f
|
||||
size 6320
|
3
ExtUtils-PkgConfig-1.08.tar.bz2
Normal file
3
ExtUtils-PkgConfig-1.08.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67414b114cb7be864bf84a27cd9add940541b340b7a3a190557549b27c8d0460
|
||||
size 7564
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 1 17:12:59 CET 2007 - anicka@suse.cz
|
||||
|
||||
- update to 1.08
|
||||
* add Makefile.PL to MANIFEST.
|
||||
* In the version macro generator, handle non-numeric version number
|
||||
parts by only using the leading digits.
|
||||
* Make pkg-config print the errors it encounters so users know
|
||||
what went wrong.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:39:40 CET 2006 - mls@suse.de
|
||||
|
||||
|
@ -1,27 +1,27 @@
|
||||
#
|
||||
# spec file for package perl-ExtUtils-PkgConfig (Version 1.07)
|
||||
# spec file for package perl-ExtUtils-PkgConfig (Version 1.08)
|
||||
#
|
||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# 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
|
||||
Name: perl-ExtUtils-PkgConfig
|
||||
BuildRequires: pkgconfig
|
||||
Version: 1.08
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: LGPL v2.1 or later
|
||||
Url: http://cpan.org/modules/by-module/ExtUtils/
|
||||
Summary: ExtUtils-PkgConfig Perl module
|
||||
Source: ExtUtils-PkgConfig-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This module is a simplistic Perl interface to the pkg-config
|
||||
@ -35,7 +35,7 @@ Authors:
|
||||
muppet <scott@asofyet.org>
|
||||
|
||||
%prep
|
||||
%setup -n ExtUtils-PkgConfig-%{version}
|
||||
%setup -n ExtUtils-PkgConfig-%{version} -q
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
@ -56,8 +56,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorlib}/ExtUtils
|
||||
%{perl_vendorarch}/auto/ExtUtils
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-ExtUtils-PkgConfig
|
||||
%changelog
|
||||
* Thu Nov 01 2007 - anicka@suse.cz
|
||||
- update to 1.08
|
||||
* add Makefile.PL to MANIFEST.
|
||||
* In the version macro generator, handle non-numeric version number
|
||||
parts by only using the leading digits.
|
||||
* Make pkg-config print the errors it encounters so users know
|
||||
what went wrong.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Jul 29 2005 - mjancar@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user