[RPM (6.0)] [DIST generic] doclava-1.0.5-2.jpp6

Ralph Apel <[email protected]> Thu, 10 Jan 2013 09:58:09 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : doclava                      Relocations: (not relocatable)
Version     : 1.0.5                             Vendor: JPackage Project
Release     : 2.jpp6                        Build Date: Thu 10 Jan 2013 09:54:29 AM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Java              Source RPM: (none)
Size        : 2712285                          License: Apache 2.0 License
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://code.google.com/p/doclava/
Summary     : Doclava Javadoc Doclet
Description :
Doclava (rhymes with baklava) is a custom Javadoc doclet
used to generate documentation. Key differences between
Doclava and the standard doclet include:
* Refreshed look and feel, including search capabilities.
* Embeds versioning information in the documentation.
* Uses a templating engine for user customizations.
* Throw build errors for things that can easily be caught,
  like @param tags that don't match the parameter names.
* Ability to include snippets of code from real source code
* Federate documentation between multiple sites.
* Ability to embed javadocs in a larger web page.
Doclava uses JSilver as its templating engine, a pure-Java
implementation of Clearsilver.

---------------
Ralph Apel <r.apel at r-apel.de> 0:1.0.5-2
- Rebuild
---------------
doclava.src: W: source-or-patch-not-bzipped doclava-pom.patch
doclava.src: W: source-or-patch-not-bzipped doclava-1.0.5.tgz
doclava.src: W: non-standard-group Development/Java
doclava.src: W: no-signature
doclava.src: W: name-repeated-in-summary Doclava
doclava.src: W: invalid-license Apache 2.0 License
1 packages and 0 specfiles checked; 0 errors, 6 warnings.

---------------
Index: doclava.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/doclava/doclava.spec,v
retrieving revision 1.1
diff -u -r1.1 doclava.spec
--- doclava.spec	19 Aug 2012 21:48:44 -0000	1.1
+++ doclava.spec	10 Jan 2013 08:58:08 -0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2012, JPackage Project
+# Copyright (c) 2000-2013, JPackage Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@
 Summary:        Doclava Javadoc Doclet
 Url:            http://code.google.com/p/doclava/
 Version:        1.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 License:        Apache 2.0 License
 Group:          Development/Java
@@ -176,5 +176,8 @@
 %doc %{_javadocdir}/*
 
 %changelog
+* Thu Jan 10 2013 Ralph Apel <r.apel at r-apel.de> 0:1.0.5-2
+- Rebuild 
+
 * Sun Aug 19 2012 Ralph Apel <r.apel at r-apel.de> 0:1.0.5-1
 - First release