Update to upstream version 1.2
This commit is contained in:
parent
aeb8191ca1
commit
c630d02d20
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/xz-java-1.0.zip
|
/xz-java-1.0.zip
|
||||||
/xz-java-1.1.zip
|
/xz-java-1.1.zip
|
||||||
|
/xz-java-1.2.zip
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
043a587e65f6381b5af35e4894ff1ecd xz-java-1.1.zip
|
886e9a03d6077712e2c324e1555bd1ec xz-java-1.2.zip
|
||||||
|
11
xz-java.spec
11
xz-java.spec
@ -1,6 +1,6 @@
|
|||||||
Name: xz-java
|
Name: xz-java
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java implementation of XZ data compression
|
Summary: Java implementation of XZ data compression
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -8,9 +8,6 @@ BuildArch: noarch
|
|||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://tukaani.org/xz/java.html
|
URL: http://tukaani.org/xz/java.html
|
||||||
Source0: http://tukaani.org/xz/xz-java-%{version}.zip
|
Source0: http://tukaani.org/xz/xz-java-%{version}.zip
|
||||||
# Forwarded upstream:
|
|
||||||
# http://www.mail-archive.com/xz-devel@tukaani.org/msg00137.html
|
|
||||||
Patch0: xz-java-osgi.patch
|
|
||||||
|
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
@ -36,7 +33,6 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c %{name}-%{version}
|
%setup -q -c %{name}-%{version}
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# During documentation generation the upstream build.xml tries to download
|
# During documentation generation the upstream build.xml tries to download
|
||||||
@ -70,6 +66,9 @@ install -pm 644 build/maven/xz-%{version}.pom %{buildroot}/%{_mavenpomdir}/JPP-%
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-1
|
||||||
|
- Update to upstream version 1.2
|
||||||
|
|
||||||
* Thu Jan 3 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.1-2
|
* Thu Jan 3 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.1-2
|
||||||
- Add patch for OSGi Manifest.
|
- Add patch for OSGi Manifest.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user