Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

23 commits

Author SHA1 Message Date
Miro Hrončok
e1f1c5483d Orphaned for 6+ weeks 2018-12-24 13:50:16 +01:00
Fedora Release Engineering
c965df5f24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:36:31 +00:00
Jason Tibbitts
0c6c5531ff Remove needless use of %defattr 2018-07-10 01:43:11 -05:00
a6d4a62b01
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 08:58:07 +01:00
cfce7e50db Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:47:49 +01:00
Fedora Release Engineering
9182ea4d46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 20:35:57 +00:00
Fedora Release Engineering
71c5eb17eb - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:22:47 +00:00
Fedora Release Engineering
e2b3bb986c - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:08:40 +00:00
Fedora Release Engineering
f585ac69b4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:47:24 +00:00
Dennis Gilmore
717e89890f - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:05:19 +00:00
Dennis Gilmore
a2c19ef356 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:52:00 -05:00
Ismael Olea
07d3c8e577 fixing #1022168 2013-10-29 23:45:30 +01:00
Dennis Gilmore
6b8912cf1a - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:20:57 -05:00
Dennis Gilmore
c4fcec8efb - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:51:32 -06:00
Dennis Gilmore
b2ad7f9299 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:53:47 -05:00
Dennis Gilmore
d79d522810 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:00:24 -06:00
Dennis Gilmore
6db0b4e1ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:42:29 -06:00
Ismael Olea
286a5e4756 * 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 12:38:00 +02:00
Ismael Olea
83e7ba0d17 * 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 11:35:14 +02:00
Ismael Olea
3887d95ed1 * 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 11:21:33 +02:00
Fedora Release Engineering
1000f9feb6 dist-git conversion 2010-07-29 15:06:21 +00:00
Bill Nottingham
f61d60a3bc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:23 +00:00
Jesse Keating
3802db327f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:56:15 +00:00
7 changed files with 1 additions and 138 deletions

View file

@ -1 +0,0 @@
vldocking_2.0.6e.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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

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

View file

@ -1 +0,0 @@
fdded00a81262155c3df71d2cc348cc6 vldocking_2.0.6e.zip

View file

@ -1,23 +0,0 @@
--- build.xml.orig 2008-08-27 00:16:02.000000000 +0200
+++ build.xml 2008-08-27 00:16:33.000000000 +0200
@@ -64,9 +64,9 @@
<target name="jar" depends="compile">
- <delete dir="${jar.dir}/vldocking_{$vldocking.version}.jar" />
+ <delete dir="${jar.dir}/vldocking_${vldocking.version}.jar" />
- <jar jarfile="${jar.dir}/vldocking_{$vldocking.version}.jar"
+ <jar jarfile="${jar.dir}/vldocking_${vldocking.version}.jar"
basedir="${build.dir}" >
<include name="com/vlsolutions/**"/>
<exclude name="**/doc-files/**"/>
@@ -82,7 +82,7 @@
source="1.4"
overview="${src.dir}/com/vlsolutions/swing/docking/overview.html"
link="http://java.sun.com/j2se/1.5.0/docs/api"
- windowtitle="VLSolutions Docking Framework {$vldocking.version} API">
+ windowtitle="VLSolutions Docking Framework ${vldocking.version} API">
<classpath>
<pathelement path="${java.class.path}/"/>
</classpath>

View file

@ -1,91 +0,0 @@
Name: vldocking
Version: 2.0.6e
Release: 4%{?dist}
Summary: A Java docking system for JFC Swing applications
Group: Development/Tools
License: CeCILL
URL: http://www.vlsolutions.com/en/download/
# the zip file can be downloaded from the redirect
# from http://www.vlsolutions.com/en/download/downloader2_0.php
Source0: vldocking_%{version}.zip
Patch1: vldocking-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: java-devel >= 1.5
BuildRequires: jpackage-utils, ant
Requires: java >= 1.5
Requires: jpackage-utils
%description
Docking windows allow the user to reorganize the application's workspace
according to his needs:
* Drag and Drop parts of the application ("Dockables")
* Hide the dockables not often used to save screen space
* Detach some dockables and have them floating outside the window
* Easily switch between different workspaces
* And much more...
%package javadoc
Summary: Javadocs for %{name}
Group: Documentation
Requires: %{name} = %{version}-%{release}
Requires: jpackage-utils
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q -c -n %{name}-%{version}
%patch1 -p0
find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
%build
ant jar
ant javadoc
%install
rm -rf $RPM_BUILD_ROOT
install -D jar/vldocking_2.0.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
pushd $RPM_BUILD_ROOT%{_javadir}
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
popd
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -rp doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Licence_CeCILL-V1_VF.pdf Licence_CeCILL-V1.1_VA.pdf
%{_javadir}/*
%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/*
%changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6e-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Sep 17 2008 Ismael Olea <ismael@olea.org> 2.0.6e-4olea
- Cosmetic changes.
* Sun Aug 31 2008 Ismael Olea <ismael@olea.org> 2.0.6e-3olea
- Cosmetic changes.
* Fri Aug 29 2008 Ismael Olea <ismael@olea.org> 2.0.6e-2olea
- QA revision
* Wed Aug 27 2008 Ismael Olea <ismael@olea.org> 2.0.6e-1olea
- first version