Compare commits

...

12 Commits

Author SHA256 Message Date
f5de0847f4 Accepting request 1205238 from Java:packages
Spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/1205238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=12
2024-10-02 19:35:37 +00:00
8e8c247e09 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-validator?expand=0&rev=38 2024-10-02 15:33:02 +00:00
b51ea87bff OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-validator?expand=0&rev=37 2024-09-30 04:07:19 +00:00
caf49b394a Accepting request 1170464 from Java:packages
allow building against non-shaded hamcrest

OBS-URL: https://build.opensuse.org/request/show/1170464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=11
2024-04-28 19:49:57 +00:00
89fa44450b Accepting request 1147887 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1147887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=10
2024-02-20 20:15:14 +00:00
73c9f1c54e Accepting request 973608 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/973608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=9
2022-04-28 21:08:10 +00:00
e3c1a191e4 Accepting request 689055 from Java:packages
Disregard the pom parent

OBS-URL: https://build.opensuse.org/request/show/689055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=8
2019-03-27 15:22:37 +00:00
7636eb0fdd Accepting request 667630 from Java:packages
Add maven pom file and build with newer commons-digester

OBS-URL: https://build.opensuse.org/request/show/667630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=7
2019-01-24 13:12:29 +00:00
b00476d836 Accepting request 620758 from Java:packages
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/620758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=6
2018-07-07 19:58:27 +00:00
29c27584f5 Accepting request 532716 from Java:packages
Fix unit tests and thus build with jdk9

OBS-URL: https://build.opensuse.org/request/show/532716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=5
2017-10-09 17:47:28 +00:00
675cd55310 Accepting request 528156 from Java:packages
Force java < 1.9

OBS-URL: https://build.opensuse.org/request/show/528156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=4
2017-09-23 19:34:57 +00:00
Stephan Kulow
178b0fc1cb Accepting request 240324 from Java:packages
javapackages updates submission

OBS-URL: https://build.opensuse.org/request/show/240324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=2
2014-07-16 14:49:27 +00:00
2 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 2 15:32:59 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Spec file cleanup
-------------------------------------------------------------------
Sat Apr 27 11:33:47 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -38,11 +38,6 @@ BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: junit
BuildRequires: oro
Requires: commons-beanutils >= 1.5
Requires: commons-collections
Requires: commons-digester >= 1.8
Requires: commons-logging >= 1.0.2
Requires: oro >= 2.0.6
Provides: %{short_name} = %{version}-%{release}
Obsoletes: %{short_name} < %{version}-%{release}
Provides: jakarta-%{short_name} = %{version}-%{release}
@@ -82,8 +77,6 @@ sed -i 's/\r//' LICENSE.txt
sed -i 's/\r//' RELEASE-NOTES.txt
sed -i 's/\r//' NOTICE.txt
%pom_remove_parent .
%build
export CLASSPATH=$(build-classpath \
commons-collections \
@@ -120,7 +113,7 @@ install -pm 644 dist/%{short_name}-%{version}-SNAPSHOT.jar %{buildroot}%{_javadi
ln -s %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar
# pom
install -d -m 0755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom %{name}.jar -a org.apache.commons:%{short_name}
# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}