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
|
||||
|
||||
|
@ -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.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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
|
||||
|
||||
Name: perl-Config-IniFiles
|
||||
License: Artistic License
|
||||
Group: Development/Libraries/Perl
|
||||
URL: http://sourceforge.net/projects/config-inifiles/
|
||||
Provides: p_cnfini
|
||||
Obsoletes: p_cnfini
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
Summary: A module for reading .ini-style configuration files
|
||||
Version: 2.39
|
||||
Release: 1
|
||||
Source: Config-IniFiles-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
Name: perl-Config-IniFiles
|
||||
License: Artistic License
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://sourceforge.net/projects/config-inifiles/
|
||||
Provides: p_cnfini
|
||||
Obsoletes: p_cnfini
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: A module for reading .ini-style configuration files
|
||||
Version: 2.47
|
||||
Release: 1
|
||||
Source: Config-IniFiles-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Config::IniFiles provides a way to have readable configuration files
|
||||
@ -37,18 +45,17 @@ Authors:
|
||||
Jeremy Wadsack <dgsupport at wadsack-allen dot com>
|
||||
|
||||
%prep
|
||||
%setup -n Config-IniFiles-%{version}
|
||||
# ---------------------------------------------------------------------------
|
||||
%setup -n Config-IniFiles-%{version} -q
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
%{__make}
|
||||
%{__make} test
|
||||
# ---------------------------------------------------------------------------
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
|
||||
%{__make} \
|
||||
make \
|
||||
DESTDIR=$RPM_BUILD_ROOT \
|
||||
install_vendor
|
||||
%perl_process_packlist
|
||||
@ -65,38 +72,46 @@ perl Makefile.PL
|
||||
%doc %{perl_installman3dir}/Config::IniFiles.3pm.gz
|
||||
/var/adm/perl-modules/perl-Config-IniFiles
|
||||
|
||||
%changelog -n perl-Config-IniFiles
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
%changelog
|
||||
* 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
|
||||
* Mon Jul 11 2005 - schubi@suse.de
|
||||
* Mon Jul 11 2005 schubi@suse.de
|
||||
- update to 2.39
|
||||
* Tue Oct 21 2003 - lmuelle@suse.de
|
||||
* Tue Oct 21 2003 lmuelle@suse.de
|
||||
- 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
|
||||
* Thu Aug 14 2003 - lmuelle@suse.de
|
||||
* Thu Aug 14 2003 lmuelle@suse.de
|
||||
- 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
|
||||
* Fri Jun 13 2003 - lmuelle@suse.de
|
||||
* Fri Jun 13 2003 lmuelle@suse.de
|
||||
- add missing directories
|
||||
* Mon May 19 2003 - lmuelle@suse.de
|
||||
* Mon May 19 2003 lmuelle@suse.de
|
||||
- remove perllocal.pod after install
|
||||
* Mon May 05 2003 - lmuelle@suse.de
|
||||
* Mon May 05 2003 lmuelle@suse.de
|
||||
- update to 2.37
|
||||
- remove superfluous document directory, #26659
|
||||
* Thu Aug 08 2002 - mls@suse.de
|
||||
* Thu Aug 08 2002 mls@suse.de
|
||||
- use macro in filelist
|
||||
* Tue Jul 09 2002 - ray@suse.de
|
||||
* Tue Jul 09 2002 ray@suse.de
|
||||
- update to 2.27
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
* Tue Jul 02 2002 mls@suse.de
|
||||
- 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
|
||||
* Mon May 21 2001 - choeger@suse.de
|
||||
* Mon May 21 2001 choeger@suse.de
|
||||
- update to version 2.19
|
||||
* Wed Nov 15 2000 - choeger@suse.de
|
||||
* Wed Nov 15 2000 choeger@suse.de
|
||||
- long package name
|
||||
- buildroot
|
||||
* Wed Aug 16 2000 - choeger@suse.de
|
||||
* Wed Aug 16 2000 choeger@suse.de
|
||||
- first package, v0.09
|
||||
|
Loading…
Reference in New Issue
Block a user