[vldocking/f13/master] * Sun Aug 22 2010 Ismael Olea <ismael at olea.org> 2.1.5-1 - updating to 2.1.5 - vldocking-build.patch

Ismael Olea olea at fedoraproject.org
Wed Aug 25 10:59:04 UTC 2010


commit 31a4cedcea1a9e88de3d83d655895034ab232782
Author: Ismael Olea <ismael at olea.org>
Date:   Wed Aug 25 12:58:19 2010 +0200

    * Sun Aug 22 2010 Ismael Olea <ismael at olea.org> 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 <ismael at olea.org> 2.1.5-1
+- updating to 2.1.5
+- vldocking-build.patch not needed anymore
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.6e-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list