Name: mingw32-bzip2
Version: 1.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW port of bzip2 file compression utility
License: BSD
%build
make -f Makefile-libbz2_so \
- CC="%{_mingw32_cc}" \
- AR="%{_mingw32_ar}" \
- RANLIB="%{_mingw32_ranlib}" \
- CFLAGS="%{_mingw32_cflags} -D_FILE_OFFSET_BITS=64" \
- %{?_smp_mflags} all
+ CC="%{_mingw32_cc}" \
+ AR="%{_mingw32_ar}" \
+ RANLIB="%{_mingw32_ranlib}" \
+ CFLAGS="%{_mingw32_cflags} -D_FILE_OFFSET_BITS=64" \
+ %{?_smp_mflags} all
rm -f *.o
make CC="%{_mingw32_cc}" \
- AR="%{_mingw32_ar}" \
- RANLIB="%{_mingw32_ranlib}" \
- CFLAGS="%{_mingw32_cflags} -D_FILE_OFFSET_BITS=64" \
- %{?_smp_mflags} \
+ AR="%{_mingw32_ar}" \
+ RANLIB="%{_mingw32_ranlib}" \
+ CFLAGS="%{_mingw32_cflags} -D_FILE_OFFSET_BITS=64" \
+ %{?_smp_mflags} \
%if %{run_tests}
- all
+ all
%else
- libbz2.a bzip2 bzip2recover
+ libbz2.a bzip2 bzip2recover
%endif
%changelog
+* Wed Oct 29 2008 Richard Jones <rjones@redhat.com> - 1.0.5-3
+- Fix mixed spaces/tabs in specfile.
+
* Fri Oct 10 2008 Richard Jones <rjones@redhat.com> - 1.0.5-2
- Allow the tests to be disabled selectively.
Name: mingw32-cairo
Version: 1.8.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: MinGW Windows Cairo library
-License: LGPLv2 or MPLv1.1
-URL: http://cairographics.org
-Source0: http://cairographics.org/snapshots/cairo-%{version}.tar.gz
+License: LGPLv2 or MPLv1.1
+URL: http://cairographics.org
+Source0: http://cairographics.org/snapshots/cairo-%{version}.tar.gz
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%changelog
+* Wed Oct 29 2008 Richard W.M. Jones <rjones@redhat.com> - 1.8.0-2
+- Fix mixed spaces/tabs in specfile.
+
* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.8.0-1
- New upstream version 1.8.0.
%changelog
-* Thu Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.1-7
+* Thu Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-7
- Rename mingw -> mingw32.
-* Thu Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.1-6
+* Thu Sep 4 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-6
- Use RPM macros from mingw-filesystem.
-* Mon Jul 7 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.1-3
+* Mon Jul 7 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-3
- Initial RPM release, largely based on earlier work from several sources.
%description
-# description
+gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
+allowing it to be completely asynchronous while remaining single threaded.
%prep
%changelog
* Fri Oct 10 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-3
- Missing BRs discovered by mock.
+- Added description section.
* Thu Oct 9 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.7-2
- Initial RPM release.
%description
-This library implements a full callback system for use in widget libraries,
-abstract interfaces, and general programming. Originally part of the Gtk--
-widget set, %name is now a separate library to provide for more general
-use. It is the most complete library of its kind with the ability to connect
-an abstract callback to a class method, function, or function object. It
-contains adaptor classes for connection of dissimilar callbacks and has an
-ease of use unmatched by other C++ callback libraries.
+This library implements a full callback system for use in widget
+libraries, abstract interfaces, and general programming. Originally
+part of the Gtk-- widget set, %name is now a separate library to
+provide for more general use. It is the most complete library of its
+kind with the ability to connect an abstract callback to a class
+method, function, or function object. It contains adaptor classes for
+connection of dissimilar callbacks and has an ease of use unmatched by
+other C++ callback libraries.
Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
starting with version 1.1.2, uses %name.
- Rename mingw -> mingw32.
* Tue Sep 23 2008 Daniel P. Berrange <berrange@redhat.com> - 1.21.6-5
-- Remove use of wine in %post
+- Remove use of wine in %-post.
* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 1.21.6-4
- Add dep on pkgconfig
Patch0: mingw32-runtime-3.15.1-useconds_t.patch
-BuildArch: noarch
+BuildArch: noarch
BuildRequires: mingw32-filesystem >= 26
BuildRequires: mingw32-binutils