Update to upstream version 1.9.2
This commit is contained in:
parent
1c0fc43b52
commit
f40b08d4e4
@ -1,16 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
baseurl="https://github.com/sonatype/plexus-compiler"
|
|
||||||
|
|
||||||
|
|
||||||
dname=$(basename ${baseurl})
|
|
||||||
version=`grep Version: *spec | sed -e 's/Version:\s*\(.*\)/\1/'`
|
|
||||||
echo $version
|
|
||||||
|
|
||||||
git clone "${baseurl}.git"
|
|
||||||
|
|
||||||
GIT_DIR="${dname}/.git" git archive --prefix "${dname}-${version}/" \
|
|
||||||
${dname}-${version} | xz > ${dname}-${version}.tar.xz
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -29,20 +29,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
%global parent plexus
|
%global parent plexus
|
||||||
%global dirhash 113d7de
|
%global dirhash 56a0f9b
|
||||||
%global githash g233d1ab
|
|
||||||
|
|
||||||
Name: plexus-compiler
|
Name: plexus-compiler
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Compiler call initiators for Plexus
|
Summary: Compiler call initiators for Plexus
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Java
|
Group: Development/Java
|
||||||
URL: http://plexus.codehaus.org/
|
URL: http://plexus.codehaus.org/
|
||||||
|
|
||||||
# wget https://github.com/sonatype/plexus-compiler/tarball/plexus-compiler-1.8.3
|
Source0: https://github.com/sonatype/%{name}/tarball/%{name}-%{version}#/%{name}-%{version}.tar.gz
|
||||||
Source0: sonatype-plexus-compiler-plexus-compiler-1.9.1-0-%{githash}.tar.gz
|
|
||||||
|
|
||||||
Patch0: plexus-compiler-ignoreOptionalProblems.patch
|
Patch0: plexus-compiler-ignoreOptionalProblems.patch
|
||||||
|
|
||||||
@ -173,6 +171,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
|||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-1
|
||||||
|
- Update to upstream version 1.9.2
|
||||||
|
|
||||||
* Wed Aug 8 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-3
|
* Wed Aug 8 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-3
|
||||||
- Fix FTBFS by adding ignoreOptionalProblems function
|
- Fix FTBFS by adding ignoreOptionalProblems function
|
||||||
- Use new pom_ macros instead of patches
|
- Use new pom_ macros instead of patches
|
||||||
|
Loading…
Reference in New Issue
Block a user