[perl-Mojolicious] - Latest upstream release. http://search.cpan.org/src/KRAIH/Mojolicious-0.999935/Changes

Yanko Kaneti yaneti at fedoraproject.org
Thu Nov 4 21:29:23 UTC 2010


commit 7e696e38ff8e4214fb9e082c45dc3a217c75fa6b
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Thu Nov 4 23:29:12 2010 +0200

    - Latest upstream release.
      http://search.cpan.org/src/KRAIH/Mojolicious-0.999935/Changes

 .gitignore            |    1 +
 perl-Mojolicious.spec |   16 +++++++---------
 sources               |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cce01af..a2f47fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Mojolicious-0.999926.tar.gz
 /Mojolicious-0.999927.tar.gz
 /Mojolicious-0.999929.tar.gz
+/Mojolicious-0.999935.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 28e0474..9f8a228 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,12 +1,11 @@
 Name:           perl-Mojolicious
-Version:        0.999929
+Version:        0.999935
 Release:        1%{?dist}
 Summary:        A next generation web framework for Perl
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://mojolicious.org/
 Source0:        http://www.cpan.org/authors/id/K/KR/KRAIH/Mojolicious-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.008007
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -25,14 +24,13 @@ a new attempt at implementing this idea using state of the art technology.
 
 %prep
 %setup -q -n Mojolicious-%{version}
+mv README.pod lib/Mojolicious/
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -43,19 +41,19 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README.md examples
+%doc Changes LICENSE examples
 %{_bindir}/mojo
-%{_bindir}/mojolicious
 %{perl_vendorlib}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov  4 2010 Yanko Kaneti <yaneti at declera.com> 0.999935-1
+- Latest upstream release.
+  http://search.cpan.org/src/KRAIH/Mojolicious-0.999935/Changes
+
 * Mon Aug 20 2010 Yanko Kaneti <yaneti at declera.com> 0.999929-1
 - Latest upstream release.
   http://search.cpan.org/src/KRAIH/Mojolicious-0.999929/Changes
diff --git a/sources b/sources
index c737291..b195838 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be7f6da218d51c7fd19c435d1066b0ac  Mojolicious-0.999929.tar.gz
+7b0ddd25aca34032b93c577f1533ba75  Mojolicious-0.999935.tar.gz



More information about the perl-devel mailing list