Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ismael Olea
f28a0f55f2 * Sun Aug 22 2010 Ismael Olea <ismael@olea.org> 2.1.5-1
- updating to 2.1.5
- vldocking-build.patch not needed anymore
2010-08-25 13:09:36 +02:00
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
vldocking_2.0.6e.zip
vldocking_2.1.5.zip

View file

@ -1 +1 @@
fdded00a81262155c3df71d2cc348cc6 vldocking_2.0.6e.zip
ee2ecd6c659d20f154b9f685fd583dfe vldocking_2.1.5.zip

View file

@ -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@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@lists.fedoraproject.org> - 2.0.6e-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild