OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=3
This commit is contained in:
parent
c66958e29d
commit
f62ea59aef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb0634cf130b5702a5679a8418b9d6b3a915b1756b9d51d37096d4531388dd8c
|
|
||||||
size 30276
|
|
3
Config-IniFiles-2.47.tar.bz2
Normal file
3
Config-IniFiles-2.47.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f2a96c3d2595eb690f629845d2b26296543c4d924bff7bb2ded1ff9181b4d37
|
||||||
|
size 33800
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 22 15:42:36 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 2.47
|
||||||
|
* Moved the eval'ed debugging code (_assert_invariants) to
|
||||||
|
its own module
|
||||||
|
* Placed IniFiles.pm under lib/Config/IniFiles.pm.
|
||||||
|
* Added a Build.PL file for the distribution.
|
||||||
|
* Made the README contain the useful information and nothing else
|
||||||
|
* bugfixes, test fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 21:39:33 CET 2006 - mls@suse.de
|
Wed Jan 25 21:39:33 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,28 +1,36 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-IniFiles (Version 2.39)
|
# spec file for package perl-Config-IniFiles (Version 2.47)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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/
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: perl-Config-IniFiles
|
|
||||||
License: Artistic License
|
Name: perl-Config-IniFiles
|
||||||
Group: Development/Libraries/Perl
|
License: Artistic License
|
||||||
URL: http://sourceforge.net/projects/config-inifiles/
|
Group: Development/Libraries/Perl
|
||||||
Provides: p_cnfini
|
Url: http://sourceforge.net/projects/config-inifiles/
|
||||||
Obsoletes: p_cnfini
|
Provides: p_cnfini
|
||||||
Requires: perl = %{perl_version}
|
Obsoletes: p_cnfini
|
||||||
Autoreqprov: on
|
Requires: perl = %{perl_version}
|
||||||
Summary: A module for reading .ini-style configuration files
|
AutoReqProv: on
|
||||||
Version: 2.39
|
Summary: A module for reading .ini-style configuration files
|
||||||
Release: 1
|
Version: 2.47
|
||||||
Source: Config-IniFiles-%{version}.tar.bz2
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source: Config-IniFiles-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Config::IniFiles provides a way to have readable configuration files
|
Config::IniFiles provides a way to have readable configuration files
|
||||||
@ -37,18 +45,17 @@ Authors:
|
|||||||
Jeremy Wadsack <dgsupport at wadsack-allen dot com>
|
Jeremy Wadsack <dgsupport at wadsack-allen dot com>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n Config-IniFiles-%{version}
|
%setup -n Config-IniFiles-%{version} -q
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
%{__make}
|
make
|
||||||
%{__make} test
|
|
||||||
# ---------------------------------------------------------------------------
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
|
make \
|
||||||
%{__make} \
|
|
||||||
DESTDIR=$RPM_BUILD_ROOT \
|
DESTDIR=$RPM_BUILD_ROOT \
|
||||||
install_vendor
|
install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
@ -65,38 +72,46 @@ perl Makefile.PL
|
|||||||
%doc %{perl_installman3dir}/Config::IniFiles.3pm.gz
|
%doc %{perl_installman3dir}/Config::IniFiles.3pm.gz
|
||||||
/var/adm/perl-modules/perl-Config-IniFiles
|
/var/adm/perl-modules/perl-Config-IniFiles
|
||||||
|
|
||||||
%changelog -n perl-Config-IniFiles
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Thu Jan 22 2009 anicka@suse.cz
|
||||||
|
- update to 2.47
|
||||||
|
* Moved the eval'ed debugging code (_assert_invariants) to
|
||||||
|
its own module
|
||||||
|
* Placed IniFiles.pm under lib/Config/IniFiles.pm.
|
||||||
|
* Added a Build.PL file for the distribution.
|
||||||
|
* Made the README contain the useful information and nothing else
|
||||||
|
* bugfixes, test fixes
|
||||||
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jul 11 2005 - schubi@suse.de
|
* Mon Jul 11 2005 schubi@suse.de
|
||||||
- update to 2.39
|
- update to 2.39
|
||||||
* Tue Oct 21 2003 - lmuelle@suse.de
|
* Tue Oct 21 2003 lmuelle@suse.de
|
||||||
- add norootforbuild to the spec file
|
- add norootforbuild to the spec file
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Aug 14 2003 - lmuelle@suse.de
|
* Thu Aug 14 2003 lmuelle@suse.de
|
||||||
- update to version 2.38
|
- update to version 2.38
|
||||||
* Fri Jun 13 2003 - lmuelle@suse.de
|
* Fri Jun 13 2003 lmuelle@suse.de
|
||||||
- use perl macros in file list
|
- use perl macros in file list
|
||||||
* Fri Jun 13 2003 - lmuelle@suse.de
|
* Fri Jun 13 2003 lmuelle@suse.de
|
||||||
- add missing directories
|
- add missing directories
|
||||||
* Mon May 19 2003 - lmuelle@suse.de
|
* Mon May 19 2003 lmuelle@suse.de
|
||||||
- remove perllocal.pod after install
|
- remove perllocal.pod after install
|
||||||
* Mon May 05 2003 - lmuelle@suse.de
|
* Mon May 05 2003 lmuelle@suse.de
|
||||||
- update to 2.37
|
- update to 2.37
|
||||||
- remove superfluous document directory, #26659
|
- remove superfluous document directory, #26659
|
||||||
* Thu Aug 08 2002 - mls@suse.de
|
* Thu Aug 08 2002 mls@suse.de
|
||||||
- use macro in filelist
|
- use macro in filelist
|
||||||
* Tue Jul 09 2002 - ray@suse.de
|
* Tue Jul 09 2002 ray@suse.de
|
||||||
- update to 2.27
|
- update to 2.27
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Mon Feb 25 2002 - choeger@suse.de
|
* Mon Feb 25 2002 choeger@suse.de
|
||||||
- perlmodule and some README files had been executable
|
- perlmodule and some README files had been executable
|
||||||
* Mon May 21 2001 - choeger@suse.de
|
* Mon May 21 2001 choeger@suse.de
|
||||||
- update to version 2.19
|
- update to version 2.19
|
||||||
* Wed Nov 15 2000 - choeger@suse.de
|
* Wed Nov 15 2000 choeger@suse.de
|
||||||
- long package name
|
- long package name
|
||||||
- buildroot
|
- buildroot
|
||||||
* Wed Aug 16 2000 - choeger@suse.de
|
* Wed Aug 16 2000 choeger@suse.de
|
||||||
- first package, v0.09
|
- first package, v0.09
|
||||||
|
Loading…
Reference in New Issue
Block a user