Logoj0ke.net Open Build Service > Projects > devel:perl > perl-Config-IniFiles > Changes
Sign Up | Log In

Changes of Revision 3

[-] Added perl-Config-IniFiles.spec
x
 
1
@@ -0,0 +1,128 @@
2
+#
3
+# spec file for package perl-Config-IniFiles (Version 2.49)
4
+#
5
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
17
+#
18
+
19
+# norootforbuild
20
+
21
+
22
+Name:           perl-Config-IniFiles
23
+License:        Artistic License
24
+Group:          Development/Libraries/Perl
25
+Url:            http://cpan.org/modules/by-module/Config/
26
+Provides:       p_cnfini
27
+Obsoletes:      p_cnfini
28
+Requires:       perl = %{perl_version}
29
+AutoReqProv:    on
30
+Summary:        A module for reading .ini-style configuration files
31
+Version:        2.49
32
+Release:        1
33
+Source:         Config-IniFiles-%{version}.tar.bz2
34
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
35
+
36
+%description
37
+Config::IniFiles provides a way to have readable configuration files
38
+outside your Perl script.
39
+
40
+
41
+
42
+Authors:
43
+--------
44
+    Scott Hutton
45
+    Rich Bowen <rbowen@rcbowen.com>
46
+    Jeremy Wadsack <dgsupport at wadsack-allen dot com>
47
+
48
+%prep
49
+%setup -n Config-IniFiles-%{version} -q
50
+
51
+%build
52
+perl Makefile.PL
53
+make
54
+
55
+%check
56
+make test
57
+
58
+%install
59
+make \
60
+   DESTDIR=$RPM_BUILD_ROOT \
61
+   install_vendor
62
+%perl_process_packlist
63
+
64
+%clean
65
+[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
66
+
67
+%files
68
+%defattr(-, root, root)
69
+%dir %{perl_vendorlib}/Config
70
+%attr(0644,root,root) %{perl_vendorlib}/Config/IniFiles.pm
71
+%dir %{perl_vendorarch}/auto/Config
72
+%{perl_vendorarch}/auto/Config/IniFiles
73
+%doc %{perl_installman3dir}/Config::IniFiles.3pm.gz
74
+/var/adm/perl-modules/perl-Config-IniFiles
75
+
76
+%changelog
77
+* Mon May 18 2009 anicka@suse.cz
78
+- update to 2.49
79
+  * Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=45209
80
+  * Makefile.PL lacked the empty "PL_FILES" directive.
81
+  * Fixed bug https://rt.cpan.org/Ticket/Display.html?id=45588
82
+  * Failure to read ini file contents from a scalar
83
+  (via "IO::Scalar").
84
+  * added t/23scalar-ref.t
85
+* Tue Apr 14 2009 anicka@suse.cz
86
+- update to 2.48
87
+  * bugfixes, documentation fixes
88
+* Thu Jan 22 2009 anicka@suse.cz
89
+- update to 2.47
90
+  * Moved the eval'ed debugging code (_assert_invariants) to
91
+  its own module
92
+  * Placed IniFiles.pm under lib/Config/IniFiles.pm.
93
+  * Added a Build.PL file for the distribution.
94
+  * Made the README contain the useful information and nothing else
95
+  * bugfixes, test fixes
96
+* Wed Jan 25 2006 mls@suse.de
97
+- converted neededforbuild to BuildRequires
98
+* Mon Jul 11 2005 schubi@suse.de
99
+- update to 2.39
100
+* Tue Oct 21 2003 lmuelle@suse.de
101
+- add norootforbuild to the spec file
102
+* Fri Aug 22 2003 mjancar@suse.cz
103
+- require the perl version we build with
104
+* Thu Aug 14 2003 lmuelle@suse.de
105
+- update to version 2.38
106
+* Fri Jun 13 2003 lmuelle@suse.de
107
+- use perl macros in file list
108
+* Fri Jun 13 2003 lmuelle@suse.de
109
+- add missing directories
110
+* Mon May 19 2003 lmuelle@suse.de
111
+- remove perllocal.pod after install
112
+* Mon May 05 2003 lmuelle@suse.de
113
+- update to 2.37
114
+- remove superfluous document directory, #26659
115
+* Thu Aug 08 2002 mls@suse.de
116
+- use macro in filelist
117
+* Tue Jul 09 2002 ray@suse.de
118
+- update to 2.27
119
+* Tue Jul 02 2002 mls@suse.de
120
+- remove race in .packlist generation
121
+* Mon Feb 25 2002 choeger@suse.de
122
+- perlmodule and some README files had been executable
123
+* Mon May 21 2001 choeger@suse.de
124
+- update to version 2.19
125
+* Wed Nov 15 2000 choeger@suse.de
126
+- long package name
127
+- buildroot
128
+* Wed Aug 16 2000 choeger@suse.de
129
+- first package, v0.09
130