OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=1
This commit is contained in:
commit
97205f90c0
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
Class-Data-Inheritable-0.06.tar.bz2
Normal file
3
Class-Data-Inheritable-0.06.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76c90b303d50d041bdf07db24f115f10308995d2a5ad90dfb18457555ac1baca
|
||||
size 5660
|
63
perl-Class-Data-Inheritable.changes
Normal file
63
perl-Class-Data-Inheritable.changes
Normal file
@ -0,0 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 18:35:07 CEST 2006 - anicka@suse.cz
|
||||
|
||||
- update to 0.06
|
||||
* Sync the japanese docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 12:19:59 CEST 2006 - anicka@suse.cz
|
||||
|
||||
- update to 0.05
|
||||
* Use correct bug reporting address (Jonathan Rockway)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:39:31 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 14:02:09 CET 2006 - anicka@suse.cz
|
||||
|
||||
- update to 0.04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 22:08:20 CEST 2005 - dmueller@suse.de
|
||||
|
||||
- add norootforbuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 17:13:50 CEST 2005 - pth@suse.de
|
||||
|
||||
- Provide Class-Data-Inheritable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 14:10:37 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- require the perl version we build with
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 11:45:27 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- adapt to perl-5.8.1
|
||||
- use %perl_process_packlist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 15:23:43 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- fix filelist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 12:39:16 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- remove unpackaged files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
||||
|
||||
- remove race in .packlist generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 14:39:58 CEST 2001 - rvasice@suse.cz
|
||||
|
||||
- initial package release (version 0.02)
|
||||
|
88
perl-Class-Data-Inheritable.spec
Normal file
88
perl-Class-Data-Inheritable.spec
Normal file
@ -0,0 +1,88 @@
|
||||
#
|
||||
# spec file for package perl-Class-Data-Inheritable (Version 0.06)
|
||||
#
|
||||
# Copyright (c) 2006 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://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Class-Data-Inheritable
|
||||
Version: 0.06
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
Provides: Class-Data-Inheritable
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/Class/
|
||||
Summary: Inheritable, overridable class data
|
||||
Source: Class-Data-Inheritable-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Class::Data::Inheritable is for creating accessor/mutators to class
|
||||
data. That is, if you want to store something about your class as a
|
||||
whole (instead of about a single object). This data is then inherited
|
||||
by your subclasses and can be overriden.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michael G Schwern <schwern@pobox.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n Class-Data-Inheritable-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
make test
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_process_packlist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorlib}/Class
|
||||
%{perl_vendorarch}/auto/Class
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-Class-Data-Inheritable
|
||||
* Wed Sep 20 2006 - anicka@suse.cz
|
||||
- update to 0.06
|
||||
* Sync the japanese docs
|
||||
* Thu Sep 14 2006 - anicka@suse.cz
|
||||
- update to 0.05
|
||||
* Use correct bug reporting address (Jonathan Rockway)
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Jan 03 2006 - anicka@suse.cz
|
||||
- update to 0.04
|
||||
* Wed Sep 28 2005 - dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Thu Jul 07 2005 - pth@suse.de
|
||||
- Provide Class-Data-Inheritable
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Tue Jul 15 2003 - mjancar@suse.cz
|
||||
- adapt to perl-5.8.1
|
||||
- use %%perl_process_packlist
|
||||
* Wed Jun 18 2003 - mjancar@suse.cz
|
||||
- fix filelist
|
||||
* Tue May 20 2003 - mjancar@suse.cz
|
||||
- remove unpackaged files
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Mon Aug 13 2001 - rvasice@suse.cz
|
||||
- initial package release (version 0.02)
|
Loading…
Reference in New Issue
Block a user