[RPM (6.0)] [DIST generic] portals-jetspeed2-2.1.3-5.jpp6
Ralph Apel <[email protected]> Tue, 25 Sep 2012 12:24:27 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : portals-jetspeed2 Relocations: (not relocatable) Version : 2.1.3 Vendor: JPackage Project Release : 5.jpp6 Build Date: Tue 25 Sep 2012 11:11:22 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Application Frameworks Source RPM: (none) Size : 16463817 License: Apache Software License 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://portals.apache.org/jetspeed-2/ Summary : Jetspeed2 Enterprise Portal Description : Jetspeed-2 is the next-generation enterprise portal at Apache. Jetspeed-2 offers several architectural enhancements and improvements over Jetspeed 1.0. First, Jetspeed-2 is conformant to the Java Portlet Standard and will provide a standard mechanism for the deployment of portlets. Second, Jetspeed-2 has matured to a more scalable architecture featuring multi-threaded functionality. Third, Jetspeed-2 is decoupled from several legacy open source projects. Fourth, Jetspeed-2 is based on a component architecture. Jetspeed is an Open Source implementation of an Enterprise Information Portal, using Java and XML. A portal makes network resources (applications, databases and so forth) available to end-users. The user can access the portal via a web browser, WAP-phone, pager or any other device. Jetspeed acts as the central hub where information from multiple sources are made available in an easy to use manner. The data presented via Jetspeed is independent of content type. This means that content from for example XML,RSS or SMTP can be integrated with Jetspeed. The actual presentation of the data is handled via ates XSL and delivered to the user for example via the combination of Java Server Pages (JSPs) and HTML. Jetspeed provides support for templating and content publication frameworks such as Cocoon, WebMacro and Velocity. Note that outside of regular browser Jetspeed also supports WAP devices. --------------- Ralph Apel <r.apel at r-apel.de> 0:2.1.3-5 - Drop hardwired nodemo option --------------- portals-jetspeed2.src: W: strange-permission portals-jetspeed2-settings.xml 0674 portals-jetspeed2.src: W: strange-permission portals-jetspeed2-jpp-depmap.xml 0674 portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-ConnectionRepositoryEntry.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-JetspeedSerializerSecondaryImpl.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-applications-nodemo.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-components-capabilities-pom.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-noservers-pom.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-OJBHelper.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-components-portal-pom.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-JetspeedSerializerImpl.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-components-serializer-pom.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-components-page-manager-pom.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-java5.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-maven-plugin-project.patch portals-jetspeed2.src: W: source-or-patch-not-bzipped portals-jetspeed2-components-jetspeed-pom.patch portals-jetspeed2.src:487: W: rpm-buildroot-usage %prep rm -rf $RPM_BUILD_ROOT portals-jetspeed2.src: W: no-signature portals-jetspeed2.src: W: no-cleaning-of-buildroot %install portals-jetspeed2.src: W: invalid-license Apache Software License 2.0 1 packages and 0 specfiles checked; 0 errors, 19 warnings. --------------- Index: portals-jetspeed2-jpp-depmap.xml =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/portals-jetspeed2/portals-jetspeed2-jpp-depmap.xml,v retrieving revision 1.2 diff -u -r1.2 portals-jetspeed2-jpp-depmap.xml --- portals-jetspeed2-jpp-depmap.xml 25 Sep 2012 08:06:43 -0000 1.2 +++ portals-jetspeed2-jpp-depmap.xml 25 Sep 2012 10:24:26 -0000 @@ -1029,4 +1029,17 @@ </jpp> </dependency> +<dependency> + <maven> + <groupId>groovy</groupId> + <artifactId>groovy</artifactId> + <version>1.1-rc-3</version> + </maven> + <jpp> + <groupId>JPP</groupId> + <artifactId>groovy11</artifactId> + <version>1.1-rc-3</version> + </jpp> +</dependency> + </dependencies> Index: portals-jetspeed2.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/portals-jetspeed2/portals-jetspeed2.spec,v retrieving revision 1.3 diff -u -r1.3 portals-jetspeed2.spec --- portals-jetspeed2.spec 25 Sep 2012 08:06:43 -0000 1.3 +++ portals-jetspeed2.spec 25 Sep 2012 10:24:26 -0000 @@ -40,12 +40,9 @@ %define _binary_filedigest_algorithm 1 %define _source_filedigest_algorithm 1 -%define with_nodemo 1 -%define without_nodemo 0 - Name: portals-%{bname}2 Version: 2.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: Jetspeed2 Enterprise Portal License: Apache Software License 2.0 @@ -180,6 +177,7 @@ BuildRequires: portals-bridges1-common %if %{without_nodemo} BuildRequires: portals-bridges1-groovy +BuildRequires: groovy11 BuildRequires: portals-bridges1-demo %endif BuildRequires: portals-bridges1-velocity @@ -1077,6 +1075,9 @@ %changelog +* Tue Sep 25 2012 Ralph Apel <r.apel at r-apel.de> 0:2.1.3-5 +- Drop hardwired nodemo option + * Tue Sep 25 2012 Ralph Apel <r.apel at r-apel.de> 0:2.1.3-4 - First JPP-6 release - Nodemo option hardwired