Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 579244 Details for
Bug 814997
Update mingw-gtk-vnc to mingw64 package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
mingw-gtk-vnc.spec
mingw-gtk-vnc.spec (text/x-rpm-spec), 9.71 KB, created by
Marc-Andre Lureau
on 2012-04-22 01:12:08 UTC
(
hide
)
Description:
mingw-gtk-vnc.spec
Filename:
MIME Type:
Creator:
Marc-Andre Lureau
Created:
2012-04-22 01:12:08 UTC
Size:
9.71 KB
patch
obsolete
>%{?mingw_package_header} > >Name: mingw-gtk-vnc >Version: 0.5.0 >Release: 7%{?dist} >Summary: MinGW Windows port of VNC client GTK widget > >License: LGPLv2+ >Group: Development/Libraries >Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.5/gtk-vnc-%{version}.tar.xz >Patch1: gtk-vnc-fix-out-of-tree-build.patch >URL: http://live.gnome.org/gtk-vnc > >BuildArch: noarch > >BuildRequires: mingw32-filesystem >= 95 >BuildRequires: mingw64-filesystem >= 95 >BuildRequires: mingw32-gcc >BuildRequires: mingw64-gcc >BuildRequires: mingw32-binutils >BuildRequires: mingw64-binutils > >BuildRequires: mingw32-cairo >BuildRequires: mingw64-cairo >BuildRequires: mingw32-gettext >BuildRequires: mingw64-gettext >BuildRequires: mingw32-win-iconv >BuildRequires: mingw64-win-iconv >BuildRequires: mingw32-gnutls >BuildRequires: mingw64-gnutls >BuildRequires: mingw32-gtk2 >BuildRequires: mingw64-gtk2 >BuildRequires: mingw32-gtk3 >BuildRequires: mingw64-gtk3 > >BuildRequires: pkgconfig >BuildRequires: intltool > ># Mingw32 >%package -n mingw32-gtk-vnc >Summary: MinGW Windows zlib compression library for the win32 target >Requires: pkgconfig > >%package -n mingw32-gvnc >Summary: MinGW Windows port of VNC GObject > >%package -n mingw32-gvnc-tools >Summary: Command line VNC tools >Group: Applications/Internet > >%package -n mingw32-gtk-vnc2 >Summary: A GTK3 widget for VNC clients >Group: Development/Libraries >Requires: pkgconfig > >%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. > >%description -n mingw32-gtk-vnc >gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines >allowing it to be completely asynchronous while remaining single threaded. > >%description -n mingw32-gvnc >gvnc is a GObject for managing a VNC connection. It provides all the >infrastructure required to build a VNC client without having to deal >with the raw protocol itself. > >%description -n mingw32-gvnc-tools >Provides useful command line utilities for interacting with >VNC servers. Includes the gvnccapture program for capturing >screenshots of a VNC desktop > >%description -n mingw32-gtk-vnc2 >gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines >allowing it to be completely asynchronous while remaining single threaded. > ># Mingw64 >%package -n mingw64-gtk-vnc >Summary: MinGW Windows zlib compression library for the win64 target >Requires: pkgconfig > >%package -n mingw64-gvnc >Summary: MinGW Windows port of VNC GObject > >%package -n mingw64-gvnc-tools >Summary: Command line VNC tools >Group: Applications/Internet > >%package -n mingw64-gtk-vnc2 >Summary: A GTK3 widget for VNC clients >Group: Development/Libraries >Requires: pkgconfig > >%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. > >%description -n mingw64-gtk-vnc >gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines >allowing it to be completely asynchronous while remaining single threaded. > >%description -n mingw64-gvnc >gvnc is a GObject for managing a VNC connection. It provides all the >infrastructure required to build a VNC client without having to deal >with the raw protocol itself. > >%description -n mingw64-gvnc-tools >Provides useful command line utilities for interacting with >VNC servers. Includes the gvnccapture program for capturing >screenshots of a VNC desktop > >%description -n mingw64-gtk-vnc2 >gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines >allowing it to be completely asynchronous while remaining single threaded. > >%{?mingw_debug_package} > > >%prep >%setup -q -n gtk-vnc-%{version} -c >touch gtk-vnc-%{version}/GNUmakefile >cp -a gtk-vnc-%{version} gtk-vnc2-%{version} > > >%build >cd gtk-vnc-%{version} >%mingw_configure --without-python --with-examples --without-sasl --with-gtk=2.0 >rm build_win{32,64}/GNUmakefile >%mingw_make %{?_smp_mflags} V=1 >cd .. > >cd gtk-vnc2-%{version} >%mingw_configure --without-python --without-examples --without-sasl --with-gtk=3.0 >rm build_win{32,64}/GNUmakefile >%mingw_make %{?_smp_mflags} V=1 >cd .. > > >%install >cd gtk-vnc-%{version} >%mingw_make_install DESTDIR=$RPM_BUILD_ROOT >cd .. >cd gtk-vnc2-%{version} >%mingw_make_install DESTDIR=$RPM_BUILD_ROOT >cd .. > ># Remove static libraries but DON'T remove *.dll.a files. >rm -f $RPM_BUILD_ROOT%{mingw32_libdir}/libgtk-vnc-1.0.a >rm -f $RPM_BUILD_ROOT%{mingw32_libdir}/libgtk-vnc-2.0.a >rm -f $RPM_BUILD_ROOT%{mingw32_libdir}/libgvnc-1.0.a >rm -f $RPM_BUILD_ROOT%{mingw32_mandir}/man1/gvnccapture.1* >rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/libgtk-vnc-1.0.a >rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/libgtk-vnc-2.0.a >rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/libgvnc-1.0.a >rm -f $RPM_BUILD_ROOT%{mingw64_mandir}/man1/gvnccapture.1* > ># Drop all .la files >find $RPM_BUILD_ROOT -name "*.la" -delete > >%find_lang gtk-vnc > > ># Mingw32 >%files -n mingw32-gtk-vnc -f gtk-vnc.lang >%{mingw32_bindir}/gvncviewer.exe >%{mingw32_bindir}/libgtk-vnc-1.0-0.dll >%{mingw32_libdir}/libgtk-vnc-1.0.dll.a >%{mingw32_libdir}/pkgconfig/gtk-vnc-1.0.pc >%{mingw32_includedir}/gtk-vnc-1.0 > >%files -n mingw32-gvnc >%doc gtk-vnc-%{version}/AUTHORS >%doc gtk-vnc-%{version}/ChangeLog >%doc gtk-vnc-%{version}/ChangeLog-old >%doc gtk-vnc-%{version}/NEWS >%doc gtk-vnc-%{version}/README >%doc gtk-vnc-%{version}/COPYING.LIB >%{mingw32_bindir}/libgvnc-1.0-0.dll >%{mingw32_libdir}/libgvnc-1.0.dll.a >%{mingw32_libdir}/pkgconfig/gvnc-1.0.pc >%{mingw32_includedir}/gvnc-1.0 > >%files -n mingw32-gtk-vnc2 >%{mingw32_bindir}/libgtk-vnc-2.0-0.dll >%{mingw32_libdir}/libgtk-vnc-2.0.dll.a >%{mingw32_libdir}/pkgconfig/gtk-vnc-2.0.pc >%{mingw32_includedir}/gtk-vnc-2.0 > >%files -n mingw32-gvnc-tools >%{mingw32_bindir}/gvnccapture.exe > ># Mingw64 >%files -n mingw64-gtk-vnc -f gtk-vnc.lang >%{mingw64_bindir}/gvncviewer.exe >%{mingw64_bindir}/libgtk-vnc-1.0-0.dll >%{mingw64_libdir}/libgtk-vnc-1.0.dll.a >%{mingw64_libdir}/pkgconfig/gtk-vnc-1.0.pc >%{mingw64_includedir}/gtk-vnc-1.0 > >%files -n mingw64-gvnc >%doc gtk-vnc-%{version}/AUTHORS >%doc gtk-vnc-%{version}/ChangeLog >%doc gtk-vnc-%{version}/ChangeLog-old >%doc gtk-vnc-%{version}/NEWS >%doc gtk-vnc-%{version}/README >%doc gtk-vnc-%{version}/COPYING.LIB >%{mingw64_bindir}/libgvnc-1.0-0.dll >%{mingw64_libdir}/libgvnc-1.0.dll.a >%{mingw64_libdir}/pkgconfig/gvnc-1.0.pc >%{mingw64_includedir}/gvnc-1.0 > >%files -n mingw64-gtk-vnc2 >%{mingw64_bindir}/libgtk-vnc-2.0-0.dll >%{mingw64_libdir}/libgtk-vnc-2.0.dll.a >%{mingw64_libdir}/pkgconfig/gtk-vnc-2.0.pc >%{mingw64_includedir}/gtk-vnc-2.0 > >%files -n mingw64-gvnc-tools >%{mingw64_bindir}/gvnccapture.exe > > >%changelog >* Sun Apr 22 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.5.0-7 >- Ported to the mingw-w64 based packaging guidelines >- Workaround out-of-tree build issue already fixed upstream > >* Wed Mar 07 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.5.0-6 >- Renamed the source package to mingw-gtk-vnc (RHBZ #800881) >- Use mingw macros without leading underscore > >* Tue Feb 28 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.5.0-5 >- Rebuild against the mingw-w64 toolchain > >* Tue Feb 02 2012 Erik van Pienbroek <epienbro@fedoraproejct.org> - 0.5.0-4 >- Enable debuginfo subpackage >- Dropped unneeded RPM tags >- Dropped .la files >- Dropped the %%{?fedora} >= 15 conditionals > >* Wed Feb 01 2012 Kalev Lember <kalevlember@gmail.com> - 0.5.0-3 >- Rebuilt for libpng 1.5 > >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Wed Dec 21 2011 Daniel P. Berrange <berrange@redhat.com> - 0.5.0-1 >- Update to 0.5.0 release > >* Thu Nov 10 2011 Daniel P. Berrange <berrange@redhat.com> - 0.4.4-1 >- Update to 0.4.4 release > >* Thu Jul 07 2011 Kalev Lember <kalevlember@gmail.com> - 0.4.1-4 >- Rebuilt against win-iconv > >* Thu Apr 28 2011 Kalev Lember <kalev@smartlink.ee> - 0.4.1-3 >- Rebuilt for proxy-libintl removal > >* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Wed Jul 14 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-1 >- Update to 0.4.1 release > >* Sun Jul 11 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-1 >- Update to 0.4.0 release >- Remove unsupported example program > >* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-6 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Fri Mar 6 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-5 >- Fix relative mouse handling to avoid 'invisible wall' > >* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-4 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Fri Feb 6 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-3 >- Downgrade mingw32-filesystem version so it can still build on F-10. > >* Fri Feb 6 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-2 >- Needs mingw32-filesystem with the pkg-config library path fix. >- Added optional BRs suggested by auto-buildrequires. >- Include the license file. > >* Tue Feb 3 2009 Michel Salim <salimma@fedoraproject.org> - 0.3.8-1 >- Update to 0.3.8 > >* Fri Jan 30 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.4.20081030hg >- Requires pkgconfig. > >* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.3.20081030hg >- Use _smp_mflags. >- Disable static library. >- Rebuild libtool. > >* Thu Oct 30 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.2.20081030hg >- Add Dan's fd/socket fix for Windows. > >* Thu Oct 30 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.1.20081030hg >- Upgrade to current version in Mercurial (pre-release of 0.3.8). >- More MinGW patches. > >* 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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 814997
: 579244 |
579245