[apache-commons-jexl] Build JEXL 1.x compat artifact
by Michal Srb
commit a3e1001c32a084a9f996fb2505e39f521d7ef4d6
Author: Michal Srb <msrb(a)redhat.com>
Date: Thu Jan 2 09:59:57 2014 +0100
Build JEXL 1.x compat artifact
- Fix directory ownership
apache-commons-jexl.spec | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/apache-commons-jexl.spec b/apache-commons-jexl.spec
index 58d69a7..9be32a2 100644
--- a/apache-commons-jexl.spec
+++ b/apache-commons-jexl.spec
@@ -1,8 +1,9 @@
%global jarname commons-jexl
+%global compatver 2.1.0
Name: apache-%{jarname}
Version: 2.1.1
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Java Expression Language (JEXL)
Group: Development/Libraries
@@ -53,24 +54,36 @@ find \( -name '*.jar' -o -name '*.class' \) -delete
# Fix line endings
find -name '*.txt' -exec sed -i 's/\r//' '{}' +
+# Drop "-SNAPSHOT" from version
+%pom_xpath_set "pom:project/pom:version" %{compatver} jexl2-compat
%build
%mvn_build
+pushd jexl2-compat
+ %mvn_build
+popd
%install
+%mvn_artifact jexl2-compat/pom.xml \
+ jexl2-compat/target/%{jarname}-compat-%{compatver}.jar
+
%mvn_install
%files -f .mfiles
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
+%{_javadir}/%{name}
%files javadoc -f .mfiles-javadoc
%doc LICENSE.txt NOTICE.txt
-%{_javadocdir}/%{name}
%changelog
+* Thu Jan 02 2014 Michal Srb <msrb(a)redhat.com> - 2.1.1-9
+- Build JEXL 1.x compat artifact
+- Fix directory ownership
+
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9 years, 3 months
[ant] Update to upstream version 1.9.3
by Mikolaj Izdebski
commit 48209b014e0bbff515855f8b1257fa179e81ca60
Author: Mikolaj Izdebski <mizdebsk(a)redhat.com>
Date: Thu Jan 2 07:56:49 2014 +0100
Update to upstream version 1.9.3
ant.spec | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ant.spec b/ant.spec
index 812c790..567f063 100644
--- a/ant.spec
+++ b/ant.spec
@@ -35,8 +35,8 @@
%global major_version 1.8
Name: ant
-Version: 1.9.2
-Release: 7%{?dist}
+Version: 1.9.3
+Release: 1%{?dist}
Epoch: 0
Summary: Build tool for java
Summary(it): Tool per la compilazione di programmi java
@@ -584,6 +584,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# -----------------------------------------------------------------------------
%changelog
+* Thu Jan 2 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0:1.9.3-1
+- Update to upstream version 1.9.3
+
* Thu Sep 12 2013 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0:1.9.2-7
- Install Maven depmaps in appropriate subpackages
- Resolves: rhbz#996062
9 years, 3 months
[constant-pool-scanner] Update findbugs dependency coordinates
by Mikolaj Izdebski
commit 272053446abfef89382003e015e0f71779059283
Author: Mikolaj Izdebski <mizdebsk(a)redhat.com>
Date: Thu Jan 2 07:44:18 2014 +0100
Update findbugs dependency coordinates
constant-pool-scanner.spec | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/constant-pool-scanner.spec b/constant-pool-scanner.spec
index d794618..a514108 100644
--- a/constant-pool-scanner.spec
+++ b/constant-pool-scanner.spec
@@ -1,6 +1,6 @@
Name: constant-pool-scanner
Version: 1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Java constant pool scanner
License: CDDL or GPLv2 with exceptions
@@ -10,7 +10,7 @@ Source1: https://svn.java.net/svn/glassfish~svn/tags/legal-1.1/src/main/r
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
-BuildRequires: mvn(net.sourceforge.findbugs:annotations)
+BuildRequires: mvn(com.google.code.findbugs:annotations)
BuildRequires: mvn(org.apache.commons:commons-io)
BuildRequires: mvn(org.sonatype.oss:oss-parent)
@@ -32,7 +32,7 @@ This package contains the API documentation for %{name}.
cp %{SOURCE1} .
%pom_remove_dep com.github.stephenc.findbugs:findbugs-annotations
-%pom_add_dep net.sourceforge.findbugs:annotations
+%pom_add_dep com.google.code.findbugs:annotations
%build
%mvn_build
@@ -47,6 +47,9 @@ cp %{SOURCE1} .
%doc LICENSE.txt
%changelog
+* Thu Jan 2 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 1.2-2
+- Update findbugs dependency coordinates
+
* Mon Sep 02 2013 Michal Srb <msrb(a)redhat.com> - 1.2-1
- Initial packaging
9 years, 3 months
Broken dependencies: constant-pool-scanner
by Fedora Koji Build System
constant-pool-scanner has broken dependencies in the rawhide tree:
On x86_64:
constant-pool-scanner-1.2-1.fc21.noarch requires mvn(net.sourceforge.findbugs:annotations)
On i386:
constant-pool-scanner-1.2-1.fc21.noarch requires mvn(net.sourceforge.findbugs:annotations)
On armhfp:
constant-pool-scanner-1.2-1.fc21.noarch requires mvn(net.sourceforge.findbugs:annotations)
Please resolve this as soon as possible.
9 years, 3 months
Broken dependencies: constant-pool-scanner
by Fedora Koji Build System
constant-pool-scanner has broken dependencies in the rawhide tree:
On x86_64:
constant-pool-scanner-1.2-1.fc21.noarch requires mvn(net.sourceforge.findbugs:annotations)
On i386:
constant-pool-scanner-1.2-1.fc21.noarch requires mvn(net.sourceforge.findbugs:annotations)
On armhfp:
constant-pool-scanner-1.2-1.fc21.noarch requires mvn(net.sourceforge.findbugs:annotations)
Please resolve this as soon as possible.
9 years, 3 months