From f28a0f55f22d5a9f35160be9399867c20ca92b14 Mon Sep 17 00:00:00 2001 From: Ismael Olea Date: Wed, 25 Aug 2010 13:09:36 +0200 Subject: [PATCH] * Sun Aug 22 2010 Ismael Olea 2.1.5-1 - updating to 2.1.5 - vldocking-build.patch not needed anymore --- .gitignore | 1 + sources | 2 +- vldocking.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c246738..c3796d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vldocking_2.0.6e.zip +vldocking_2.1.5.zip diff --git a/sources b/sources index 5762190..f7c8b00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fdded00a81262155c3df71d2cc348cc6 vldocking_2.0.6e.zip +ee2ecd6c659d20f154b9f685fd583dfe vldocking_2.1.5.zip diff --git a/vldocking.spec b/vldocking.spec index 8bf3dea..57f41e6 100644 --- a/vldocking.spec +++ b/vldocking.spec @@ -1,6 +1,6 @@ Name: vldocking -Version: 2.0.6e -Release: 5%{?dist} +Version: 2.1.5 +Release: 1%{?dist} Summary: A Java ™ docking system for JFC Swing applications Group: Development/Tools License: CeCILL @@ -40,8 +40,7 @@ Requires: jpackage-utils This package contains the API documentation for %{name}. %prep -%setup -q -c -n %{name}-%{version} -%patch1 -p0 +%setup -q -n %{name}_%{version} find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \; @@ -53,7 +52,7 @@ ant javadoc %install rm -rf $RPM_BUILD_ROOT -install -D jar/vldocking_2.0.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar +install -D jar/%{name}_%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar pushd $RPM_BUILD_ROOT%{_javadir} ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar @@ -75,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT %{_javadocdir}/* %changelog +* Sun Aug 22 2010 Ismael Olea 2.1.5-1 +- updating to 2.1.5 +- vldocking-build.patch not needed anymore + * Sun Jul 26 2009 Fedora Release Engineering - 2.0.6e-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild