[jdbm/f18] Add original license and changelog to spec file

madsa madsa at fedoraproject.org
Sun Oct 20 05:21:55 UTC 2013


commit 5aafe0e37cf590169d32186aeb0be4d35f369792
Author: Matt Spaulding <mspaulding06 at gmail.com>
Date:   Sat Oct 19 22:07:29 2013 -0700

    Add original license and changelog to spec file

 jdbm.spec |   50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 1 deletions(-)
---
diff --git a/jdbm.spec b/jdbm.spec
index 33c421d..801d4d1 100644
--- a/jdbm.spec
+++ b/jdbm.spec
@@ -1,6 +1,36 @@
+# Copyright (c) 2000-2009, JPackage Project
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the
+#    distribution.
+# 3. Neither the name of the JPackage Project nor the names of its
+#    contributors may be used to endorse or promote products derived
+#    from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
 Name:           jdbm
 Version:        1.0
-Release:        2%{dist}
+Release:        3%{dist}
 Summary:        A transactional persistence engine for Java
 
 Group:          Development/Libraries
@@ -82,6 +112,9 @@ cp -pr build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Sat Oct 19 2013 Matt Spaulding <mspaulding06 at gmail.com> - 1.0-3
+- Add original license and changelog to spec file
+
 * Fri Aug 03 2012 Matt Spaulding <mspaulding06 at gmail.com> 1.0-2
 - Added missing jpackage-utils Require
 - Moved test run to check section
@@ -90,3 +123,18 @@ cp -pr build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 * Fri Jul 27 2012 Matt Spaulding <mspaulding06 at gmail.com> 1.0-1
 - Initial package build
 
+* Fri Feb 06 2009 Ralph Apel <r.apel at r-apel.de> 0:1.0-2.jpp5
+- Rebuild for JPP-5 according to current best practices
+
+* Wed Apr 04 2007 Fernando Nasser <fnasser at redhat.com> 0:1.0-1jpp
+- Upgrade to 1.0
+
+* Fri May 26 2006 Fernando Nasser <fnasser at redhat.com> 0:0.20-2jpp
+- First JPP 1.7 build
+
+* Thu Feb 17 2005 Ralph Apel <r.apel at r-apel.de> 0:0.20-1jpp
+- Upgrade to 0.20 from HEAD
+
+* Wed Feb 09 2005 Ralph Apel <r.apel at r-apel.de> 0:0.13-1jpp
+- First release
+


More information about the scm-commits mailing list