commit 400129969919e7cdb81e1e53d528fac02f4c9c78 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sun Nov 6 10:13:27 2011 +0100 update to 1.05 .gitignore | 1 + mojomojo.spec | 36 +++++++++++++++++++++++------------- sources | 2 +- 3 files changed, 25 insertions(+), 14 deletions(-) --- diff --git a/.gitignore b/.gitignore index 8465a78..9ba11fd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ MojoMojo-1.01.tar.gz /MojoMojo-1.02.tar.gz /MojoMojo-1.03.tar.gz /MojoMojo-1.04.tar.gz +/MojoMojo-1.05.tar.gz diff --git a/mojomojo.spec b/mojomojo.spec index 2e71f1d..72d6ff9 100644 --- a/mojomojo.spec +++ b/mojomojo.spec @@ -1,7 +1,7 @@ Name: mojomojo -Version: 1.04 -Release: 4%{?dist} -Summary: Catalyst & DBIx::Class powered Wiki +Version: 1.05 +Release: 1%{?dist} +Summary: A Wiki with a tree License: GPL+ or Artistic Group: Applications/Internet URL: http://mojomojo.org @@ -27,6 +27,7 @@ BuildRequires: perl(Catalyst::Action::RenderView) >= 0.07 BuildRequires: perl(Catalyst::Authentication::Store::DBIx::Class) >= 0.101 BuildRequires: perl(Catalyst::Controller::HTML::FormFu) >= 0.03007 BuildRequires: perl(Catalyst::Devel) +BuildRequires: perl(Catalyst::Engine::PSGI) BuildRequires: perl(Catalyst::Model::DBIC::Schema) >= 0.01 BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.10005 BuildRequires: perl(Catalyst::Plugin::Cache) >= 0.08 @@ -74,6 +75,7 @@ BuildRequires: perl(Moose) BuildRequires: perl(MRO::Compat) >= 0.10 BuildRequires: perl(Number::Format) BuildRequires: perl(parent) +BuildRequires: perl(Plack) >= 0.9974 BuildRequires: perl(SQL::Translator) >= 0.09006 BuildRequires: perl(Template) >= 2.20 BuildRequires: perl(Template::Plugin::JavaScript) @@ -190,13 +192,13 @@ Requires: perl(FCGI::ProcManager) %{?perl_default_filter} %description -Mojomojo is a sort of content management system, borrowing many concepts from -wikis and blogs. It allows you to maintain a full tree-structure of pages, and -to interlink them in various ways. It has full version support, so you can -always go back to a previous version and see what's changed with an easy AJAX- -based diff system. There are also a bunch of other features like built-in -fulltext search, live AJAX preview of editing, and RSS feeds for every wiki -page. +Mojomojo is a content management system, borrowing many concepts from wikis and +blogs. It allows you to maintain a full tree-structure of pages, and to +interlink them in various ways. It has full version support, so you can always +go back to a previous version and see what's changed with an easy diff system. +There are also some useful features like live AJAX preview while editing, +tagging, built-in full-text search, image galleries, and RSS feeds for every +wiki page. %prep @@ -210,7 +212,11 @@ catalyst.pl -force -scripts . # and set MOJOMOJO_HOME sed -i '3iBEGIN { $ENV{MOJOMOJO_HOME} ||= "/var/lib/mojomojo"; }' script/*.pl -find root lib -type f | xargs chmod 0644 +find root lib script/util -type f | xargs chmod 0644 + +# remove unnecessary files +rm app.psgi dotcloud.yml INSTALL +rm -rf resources %build PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -218,7 +224,7 @@ make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +make pure_install DESTDIR=$RPM_BUILD_ROOT # move things around a bit install -d -m 0755 %{buildroot}%{_datadir}/mojomojo @@ -260,7 +266,7 @@ CATALYST_CONFIG=t/var/mojomojo.yml make test %files %defattr(-,root,root,-) -%doc Changes mojomojo.conf README +%doc Changes mojomojo.conf README script/util %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man1/* @@ -277,6 +283,10 @@ CATALYST_CONFIG=t/var/mojomojo.yml make test %changelog +* Fri Oct 21 2011 Iain Arnell <iarnell@xxxxxxxxx> 1.05-1 +- update to latest upstream version +- update summary and description + * Mon Aug 29 2011 Iain Arnell <iarnell@xxxxxxxxx> 1.04-4 - update helper scripts using current catalyst diff --git a/sources b/sources index 5fe4192..6f0a149 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31ee7f07575c94a24930ff39fc824c78 MojoMojo-1.04.tar.gz +f70980e65c7fd3b8ab2bbf40a46a3e4e MojoMojo-1.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel