summaryrefslogtreecommitdiffstats
path: root/cygwin.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin.spec')
-rw-r--r--cygwin.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/cygwin.spec b/cygwin.spec
index c44d5bf..c246472 100644
--- a/cygwin.spec
+++ b/cygwin.spec
@@ -1,14 +1,13 @@
%{?cygwin_package_header}
Name: cygwin
-Version: 1.7.29
+Version: 1.7.31
Release: 1
Summary: Cygwin cross-compiler runtime
License: GPLv2 with exceptions
Group: Development/Libraries
URL: http://www.cygwin.com/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
# downloaded and extracted by get-sources.sh
@@ -38,6 +37,7 @@ BuildRequires: mingw64-gcc-c++
BuildRequires: mingw64-headers
BuildRequires: mingw64-zlib-static
+BuildRequires: texinfo
BuildRequires: xmlto
%description
@@ -123,9 +123,11 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_mandir}
# these are provided by other packages
rm -fr $RPM_BUILD_ROOT%{cygwin32_includedir}/iconv.h
rm -fr $RPM_BUILD_ROOT%{cygwin32_includedir}/unctrl.h
+rm -fr $RPM_BUILD_ROOT%{cygwin32_includedir}/rpc/
rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/iconv.h
rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/unctrl.h
+rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/rpc/
%files -n cygwin32
@@ -142,6 +144,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/unctrl.h
%changelog
+* Fri Jul 25 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1.7.31-1
+- Version bump.
+
* Thu May 22 2014 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 1.7.29-1
- Version bump.