.gear/rules | 3 + .../tags/9885a5671ffd52330acfc5889d404adcda0e2896 | 6 + .gear/tags/list | 1 + .gear/upstream/remotes | 3 + altlinux/perl-Dancer.spec | 121 +++++++++++++++++++++ 5 files changed, 134 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..5ca1340 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,3 @@ +tar: v@version@:. +diff: v@version@:. . +spec: altlinux/perl-Dancer.spec diff --git a/.gear/tags/9885a5671ffd52330acfc5889d404adcda0e2896 b/.gear/tags/9885a5671ffd52330acfc5889d404adcda0e2896 new file mode 100644 index 0000000..d5bad74 --- /dev/null +++ b/.gear/tags/9885a5671ffd52330acfc5889d404adcda0e2896 @@ -0,0 +1,6 @@ +object b63ff9519b3f8b0a284e476ee05d3821aa0c2da2 +type commit +tag v1.3142 +tagger Yanick Champoux 1442278314 -0400 + +v1.3142 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..bff8b60 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +9885a5671ffd52330acfc5889d404adcda0e2896 v1.3142 diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes new file mode 100644 index 0000000..32fe0ff --- /dev/null +++ b/.gear/upstream/remotes @@ -0,0 +1,3 @@ +[remote "upstream"] + fetch = +refs/heads/*:refs/remotes/upstream/* + url = https://github.com/PerlDancer/Dancer.git diff --git a/altlinux/perl-Dancer.spec b/altlinux/perl-Dancer.spec new file mode 100644 index 0000000..d62bf73 --- /dev/null +++ b/altlinux/perl-Dancer.spec @@ -0,0 +1,121 @@ +Name: perl-Dancer +Version: 1.3142 +Release: alt1 +Summary: lightweight yet powerful web application framework + +Group: Development/Perl +License: Perl +Url: %CPAN Dancer + +BuildArch: noarch +# Cloned from https://github.com/PerlDancer/Dancer.git +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: perl-devel perl-Encode perl-MIME-Types perl-HTTP-Body perl-URI perl-HTTP-Server-Simple-PSGI perl-Plack perl-YAML perl-Clone perl-podlators perl-Try-Tiny perl-Test-TCP perl-Template perl-Test-Output perl-JSON perl-Test-Pod perl(Hash/Merge/Simple.pm) perl(Test/NoWarnings.pm) +Requires: perl-Clone + +%description +This project is inspired by Ruby's Sinatra framework: a framework for +building web applications with minimal-effort, allowing a simple webapp +to be created with very few lines of code, but allowing the flexibility +to scale to much more complex applications. + +%prep +%setup -q +%patch -p1 + +%build +%perl_vendor_build INSTALLMAN1DIR=%_man1dir + +%install +%perl_vendor_install + +%files +%_bindir/dancer +%_man1dir/dancer.1* +%perl_vendor_privlib/Dancer* +%doc LICENSE Changes README* + +%changelog +* Thu Oct 15 2015 Igor Vlasenko 1.3142-alt1 +- automated CPAN update + +* Wed Dec 17 2014 Igor Vlasenko 1.3132-alt1 +- automated CPAN update + +* Fri Jul 25 2014 Igor Vlasenko 1.3126-alt1 +- automated CPAN update + +* Sat Jun 28 2014 Igor Vlasenko 1.3124-alt1 +- automated CPAN update + +* Wed Mar 12 2014 Vladimir Lettiev 1.3121-alt1 +- New version 1.3121 + +* Fri Dec 13 2013 Vladimir Lettiev 1.3119-alt1 +- New version 1.3119 + +* Mon Sep 16 2013 Vladimir Lettiev 1.3118-alt1 +- New version 1.3118 + +* Tue Oct 09 2012 Vladimir Lettiev 1.3110-alt1 +- New bugfix release 1.3110 + +* Sat Sep 22 2012 Vladimir Lettiev 1.3100-alt1 +- New version 1.3100 + +* Sat Sep 22 2012 Vladimir Lettiev 1.3099-alt1 +- New version 1.3099 + +* Fri Jul 06 2012 Vladimir Lettiev 1.3096-alt1 +- New version 1.3096 +- Added some test dependencies + +* Tue Apr 10 2012 Vladimir Lettiev 1.3095-alt1 +- New version 1.3095 + +* Sat Dec 17 2011 Vladimir Lettiev 1.3091-alt1 +- New version 1.3091 + +* Thu Dec 15 2011 Vladimir Lettiev 1.3090-alt1 +- New version 1.3090 + +* Mon Dec 05 2011 Vladimir Lettiev 1.3080-alt1 +- New version 1.3080 + +* Thu Jul 28 2011 Vladimir Lettiev 1.3071-alt1 +- New version 1.3071 (security release) + +* Tue Jul 26 2011 Vladimir Lettiev 1.3070-alt1 +- New version 1.3070 + +* Sat May 28 2011 Vladimir Lettiev 1.3051-alt1 +- New version 1.3051. +- Security fix merged upstream + +* Thu May 26 2011 Vladimir Lettiev 1.3050-alt1 +- New version 1.3050 + +* Sun Apr 17 2011 Vladimir Lettiev 1.3030-alt1 +- New version 1.3030 +- Security: fixed directory traversal flaw + +* Sun Feb 06 2011 Vladimir Lettiev 1.2005-alt1 +- New version 1.2005 + +* Tue Nov 23 2010 Vladimir Lettiev 1.2000-alt1 +- 1.2000, the first major stable community release +- Patch applied to fix test + +* Fri Nov 19 2010 Vladimir Lettiev 1.1901-alt2 +- Fixed generation of man1 pages + +* Sun Sep 26 2010 Vladimir Lettiev 1.1901-alt1 +- New version 1.1901 + +* Sun Sep 05 2010 Vladimir Lettiev 1.1811-alt1 +- New version 1.1811 + +* Sun Aug 29 2010 Vladimir Lettiev 1.1809-alt1 +- initial build