2007-01-16 00:29:55 +01:00
|
|
|
#
|
2009-05-19 02:30:36 +02:00
|
|
|
# spec file for package perl-Class-Accessor (Version 0.33)
|
2007-01-16 00:29:55 +01:00
|
|
|
#
|
2010-01-12 14:20:30 +01:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:29:55 +01:00
|
|
|
#
|
2009-05-19 02:30:36 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-01-16 00:29:55 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-05-19 02:30:36 +02:00
|
|
|
|
2007-01-16 00:29:55 +01:00
|
|
|
Name: perl-Class-Accessor
|
2009-07-27 23:40:19 +02:00
|
|
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
|
|
|
Summary: Automated accessor generation
|
2009-05-19 02:30:36 +02:00
|
|
|
Version: 0.33
|
2010-01-12 14:20:30 +01:00
|
|
|
Release: 3
|
2009-07-27 23:40:19 +02:00
|
|
|
License: Artistic License ..
|
2007-01-16 00:29:55 +01:00
|
|
|
Group: Development/Libraries/Perl
|
2009-07-27 23:40:19 +02:00
|
|
|
Url: http://search.cpan.org/dists/Class-Accessor
|
|
|
|
Source: %{cpan_name}-%{version}.tar.bz2
|
2007-01-16 00:29:55 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-07-27 23:40:19 +02:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
Requires: perl(Carp)
|
|
|
|
Requires: perl(Sub::Name)
|
2007-01-16 00:29:55 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This module automatically generates accessor/mutators for your class.
|
|
|
|
|
2009-07-27 23:40:19 +02:00
|
|
|
Authors: Michael G Schwern <schwern@pobox.com>
|
2007-01-16 00:29:55 +01:00
|
|
|
%prep
|
2009-07-27 23:40:19 +02:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2007-01-16 00:29:55 +01:00
|
|
|
|
|
|
|
%build
|
2009-07-27 23:40:19 +02:00
|
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
2010-01-12 14:20:30 +01:00
|
|
|
%{__make} %{?_smp_mflags}
|
2009-07-27 23:40:19 +02:00
|
|
|
|
|
|
|
%check
|
|
|
|
%{__make} test
|
2007-01-16 00:29:55 +01:00
|
|
|
|
|
|
|
%install
|
2009-07-27 23:40:19 +02:00
|
|
|
%perl_make_install
|
2007-01-16 00:29:55 +01:00
|
|
|
%perl_process_packlist
|
2009-07-27 23:40:19 +02:00
|
|
|
%perl_gen_filelist
|
2007-01-16 00:29:55 +01:00
|
|
|
|
|
|
|
%clean
|
2009-07-27 23:40:19 +02:00
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
2007-01-16 00:29:55 +01:00
|
|
|
|
2009-07-27 23:40:19 +02:00
|
|
|
%files -f %{name}.files
|
2007-01-16 00:29:55 +01:00
|
|
|
%defattr(-,root,root)
|
2009-07-27 23:40:19 +02:00
|
|
|
%doc Changes README
|
2007-01-16 00:29:55 +01:00
|
|
|
|
2007-07-27 02:04:50 +02:00
|
|
|
%changelog
|