Compare commits

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

4 commits

Author SHA1 Message Date
Ismael Olea
e821b0e330 * 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:20:38 +02:00
Fedora Release Engineering
a75141f10e dist-git conversion 2010-07-29 15:06:20 +00:00
Bill Nottingham
37377b6e26 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:14:53 +00:00
Jesse Keating
7a26a7cdcb Initialize branch F-12 for vldocking 2009-09-29 07:16:49 +00:00
5 changed files with 10 additions and 28 deletions

View file

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

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vldocking
# $Id$
NAME := vldocking
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +0,0 @@
vldocking-2_0_6e-3olea:HEAD:vldocking-2.0.6e-3olea.src.rpm:1223257679

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