summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-03-10 00:46:42 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2015-03-10 00:46:42 -0500
commit35f2c5b14ada48568f3203b3fd2335c3dc027b45 (patch)
treed1eac84e77bf4d571dee5661944d0121ec6a522a
parentf1186d3cd7322a395f8cf7ee5750798ca8881ede (diff)
downloadcygwin-xz-35f2c5b14ada48568f3203b3fd2335c3dc027b45.tar.gz
cygwin-xz-35f2c5b14ada48568f3203b3fd2335c3dc027b45.tar.xz
cygwin-xz-35f2c5b14ada48568f3203b3fd2335c3dc027b45.zip
cygwin-xz 5.0.8
-rw-r--r--cygwin-xz.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/cygwin-xz.spec b/cygwin-xz.spec
index 0da2cfd..6b94b0d 100644
--- a/cygwin-xz.spec
+++ b/cygwin-xz.spec
@@ -1,8 +1,8 @@
%{?cygwin_package_header}
Name: cygwin-xz
-Version: 5.0.5
-Release: 1
+Version: 5.0.8
+Release: 1%{?dist}
Summary: LZMA library for Cygwin toolchains
Group: Development/Libraries
@@ -12,7 +12,7 @@ BuildArch: noarch
Source0: http://tukaani.org/xz/xz-%{version}.tar.xz
-BuildRequires: autoconf automake gettext-devel libtool
+BuildRequires: autoconf automake gettext-devel cygwin-libtool-base
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin32-binutils
@@ -46,7 +46,7 @@ LZMA library for Cygwin x86_64 toolchain
%prep
%setup -q -n xz-%{version}
-autoreconf -fiv
+%cygwin_autoreconf
%build
@@ -91,5 +91,8 @@ rm -f $RPM_BUILD_ROOT%{cygwin64_bindir}/*.exe
%changelog
-* Mon Jun 17 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 5.0.5-1
+* Tue Mar 10 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 5.0.8-1
+- new version
+
+* Tue Jun 17 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 5.0.5-1
- Initial RPM release.