source: projects/specs/trunk/p/perl-Cache-Cache/perl-Cache-Cache-vl.spec @ 9143

Revision 9143, 4.5 KB checked in by inagaki, 9 years ago (diff)

2014-12-11 Ryoichi INAGAKI <ryo1@…>

  • perl-Apache-Htpasswd, perl-Cache-Cache, perl-MRO-Compat, perl-Parse-RecDescent?, perl-Pod-{Eventual, POM, Tests}, perl-Proc-{ProcessTable?, Simpler}: updated
  • perl-Parse-Nessus-NBE: rebuilt


Line 
1Name:           perl-Cache-Cache
2Version:        1.07
3Release:        1%{?_dist_release}
4Summary:        Generic cache interface and implementations
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Cache-Cache/
8Source0:        http://www.cpan.org/authors/id/J/JS/JSWARTZ/Cache-Cache-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
10BuildArch:      noarch
11BuildRequires:  perl(Digest::SHA1) >= 2.02
12BuildRequires:  perl(Error) >= 0.15
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(IPC::ShareLite)
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       shaolin
20
21%description
22The Cache modules are designed to assist a developer in persisting data for a
23specified period of time.  Often these modules are used in web applications to
24store data locally to save repeated and redundant expensive calls to remote
25machines or databases.  People have also been known to use Cache::Cache for
26its straightforward interface in sharing data between runs of an application
27or invocations of a CGI-style script or simply as an easy to use abstraction
28of the filesystem or shared memory.
29
30%prep
31%setup -q -n Cache-Cache-%{version}
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor
35make %{?_smp_mflags}
36
37%install
38rm -rf %{buildroot}
39
40make pure_install PERL_INSTALL_ROOT=%{buildroot}
41
42find %{buildroot} -type f -name .packlist -exec rm -f {} \;
43find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
44
45%{_fixperms} %{buildroot}/*
46
47%check
48make test
49
50%clean
51rm -rf %{buildroot}
52
53%files
54%defattr(-,root,root,-)
55%doc CHANGES COPYING CREDITS DISCLAIMER README STYLE
56%{perl_vendorlib}/*
57%{_mandir}/man3/*
58
59%changelog
60* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.07-1
61- updated to 1.07
62- built with perl 5.16.3
63
64* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.06-1
65- initial build for Vine Linux
66
67* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.06-7
68- Perl mass rebuild
69
70* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-6
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
72
73* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.06-5
74- 661697 rebuild for fixing problems with vendorach/lib
75
76* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.06-4
77- Mass rebuild with perl-5.12.0
78
79* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.06-3
80- rebuild against perl 5.10.1
81
82* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
84
85* Wed May 13 2009 Steven Pritchard <steve@kspei.com> 1.06-1
86- Update to 1.06.
87- Reformat to match cpanspec output.
88- Fix find option order.
89- Use fixperms macro instead of our own chmod incantation.
90- Drop explicit perl build dependency.
91- Update Source0 URL.
92
93* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
95
96* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.05-2
97- rebuild for new perl
98
99* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.05-1.1
100- correct license tag
101- add BR: perl(ExtUtils::MakeMaker)
102
103* Mon May 29 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
104- Update to 1.05.
105
106* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-4
107- Rebuild for FC5 (perl 5.8.8).
108
109* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-3
110- Dist tag.
111
112* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.04-2
113- rebuilt
114
115* Fri Mar 18 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
116- Update to 1.04.
117
118* Mon Feb 28 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-2
119- Bring up to date with current fedora.extras perl spec template.
120
121* Tue Feb  1 2005 Matthias Saou <http://freshrpms.net/> 1.03-1
122- Merge in changes from Jose Pedro Oliveira's fedora.us package : #146741.
123- Update to 1.03.
124
125* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 1.02-4
126- Bump release to provide Extras upgrade path.
127
128* Wed May 26 2004 Matthias Saou <http://freshrpms.net/> 1.02-3
129- Rebuilt for Fedora Core 2.
130
131* Fri Apr  2 2004 Matthias Saou <http://freshrpms.net/> 1.02-2
132- Change the explicit package deps to perl package style ones to fix the
133  perl-Storable obsoletes problem.
134
135* Fri Mar 19 2004 Matthias Saou <http://freshrpms.net/> 1.02-1
136- Initial RPM release.
137
Note: See TracBrowser for help on using the repository browser.