From 766f3d42c8328c4e1bf37d3531a03765b9da74cd Mon Sep 17 00:00:00 2001 From: gil Date: Wed, 4 Mar 2015 18:26:45 +0100 Subject: [PATCH 01/13] use servlet api 3.1 --- hessian-build.xml | 2 +- hessian.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hessian-build.xml b/hessian-build.xml index 93e0d90..1bc3230 100644 --- a/hessian-build.xml +++ b/hessian-build.xml @@ -9,7 +9,7 @@ - + diff --git a/hessian.spec b/hessian.spec index 00f0ef1..a7de1c8 100644 --- a/hessian.spec +++ b/hessian.spec @@ -10,7 +10,7 @@ Source1: %{name}-build.xml Source2: http://repo1.maven.org/maven2/com/caucho/hessian/4.0.7/hessian-4.0.7.pom BuildRequires: javapackages-local BuildRequires: ant >= 0:1.6 -BuildRequires: tomcat-servlet-3.1-api +BuildRequires: glassfish-servlet-api BuildArch: noarch From 3e1e19d3a5cccb4314fd7e64aa2b145c7ea411f2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 10:23:36 +0000 Subject: [PATCH 02/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index 00f0ef1..c5a368a 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Summary: Java implementation of a binary protocol for web services Name: hessian Version: 4.0.7 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -44,6 +44,9 @@ ant javadoc %license apache.license %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 0:4.0.7-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Mar 04 2015 gil cattaneo 0:4.0.7-10 - use servlet api 3.1 - use new javapackages macros From bb693d8c8a47747ab6e82fbb8ed5f4e1affe26d2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 23:46:34 +0000 Subject: [PATCH 03/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index c5a368a..46e6acd 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Summary: Java implementation of a binary protocol for web services Name: hessian Version: 4.0.7 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -44,6 +44,9 @@ ant javadoc %license apache.license %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 0:4.0.7-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 0:4.0.7-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 965169f108b709bd6ff496c91be42c32fe68096f Mon Sep 17 00:00:00 2001 From: gil Date: Sat, 29 Oct 2016 08:22:24 +0200 Subject: [PATCH 04/13] update to 4.0.38 --- .gitignore | 2 ++ hessian.spec | 76 +++++++++++++++++++++++++++++++++++++++++----------- sources | 3 ++- 3 files changed, 65 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 0e569a1..681aa68 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /hessian-4.0.7-src.jar +/hessian-4.0.38.pom +/hessian-4.0.38-src.jar diff --git a/hessian.spec b/hessian.spec index 46e6acd..66a82f0 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,16 +1,17 @@ -Summary: Java implementation of a binary protocol for web services Name: hessian -Version: 4.0.7 -Release: 12%{?dist} +Summary: Java implementation of a binary protocol for web services +Version: 4.0.38 +Release: 1%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ -Source0: http://caucho.com/download/hessian-4.0.7-src.jar -Source1: %{name}-build.xml -Source2: http://repo1.maven.org/maven2/com/caucho/hessian/4.0.7/hessian-4.0.7.pom -BuildRequires: javapackages-local -BuildRequires: ant >= 0:1.6 -BuildRequires: tomcat-servlet-3.1-api +Source0: http://caucho.com/download/%{name}-%{version}-src.jar +Source1: http://repo1.maven.org/maven2/com/caucho/%{name}/%{version}/%{name}-%{version}.pom +Source2: hessian-license.txt + +BuildRequires: maven-local +BuildRequires: mvn(javax.servlet:javax.servlet-api) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildArch: noarch @@ -26,16 +27,56 @@ API documentation for %{name}. %prep %setup -q -c -cp %{SOURCE1} build.xml + +mkdir src +mv com src/ +# Remove useless files +rm -r META-INF +# NO test suite +rm -r src/com/caucho/hessian/test + +cp -p %{SOURCE1} pom.xml +cp -p %{SOURCE2} apache.license +%pom_change_dep :servlet-api javax.servlet:javax.servlet-api:3.1.0 + +# Useless tasks +%pom_remove_plugin :maven-gpg-plugin +%pom_remove_plugin :maven-javadoc-plugin +%pom_remove_plugin :maven-source-plugin + +%pom_xpath_set pom:properties/pom:project.build.sourceEncoding UTF-8 + +%pom_xpath_set "pom:project/pom:packaging" bundle +%pom_add_plugin org.apache.felix:maven-bundle-plugin:3.0.1 . " +true + + true + + \${project.groupId}.\${project.artifactId} + \${project.name} + \${project.version} + + + + + bundle-manifest + process-classes + + manifest + + +" + +%mvn_config buildSettings/compilerSource 1.8 + +%mvn_file com.caucho:%{name} %{name} %build -ant jar -ant javadoc + +%mvn_build %install -%mvn_artifact %{SOURCE2} %{name}.jar -%mvn_file com.caucho:%{name} %{name} -%mvn_install -J doc/api +%mvn_install %files -f .mfiles %license apache.license @@ -44,6 +85,11 @@ ant javadoc %license apache.license %changelog +* Sat Oct 29 2016 gil cattaneo 0:4.0.38-1 +- update to 4.0.38 +- use glassfish-servlet-api +- add OSGi manifest + * Wed Feb 03 2016 Fedora Release Engineering - 0:4.0.7-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7eba29a..b379a81 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -3581e2b9c96ab619e73925537757f86e hessian-4.0.7-src.jar +7e2bbb4fef534991fd9bba5baedd6faa hessian-4.0.38.pom +79349e2fcafa0809d46855ebe0b6e471 hessian-4.0.38-src.jar From 4583aaf5470e8f4a2e8b8d815dbee68674646f82 Mon Sep 17 00:00:00 2001 From: gil Date: Sat, 29 Oct 2016 08:22:48 +0200 Subject: [PATCH 05/13] update to 4.0.38 --- hessian-4.0.7.pom | 17 ----------------- hessian-build.xml | 40 ---------------------------------------- 2 files changed, 57 deletions(-) delete mode 100644 hessian-4.0.7.pom delete mode 100644 hessian-build.xml diff --git a/hessian-4.0.7.pom b/hessian-4.0.7.pom deleted file mode 100644 index 1eafcab..0000000 --- a/hessian-4.0.7.pom +++ /dev/null @@ -1,17 +0,0 @@ - - 4.0.0 - com.caucho - hessian - 4.0.7 - jar - Hessian - http://hessian.caucho.com - The Hessian binary web service protocol destribution pack - - - The Apache Software License, Version 1.1 - http://www.apache.org/licenses/LICENSE-1.1.txt - repo - - - \ No newline at end of file diff --git a/hessian-build.xml b/hessian-build.xml deleted file mode 100644 index 93e0d90..0000000 --- a/hessian-build.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 1cb4061081eea66336689f5b2b2a3737d548d2a9 Mon Sep 17 00:00:00 2001 From: gil Date: Sat, 29 Oct 2016 08:26:28 +0200 Subject: [PATCH 06/13] update to 4.0.38 --- hessian-license.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 hessian-license.txt diff --git a/hessian-license.txt b/hessian-license.txt new file mode 100644 index 0000000..9f95094 --- /dev/null +++ b/hessian-license.txt @@ -0,0 +1,43 @@ + The Apache Software License, Version 1.1 + + Copyright (c) 2001-2004 Caucho Technology, Inc. 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. The end-user documentation included with the redistribution, if + any, must include the following acknowlegement: + "This product includes software developed by the + Caucho Technology (http://www.caucho.com/)." + Alternately, this acknowlegement may appear in the software itself, + if and wherever such third-party acknowlegements normally appear. + + 4. The names "Hessian", "Resin", and "Caucho" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + info@caucho.com. + + 5. Products derived from this software may not be called "Resin" + nor may "Resin" appear in their names without prior written + permission of Caucho Technology. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 CAUCHO TECHNOLOGY OR ITS 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. From 14943ce45b12d1344181b51945b8fc8a65a75be3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 12:36:51 +0000 Subject: [PATCH 07/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index 66a82f0..859adb8 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Name: hessian Summary: Java implementation of a binary protocol for web services Version: 4.0.38 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -85,6 +85,9 @@ cp -p %{SOURCE2} apache.license %license apache.license %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0:4.0.38-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sat Oct 29 2016 gil cattaneo 0:4.0.38-1 - update to 4.0.38 - use glassfish-servlet-api From 8c8f72c8d5b1c54566dee3b0ed063dc8c48e6e1b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 12:38:31 +0000 Subject: [PATCH 08/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index 859adb8..cb6edd9 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Name: hessian Summary: Java implementation of a binary protocol for web services Version: 4.0.38 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -85,6 +85,9 @@ cp -p %{SOURCE2} apache.license %license apache.license %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0:4.0.38-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 0:4.0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 898a602c1b0c7acde5918d4bf9d7610a27c98ae7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 16:14:26 +0000 Subject: [PATCH 09/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index cb6edd9..cacb38d 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Name: hessian Summary: Java implementation of a binary protocol for web services Version: 4.0.38 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -85,6 +85,9 @@ cp -p %{SOURCE2} apache.license %license apache.license %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0:4.0.38-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 0:4.0.38-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 6e0c794b83c6f40ef5134bd1dcc86bc232df739f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 04:56:41 +0000 Subject: [PATCH 10/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index cacb38d..4fca095 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Name: hessian Summary: Java implementation of a binary protocol for web services Version: 4.0.38 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -85,6 +85,9 @@ cp -p %{SOURCE2} apache.license %license apache.license %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0:4.0.38-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0:4.0.38-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From e3c533d87061a528321392677fc25f55bd80ec6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 02:13:16 +0000 Subject: [PATCH 11/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index 4fca095..851ad88 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Name: hessian Summary: Java implementation of a binary protocol for web services Version: 4.0.38 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -85,6 +85,9 @@ cp -p %{SOURCE2} apache.license %license apache.license %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 0:4.0.38-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 0:4.0.38-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 3f66e2f18179361805016d290e4a12f1764a5f84 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 08:23:55 +0000 Subject: [PATCH 12/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hessian.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hessian.spec b/hessian.spec index 851ad88..d68c174 100644 --- a/hessian.spec +++ b/hessian.spec @@ -1,7 +1,7 @@ Name: hessian Summary: Java implementation of a binary protocol for web services Version: 4.0.38 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 0 License: ASL 1.1 URL: http://hessian.caucho.com/ @@ -85,6 +85,9 @@ cp -p %{SOURCE2} apache.license %license apache.license %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0:4.0.38-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 0:4.0.38-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 6ed1cf2a497a079c3799e7ea0d142eb424be08ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 11 Sep 2019 12:04:11 +0200 Subject: [PATCH 13/13] Orphaned for 6+ weeks --- .gitignore | 3 - dead.package | 1 + hessian-license.txt | 43 ------------- hessian.spec | 147 -------------------------------------------- sources | 2 - 5 files changed, 1 insertion(+), 195 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 hessian-license.txt delete mode 100644 hessian.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 681aa68..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/hessian-4.0.7-src.jar -/hessian-4.0.38.pom -/hessian-4.0.38-src.jar diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/hessian-license.txt b/hessian-license.txt deleted file mode 100644 index 9f95094..0000000 --- a/hessian-license.txt +++ /dev/null @@ -1,43 +0,0 @@ - The Apache Software License, Version 1.1 - - Copyright (c) 2001-2004 Caucho Technology, Inc. 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. The end-user documentation included with the redistribution, if - any, must include the following acknowlegement: - "This product includes software developed by the - Caucho Technology (http://www.caucho.com/)." - Alternately, this acknowlegement may appear in the software itself, - if and wherever such third-party acknowlegements normally appear. - - 4. The names "Hessian", "Resin", and "Caucho" must not be used to - endorse or promote products derived from this software without prior - written permission. For written permission, please contact - info@caucho.com. - - 5. Products derived from this software may not be called "Resin" - nor may "Resin" appear in their names without prior written - permission of Caucho Technology. - - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 CAUCHO TECHNOLOGY OR ITS 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. diff --git a/hessian.spec b/hessian.spec deleted file mode 100644 index d68c174..0000000 --- a/hessian.spec +++ /dev/null @@ -1,147 +0,0 @@ -Name: hessian -Summary: Java implementation of a binary protocol for web services -Version: 4.0.38 -Release: 7%{?dist} -Epoch: 0 -License: ASL 1.1 -URL: http://hessian.caucho.com/ -Source0: http://caucho.com/download/%{name}-%{version}-src.jar -Source1: http://repo1.maven.org/maven2/com/caucho/%{name}/%{version}/%{name}-%{version}.pom -Source2: hessian-license.txt - -BuildRequires: maven-local -BuildRequires: mvn(javax.servlet:javax.servlet-api) -BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) - -BuildArch: noarch - -%description -This is the Java implementation of Caucho's Hession binary transport -protocol for web services. - -%package javadoc -Summary: API documentation for %{name} - -%description javadoc -API documentation for %{name}. - -%prep -%setup -q -c - -mkdir src -mv com src/ -# Remove useless files -rm -r META-INF -# NO test suite -rm -r src/com/caucho/hessian/test - -cp -p %{SOURCE1} pom.xml -cp -p %{SOURCE2} apache.license -%pom_change_dep :servlet-api javax.servlet:javax.servlet-api:3.1.0 - -# Useless tasks -%pom_remove_plugin :maven-gpg-plugin -%pom_remove_plugin :maven-javadoc-plugin -%pom_remove_plugin :maven-source-plugin - -%pom_xpath_set pom:properties/pom:project.build.sourceEncoding UTF-8 - -%pom_xpath_set "pom:project/pom:packaging" bundle -%pom_add_plugin org.apache.felix:maven-bundle-plugin:3.0.1 . " -true - - true - - \${project.groupId}.\${project.artifactId} - \${project.name} - \${project.version} - - - - - bundle-manifest - process-classes - - manifest - - -" - -%mvn_config buildSettings/compilerSource 1.8 - -%mvn_file com.caucho:%{name} %{name} - -%build - -%mvn_build - -%install -%mvn_install - -%files -f .mfiles -%license apache.license - -%files javadoc -f .mfiles-javadoc -%license apache.license - -%changelog -* Thu Jul 25 2019 Fedora Release Engineering - 0:4.0.38-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 0:4.0.38-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0:4.0.38-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 0:4.0.38-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0:4.0.38-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0:4.0.38-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sat Oct 29 2016 gil cattaneo 0:4.0.38-1 -- update to 4.0.38 -- use glassfish-servlet-api -- add OSGi manifest - -* Wed Feb 03 2016 Fedora Release Engineering - 0:4.0.7-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0:4.0.7-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Mar 04 2015 gil cattaneo 0:4.0.7-10 -- use servlet api 3.1 -- use new javapackages macros - -* Thu Feb 05 2015 gil cattaneo 0:4.0.7-9 -- introduce license macro - -* Sat Jun 07 2014 Fedora Release Engineering - 0:4.0.7-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Mar 28 2014 Michael Simacek - 0:4.0.7-7 -- Use Requires: java-headless rebuild (#1067528) - -* Sat Aug 03 2013 Fedora Release Engineering - 0:4.0.7-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 0:4.0.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Jul 19 2012 Fedora Release Engineering - 0:4.0.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Feb 16 2012 Andy Grimm - 0:4.0.7-3 -- Use newer tomcat - -* Tue Feb 14 2012 Andy Grimm - 0:4.0.7-2 -- enable javadoc, follow current guidelines - -* Mon Aug 29 2011 Andy Grimm - 0:4.0.7-1 -- Initial build - diff --git a/sources b/sources deleted file mode 100644 index b379a81..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -7e2bbb4fef534991fd9bba5baedd6faa hessian-4.0.38.pom -79349e2fcafa0809d46855ebe0b6e471 hessian-4.0.38-src.jar