[RPM (6.0)] [DIST generic] scalate11-1.1-2.jpp6
Ralph Apel <[email protected]> Tue, 5 Feb 2013 20:18:34 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : scalate11 Relocations: (not relocatable) Version : 1.1 Vendor: JPackage Project Release : 2.jpp6 Build Date: Tue 05 Feb 2013 07:46:33 PM CET Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Java Source RPM: (none) Size : 3840489 License: Apache Software License 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://scalate.fusesource.org/ Summary : Scalate Template Engine Description : Scalate is a Scala 2.8 based template engine for generating text and markup which can be used in the following frameworks and environments: * stand alone in any JVM or as a Servlet Filter in any Java in a web application * with JAXRS with Jersey * in the Play Framework via play-scalate * in Apache Camel for transforming messages and templating * to generate your static or semi-static website Scalate supports the following template formats * Mustache which is a Scala dialect of Mustache for logic-less templates which also work inside the browser using mustache.js * Scaml which is a Scala dialect of Haml and is very DRY for generating HTML / XHTML * Jade which is an even more DRY dialect of Scaml for HTML / XHTML markup generation * SSP which is like Velocity, JSP or Erb from Rails Scalate also has a powerful web console and command line shell which includes converters from JSP or HTML to Scalate. --------------- Ralph Apel <[email protected]> 0:1.1-2 - Prevent xzpayload problem --------------- scalate11.src: W: source-or-patch-not-bzipped scalate11-core-URIs.patch scalate11.src: W: source-or-patch-not-bzipped scalate11-archetypes-pom.patch scalate11.src: W: source-or-patch-not-bzipped scalate11-1.1.tgz scalate11.src: W: source-or-patch-not-bzipped scalate11-core-ConsoleHelper.patch scalate11.src: W: source-or-patch-not-bzipped scalate11-core-pom.patch scalate11.src: W: source-or-patch-not-bzipped scalate11-website-pom.patch scalate11.src: W: source-or-patch-not-bzipped scalate11-pom.patch scalate11.src: W: non-standard-group Development/Java scalate11.src: W: no-signature scalate11.src: W: invalid-license Apache Software License 2.0 1 packages and 0 specfiles checked; 0 errors, 10 warnings. --------------- Index: scalate11.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/scalate11/scalate11.spec,v retrieving revision 1.1 diff -u -r1.1 scalate11.spec --- scalate11.spec 19 Jan 2013 00:55:36 -0000 1.1 +++ scalate11.spec 5 Feb 2013 19:18:32 -0000 @@ -28,14 +28,15 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -%define with() %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}} -%define without() %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}} -%define bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}} -%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}} +%define section free +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: scalate11 Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: Scalate Template Engine License: Apache Software License 2.0 @@ -87,6 +88,7 @@ BuildRequires: jetty6-maven2-plugins BuildRequires: mojo-maven2-plugin-exec BuildRequires: jackrabbit-parent +BuildRequires: google-pom BuildRequires: oss-parent BuildRequires: apache-camel-scala @@ -300,6 +302,9 @@ %dir %{_docdir}/%{name} %changelog +* Tue Feb 05 2013 Ralph Apel <[email protected]> 0:1.1-2 +- Prevent xzpayload problem + * Fri Jan 18 2013 Ralph Apel <[email protected]> 0:1.1-1 - 1.1 as scalate11