summaryrefslogtreecommitdiffstats
path: root/cygwin-xz.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-xz.spec')
-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.