[RPM (6.0)] [DIST generic] scalate-1.4.1-2.jpp6
Ralph Apel <[email protected]> Tue, 5 Feb 2013 19:21:11 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : scalate Relocations: (not relocatable) Version : 1.4.1 Vendor: JPackage Project Release : 2.jpp6 Build Date: Tue 05 Feb 2013 06:29:30 PM CET Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Java Source RPM: (none) Size : 4244503 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.4.1-2 - Prevent xzpayload problem --------------- scalate.src: W: source-or-patch-not-bzipped scalate-tool-ScalateMain.patch scalate.src: W: source-or-patch-not-bzipped scalate-tool-ToScaml.patch scalate.src: W: source-or-patch-not-bzipped scalate-jsp-converter-JspConvert.patch scalate.src: W: source-or-patch-not-bzipped scalate-maven-scalate-plugin-pom.patch scalate.src: W: source-or-patch-not-bzipped scalate-markdownj-pom.patch scalate.src: W: source-or-patch-not-bzipped scalate-tool-Exit.patch scalate.src: W: source-or-patch-not-bzipped scalate-pom.patch scalate.src: W: source-or-patch-not-bzipped scalate-tool-Create.patch scalate.src: W: source-or-patch-not-bzipped scalate-1.4.1.tgz scalate.src: W: source-or-patch-not-bzipped scalate-samples-scalate-sample-pom.patch scalate.src: W: source-or-patch-not-bzipped scalate-tool-Run.patch scalate.src: W: source-or-patch-not-bzipped scalate-bootstrap-pom.patch scalate.src: W: non-standard-group Development/Java scalate.src: W: no-signature scalate.src: W: name-repeated-in-summary Scalate scalate.src: W: invalid-license Apache Software License 2.0 1 packages and 0 specfiles checked; 0 errors, 16 warnings. --------------- Index: scalate-jpp-depmap.xml =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/scalate/scalate-jpp-depmap.xml,v retrieving revision 1.1 diff -u -r1.1 scalate-jpp-depmap.xml --- scalate-jpp-depmap.xml 18 Jan 2013 15:51:02 -0000 1.1 +++ scalate-jpp-depmap.xml 5 Feb 2013 18:21:09 -0000 @@ -117,6 +117,18 @@ <dependency> <maven> + <groupId>org.eclipse.jetty.orbit</groupId> + <artifactId>javax.servlet</artifactId> + <version>2.5.0.v201103041518</version> + </maven> + <jpp> + <groupId>JPP</groupId> + <artifactId>servlet_2_5_api</artifactId> + <version>2.5</version> + </jpp> +</dependency> +<dependency> + <maven> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> Index: scalate.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/scalate/scalate.spec,v retrieving revision 1.1 diff -u -r1.1 scalate.spec --- scalate.spec 18 Jan 2013 15:51:02 -0000 1.1 +++ scalate.spec 5 Feb 2013 18:21:09 -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: scalate Version: 1.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: Scalate Template Engine License: Apache Software License 2.0 @@ -91,6 +92,7 @@ BuildRequires: aries-testsupport BuildRequires: james-project BuildRequires: jetty6-maven2-plugins +BuildRequires: google-pom BuildRequires: oss-parent BuildRequires: apache-mime4j @@ -343,6 +345,9 @@ %dir %{_docdir}/%{name} %changelog +* Tue Feb 05 2013 Ralph Apel <[email protected]> 0:1.4.1-2 +- Prevent xzpayload problem + * Thu Jan 17 2013 Ralph Apel <[email protected]> 0:1.4.1-1 - first release