Compare commits

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

6 commits

Author SHA1 Message Date
Miro Hrončok
d1c48b01f1 Orphaned for 6+ weeks 2022-01-13 16:17:38 +01:00
Fedora Release Engineering
b7ca917d6b - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 19:55:01 +00:00
Fedora Release Engineering
ad5c576a0b - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 22:33:37 +00:00
Fedora Release Engineering
5784a51b8f - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 13:09:56 +00:00
Jiri
6674b231ab Rebuilt for JDK-11 2020-07-11 07:56:00 +02:00
Fedora Release Engineering
58474aaba9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 02:26:03 +00:00
6 changed files with 1 additions and 171 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/uddi4j-src-2.0.5.zip
/*.src.rpm

1
dead.package Normal file
View file

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

View file

@ -1 +0,0 @@
cd358e19acb9b3a4197fce7481c0cce1 uddi4j-src-2.0.5.zip

View file

@ -1,20 +0,0 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.uddi4j
Bundle-Version: 2.0.5
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Export-Package: org.uddi4j,
org.uddi4j.client,
org.uddi4j.datatype,
org.uddi4j.datatype.assertion,
org.uddi4j.datatype.binding,
org.uddi4j.datatype.business,
org.uddi4j.datatype.service,
org.uddi4j.datatype.tmodel,
org.uddi4j.request,
org.uddi4j.response,
org.uddi4j.transport,
org.uddi4j.util
Eclipse-BuddyPolicy: registered

View file

@ -1,26 +0,0 @@
diff -ur uddi4j/src.orig/org/uddi4j/datatype/business/Contact.java uddi4j/src/org/uddi4j/datatype/business/Contact.java
--- uddi4j/src.orig/org/uddi4j/datatype/business/Contact.java 2006-06-27 10:07:38.000000000 +0100
+++ uddi4j/src/org/uddi4j/datatype/business/Contact.java 2012-05-28 18:25:04.646879563 +0100
@@ -33,7 +33,7 @@
* responses from methods in the UDDIProxy class.
*
* <p><b>Element description:</b>
- * <p>Data: Can contain a contacts name, address, phone, e-mail, and a description
+ * <p>Data: Can contain a contact's name, address, phone, e-mail, and a description
* of the contact.
*
* @author David Melgar (dmelgar@us.ibm.com)
diff -ur uddi4j/src.orig/org/uddi4j/datatype/tmodel/TModel.java uddi4j/src/org/uddi4j/datatype/tmodel/TModel.java
--- uddi4j/src.orig/org/uddi4j/datatype/tmodel/TModel.java 2006-06-27 10:07:36.000000000 +0100
+++ uddi4j/src/org/uddi4j/datatype/tmodel/TModel.java 2012-05-28 18:25:44.969109399 +0100
@@ -120,8 +120,8 @@
public static final String OPERATORS_TMODEL_KEY = "UUID:327A56F0-3299-4461-BC23-5CD513E95C55";
/**
- * D-U-N-S® Number Identifier System [dnb-com:D-U-N-S]<BR>
- * This tModel is used for the Dun & Bradstreet D-U-N-S® Number identifier.
+ * D-U-N-S Number Identifier System [dnb-com:D-U-N-S]<BR>
+ * This tModel is used for the Dun & Bradstreet D-U-N-S Number identifier.
*/
public static final String D_U_N_S_TMODEL_KEY = "UUID:8609C81E-EE1F-4D5A-B202-3EB13AD01823";

View file

@ -1,122 +0,0 @@
Name: uddi4j
Version: 2.0.5
Release: 20%{?dist}
Summary: Universal Description, Discovery and Integration registry API for Java
License: IBM
URL: http://sourceforge.net/projects/uddi4j/
Source0: http://downloads.sf.net/project/uddi4j/uddi4j/%{version}/uddi4j-src-%{version}.zip
Source1: %{name}-MANIFEST.MF
# A couple of utf8 incompatible chars prevent compile
Patch0: uddi4j-remove-nonutf8-chars.patch
BuildArch: noarch
BuildRequires: ant
BuildRequires: javapackages-local
%description
UDDI4J is a Java class library that provides an API to interact with a
UDDI (Universal Description, Discovery and Integration) registry.
%package javadoc
Summary: Javadocs for %{name}
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q -n %{name}
%patch0 -p1
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
# Disable java 8 doclinting
sed -i -e '/<javadoc/aadditionalparam="-Xdoclint:none"' build.xml
%build
ant -Djavac.executable=javac compile javadocs
%install
# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/lib/%{name}.jar META-INF/MANIFEST.MF
%mvn_artifact "org.uddi4j:uddi4j:%{version}" build/lib/uddi4j.jar
%mvn_file ":uddi4j" uddi4j
%mvn_install -J build/javadocs
%files -f .mfiles
%license LICENSE.html
%doc ReleaseNotes.html
%files javadoc -f .mfiles-javadoc
%license LICENSE.html
%changelog
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Apr 13 2018 Mat Booth <mat.booth@redhat.com> - 2.0.5-17
- Remove dep on obsolete axis
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Aug 07 2017 Mat Booth <mat.booth@redhat.com> - 2.0.5-15
- Modernise spec file
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Jun 08 2014 Gerard Ryan <galileo@fedoraproject.org> - 2.0.5-10
- Remove old maven depmap stuff
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue Feb 25 2014 Gerard Ryan <galileo@fedoraproject.org> - 2.0.5-8
- RHBZ#1068576: Switch to java-headless requires
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jun 01 2012 Gerard Ryan <galileo@fedoraproject.org> - 2.0.5-4
- Remove Bundle-Classpath from MANIFEST.MF
- Update Source0 URL so it's not just relying on one mirror
* Tue May 29 2012 Gerard Ryan <galileo@fedoraproject.org> - 2.0.5-3
- Add line to copy javadocs
* Tue May 29 2012 Gerard Ryan <galileo@fedoraproject.org> - 2.0.5-2
- Fix rpmlint issues: source urls; tabs and space warnings
- Remove BuildDate.txt and ReleaseNotes.html from javadoc
- Drop -version from javadoc install path
- Change group to Development/Libraries
- Remove defattr(-,root,root,-)
- Remove rm -rf RPM_BUILD_ROOT
* Mon May 28 2012 Gerard Ryan <galileo@fedoraproject.org> - 2.0.5-1
- Initial packaging