1 |
# $Id: perl-Object-Persistence.spec,v 1.2 2008/04/09 13:51:53 slords Exp $ |
# $Id: perl-Object-Persistence.spec,v 1.1 2015/09/09 07:00:20 vip-ire Exp $ |
2 |
|
|
3 |
# |
# |
4 |
# - Object-Persistence - |
# - Object-Persistence - |
19 |
name: perl-Object-Persistence |
name: perl-Object-Persistence |
20 |
summary: Object-Persistence - Object Persistence with Data::Dumper. |
summary: Object-Persistence - Object Persistence with Data::Dumper. |
21 |
version: 0.92 |
version: 0.92 |
22 |
release: 4%{?dist} |
release: 5%{?dist} |
23 |
license: Artistic |
license: Artistic |
24 |
group: Applications/CPAN |
group: Applications/CPAN |
25 |
url: http://www.cpan.org |
url: http://www.cpan.org |
31 |
Patch1: %{pkgname}-%{version}.patch.2004092700 |
Patch1: %{pkgname}-%{version}.patch.2004092700 |
32 |
Patch2: %{pkgname}-%{version}.patch.forceDumpperl |
Patch2: %{pkgname}-%{version}.patch.forceDumpperl |
33 |
|
|
34 |
|
BuildRequires: perl(ExtUtils::MakeMaker) |
35 |
|
|
36 |
%description |
%description |
37 |
P::O::S provides persistence functionality to its objects. Object definitions |
P::O::S provides persistence functionality to its objects. Object definitions |
38 |
are stored as stringified perl data structures, generated with Data::Dumper, |
are stored as stringified perl data structures, generated with Data::Dumper, |
143 |
%defattr(-,root,root) |
%defattr(-,root,root) |
144 |
|
|
145 |
%changelog |
%changelog |
146 |
|
* Wed Sep 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.92-5.sme |
147 |
|
- Add correct BuildReq so it can build on el6 [SME: 8887] |
148 |
|
|
149 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
150 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
151 |
|
|