Update to upstream version 0.5.1
This commit is contained in:
parent
7989c321ab
commit
261d1aff1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/xmvn-0.4.1.tar.xz
|
||||
/xmvn-0.4.2.tar.xz
|
||||
/xmvn-0.5.0.tar.xz
|
||||
/xmvn-0.5.1.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
faabdb9e0aac0de78ae92ca810b8f2b9 xmvn-0.5.0.tar.xz
|
||||
45bd84f2061977153d65b536fa4d0f9b xmvn-0.5.1.tar.xz
|
||||
|
11
xmvn.spec
11
xmvn.spec
@ -1,6 +1,6 @@
|
||||
Name: xmvn
|
||||
Version: 0.5.0
|
||||
Release: 7%{?dist}
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Local Extensions for Apache Maven
|
||||
License: ASL 2.0
|
||||
URL: http://mizdebsk.fedorapeople.org/xmvn
|
||||
@ -121,8 +121,8 @@ cp -r %{_datadir}/maven/lib/* %{buildroot}%{_datadir}/%{name}/lib/
|
||||
%{buildroot}%{_datadir}/%{name}/
|
||||
|
||||
for mod in api connector-wagon impl spi util; do
|
||||
ln -sf %{_javadir}/sonatype-aether/aether-$mod.jar \
|
||||
%{buildroot}%{_datadir}/%{name}/lib/sonatype-aether_aether-$mod.jar
|
||||
ln -sf %{_javadir}/aether/aether-$mod.jar \
|
||||
%{buildroot}%{_datadir}/%{name}/lib/aether_aether-$mod.jar
|
||||
done
|
||||
|
||||
# /usr/bin/xmvn script
|
||||
@ -154,6 +154,9 @@ end
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.1-1
|
||||
- Update to upstream version 0.5.1
|
||||
|
||||
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5.0-7
|
||||
- Allow installation of Eclipse plugins in javadir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user