- enhance the description
- also package examples directory OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Accessor?expand=0&rev=16
This commit is contained in:
parent
214db38343
commit
3b2619ee76
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 09:16:51 UTC 2011 - lars@linux-schulserver.de
|
||||
|
||||
- enhance the description
|
||||
- also package examples directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:19:53 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: perl-Class-Accessor
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: Automated accessor generation
|
||||
Version: 0.34
|
||||
Release: 2
|
||||
Release: 7
|
||||
License: Artistic License ..
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dists/Class-Accessor
|
||||
@ -37,9 +37,16 @@ Requires: perl(Sub::Name)
|
||||
Provides: %{cpan_name}
|
||||
|
||||
%description
|
||||
This module automatically generates accessor/mutators for your class.
|
||||
This module automatically generates accessor/mutators for your class. Most of
|
||||
the time, writing accessors is an exercise in cutting and pasting.
|
||||
|
||||
Authors: Michael G Schwern <schwern@pobox.com>
|
||||
If you make your module a subclass of Class::Accessor and declare your accessor
|
||||
fields with mk_accessors() then you'll find yourself with a set of
|
||||
automatically generated accessors which can even be customized!
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michael G Schwern <schwern@pobox.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@ -61,6 +68,6 @@ This module automatically generates accessor/mutators for your class.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
%doc Changes README examples
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user