Created
November 17, 2012 18:56
-
-
Save TristinDavis/4098851 to your computer and use it in GitHub Desktop.
RPM spec file for Mojolicious
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: perl-Mojolicious | |
Version: 3.56 | |
Release: 1%{?dist} | |
Summary: A next generation web framework for Perl | |
License: Artistic 2.0 | |
Group: Development/Libraries | |
URL: http://mojolicious.org/ | |
Source0: http://search.cpan.org/CPAN/modules/by-module/Mojolicous/Mojolicious-%{version}.tar.gz | |
BuildArch: noarch | |
BuildRequires: perl >= 0:5.010, perl(ExtUtils::MakeMaker) | |
BuildRequires: perl(Test::Harness), perl(Test::Simple) | |
BuildRequires: perl(Time::HiRes), perl(Digest::SHA) | |
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
%description | |
Back in the early days of the web there was this wonderful Perl library | |
called CGI, many people only learned Perl because of it. It was simple | |
enough to get started without knowing much about the language and powerful | |
enough to keep you going, learning by doing was much fun. While most of the | |
techniques used are outdated now, the idea behind it is not. Mojolicious is | |
a new attempt at implementing this idea using state of the art technology. | |
%prep | |
%setup -q -n Mojolicious-%{version} | |
%build | |
%{__perl} Makefile.PL INSTALLDIRS=vendor | |
make %{?_smp_mflags} | |
%install | |
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; | |
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; | |
%{_fixperms} $RPM_BUILD_ROOT/* | |
%check | |
make test | |
%files | |
%defattr(-,root,root,-) | |
%doc Changes LICENSE examples README.pod | |
%{_bindir}/mojo | |
%{_bindir}/morbo | |
%{_bindir}/hypnotoad | |
%{perl_vendorlib}/* | |
%{_mandir}/man1/* | |
%{_mandir}/man3/* | |
%changelog | |
* Son Nov 11 2012 Ulrich Habel <[email protected]> 3.56-1 | |
- updated to upstream version 3.56 | |
* Mon Nov 05 2012 Ulrich Habel <[email protected]> 3.54-1 | |
- updated to upstream version 3.54 | |
* Thu Oct 21 2012 Ulrich Habel <[email protected]> 3.50-1 | |
- updated to upstream version 3.50 | |
* Thu Oct 09 2012 Ulrich Habel <[email protected]> 3.47-1 | |
- updated to upstream version 3.47 | |
* Thu Oct 09 2012 Ulrich Habel <[email protected]> 3.45-1 | |
- updated to upstream version 3.45 | |
* Thu Oct 04 2012 Ulrich Habel <[email protected]> 3.44-1 | |
- updated to upstream version 3.44 | |
* Wed Sep 14 2012 Ulrich Habel <[email protected]> 3.41-1 | |
- updated to upstream version 3.41 | |
* Wed Sep 12 2012 Ulrich Habel <[email protected]> 3.40-1 | |
- updated to upstream version 3.40 | |
* Fri Aug 29 2012 Ulrich Habel <[email protected]> 3.35-1 | |
- updated to upstream version 3.35 | |
* Fri Apr 06 2012 Ulrich Habel <[email protected]> 2.76-1 | |
- updated to upstream version 2.76 | |
* Sat Feb 25 2012 Ulrich Habel <[email protected]> 2.53-1 | |
- updated to upstream version 2.53 | |
* Sat Feb 11 2012 Ulrich Habel <[email protected]> 2.48-1 | |
- updated to upstream version 2.48 | |
* Thu Jan 26 2012 Ulrich Habel <[email protected]> 2.46-1 | |
- updated to upstream version 2.46 | |
* Sun Jan 15 2012 Ulrich Habel <[email protected]> 2.43-1 | |
- updated to upstream version 2.43 | |
* Tue Dec 15 2011 Ulrich Habel <[email protected]> 2.37-1 | |
- updated to upstream version 2.37 | |
* Tue Nov 29 2011 Ulrich Habel <[email protected]> 2.34-1 | |
- updated to upstream version 2.34 | |
* Tue Aug 23 2011 Ulrich Habel <[email protected]> 1.87-1 | |
- updated to 1.87-1, included perl-Test-Simple as buildreq | |
for Test::Builder and Test::More | |
* Mon Feb 7 2011 Wolfgang Schreiner <[email protected]> 1.01-1 | |
- rebuild for BR, build requirement Time::HiRes added | |
* Fri Jan 7 2011 Yanko Kaneti <[email protected]> 1.01-1 | |
- Update to latest upstream 1.01. | |
* Mon Dec 27 2010 Yanko Kaneti <[email protected]> 1.0-1 | |
- Update to latest upstream 1.0. | |
* Mon Dec 6 2010 Yanko Kaneti <[email protected]> 0.999950-1 | |
- Update to latest upstream 0.999950. | |
New included experimental web server - hypnotoad. | |
* Mon Nov 22 2010 Yanko Kaneti <[email protected]> 0.999941-1 | |
- Latest upstream release. | |
* Thu Nov 16 2010 Yanko Kaneti <[email protected]> 0.999940-1 | |
- New upstream release. Turns off IPv6 support. Bugfixes. | |
* Thu Nov 10 2010 Yanko Kaneti <[email protected]> 0.999938-1 | |
- New upstream release. MojoX is gone. | |
* Thu Nov 5 2010 Yanko Kaneti <[email protected]> 0.999936-1 | |
- New upstream bugfix release. | |
* Thu Nov 4 2010 Yanko Kaneti <[email protected]> 0.999935-1 | |
- Latest upstream release. | |
http://search.cpan.org/src/KRAIH/Mojolicious-0.999935/Changes | |
* Mon Aug 20 2010 Yanko Kaneti <[email protected]> 0.999929-1 | |
- Latest upstream release. | |
http://search.cpan.org/src/KRAIH/Mojolicious-0.999929/Changes | |
* Mon Aug 16 2010 Yanko Kaneti <[email protected]> 0.999927-1 | |
- Latest upstream release. | |
http://search.cpan.org/src/KRAIH/Mojolicious-0.999927/Changes | |
* Tue Jun 22 2010 Petr Pisar <[email protected]> 0.999926-2 | |
- Rebuild against perl-5.12 | |
* Fri Jun 16 2010 Yanko Kaneti <[email protected]> 0.999926-1 | |
- Latest upstream release. | |
http://search.cpan.org/src/KRAIH/Mojolicious-0.999926/Changes | |
* Fri Jun 11 2010 Yanko Kaneti <[email protected]> 0.999925-3 | |
- Actually include the examples. | |
* Fri Jun 11 2010 Yanko Kaneti <[email protected]> 0.999925-2 | |
- Initial import. Include examples as doc. | |
* Tue Jun 08 2010 Yanko Kaneti <[email protected]> 0.999925-1 | |
- Specfile mostly autogenerated by cpanspec 1.78. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment