Codebase list virt-viewer / beeff76
docs: update to point users to gitlab.com project The project primary git repo has moved from pagure.io to gitlab.com/virt-viewer/virt-viewer. We want users to submit code contributions, bug reports and support questions to the gitlab project, not the mailing list, nor bugzilla, nor the virt-manager.org site. We're still using virt-manager.org for hosting downloads of source and pagure.io for MSIs, but we'll aim to change that too. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Daniel P. Berrangé 3 years ago
10 changed file(s) with 18 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
+0
-4
.gitpublish less more
0 [gitpublishprofile "default"]
1 base = master
2 to = virt-tools-list@redhat.com
3 prefix = virt-viewer PATCH
2828
2929 http://libvirt.org/
3030
31 Further information about the Virt Viewer application can be
32 found on the Virt Manager website:
31 Bug reports / support questions should be submitted to
3332
34 http://virt-manager.org/
33 http://gitlab.com/virt-viewer/virt-viewer/-/issues
3534
36 Feedback should be directed to the mailing list at
35 Code contributions should be submitted as merge requests to
3736
38 http://www.redhat.com/mailman/listinfo/virt-tools-list
37 http://gitlab.com/virt-viewer/virt-viewer/-/merge_requests
2323 <provides>
2424 <binary>remote-viewer</binary>
2525 </provides>
26 <url type="homepage">https://virt-manager.org/</url>
27 <updatecontact>virt-tools-list_at_redhat.com</updatecontact>
26 <url type="homepage">https://gitlab.com/virt-viewer/virt-viewer/</url>
27 <updatecontact>https://gitlab.com/virt-viewer/virt-viewer/</updatecontact>
2828 </component>
379379
380380 =head1 BUGS
381381
382 Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/virt-tools-list>
382 Report bugs to https://gitlab.com/virt-viewer/virt-viewer/-/issues
383383
384384 =head1 COPYRIGHT
385385
386 Copyright (C) 2012-2014 Red Hat, Inc., and various contributors.
386 Copyright (C) 2012-2020 Red Hat, Inc., and various contributors.
387387 This is free software. You may redistribute copies of it under the terms of the GNU General
388388 Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY,
389389 to the extent permitted by law.
390390
391391 =head1 SEE ALSO
392392
393 C<virt-viewer(1)>, C<spice-client(1)>, the project website C<http://virt-manager.org>
393 C<virt-viewer(1)>, C<spice-client(1)>, the project website C<http://gitlab.com/virt-viewer/virt-viewer>
394394
395395 =cut
211211
212212 =head1 BUGS
213213
214 Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/virt-tools-list>
214 Report bugs to https://gitlab.com/virt-viewer/virt-viewer/-/issues
215215
216216 =head1 COPYRIGHT
217217
218 Copyright (C) 2007-2014 Red Hat, Inc., and various contributors.
218 Copyright (C) 2007-2020 Red Hat, Inc., and various contributors.
219219 This is free software. You may redistribute copies of it under the terms of the GNU General
220220 Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY,
221221 to the extent permitted by law.
222222
223223 =head1 SEE ALSO
224224
225 C<virsh(1)>, C<virt-manager(1)>, C<spice-client(1)>, the project website C<http://virt-manager.org>
225 C<virsh(1)>, C<virt-manager(1)>, C<spice-client(1)>, the project website C<http://gitlab.com/virt-viewer/virt-viewer>
226226
227227 =cut
1515 Summary: MinGW Windows virt-viewer console application
1616
1717 License: GPLv2+
18 URL: http://virt-manager.org/
18 URL: http://gitlab.com/virt-viewer/virt-viewer
1919 Source0: ftp://virt-manager.org/downloads/virt-viewer/virt-viewer-%{version}.tar.gz
2020
2121 BuildRequires: mingw32-adwaita-icon-theme
00 DOMAIN = $(PACKAGE_NAME)
11 COPYRIGHT_HOLDER = The Virt Viewer authors
2 MSGID_BUGS_ADDRESS = https://virt-manager.org/bugs/
2 MSGID_BUGS_ADDRESS = https://gitlab.com/virt-viewer/virt-viewer/-/issues
33
44 MAINTAINERCLEANFILES = $(GMOFILES) $(POTFILE) $(POFILES)
55
1515 <property name="copyright" translatable="yes">Copyright (C) 2007-2012 Daniel P. Berrange
1616 Copyright (C) 2007-2014 Red Hat, Inc.</property>
1717 <property name="comments" translatable="yes">A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt</property>
18 <property name="website">http://virt-manager.org/</property>
19 <property name="website_label" translatable="yes">virt-manager.org</property>
18 <property name="website">http://gitlab.com/virt-viewer/virt-viewer/</property>
19 <property name="website_label" translatable="yes">gitlab.com/virt-viewer/virt-viewer</property>
2020 <property name="license" translatable="yes">This program is free software; you can redistribute it and/or modify
2121 it under the terms of the GNU General Public License as published by
2222 the Free Software Foundation; either version 2 of the License, or
66 BEGIN
77 BLOCK "040904E4"
88 BEGIN
9 VALUE "CompanyName", "virt-manager.org"
9 VALUE "CompanyName", "https://gitlab.com/virt-viewer/virt-viewer"
1010 VALUE "FileDescription", "VirtViewer desktop client"
1111 VALUE "FileVersion", "@VERSION@"
1212 VALUE "InternalName", "@PACKAGE_STRING@"
2121 Release: 1%{?dist}
2222 Summary: Virtual Machine Viewer
2323 License: GPLv2+
24 URL: http://virt-manager.org/
24 URL: http://gitlab.com/virt-viewer/virt-viewer
2525 Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
2626 Requires: openssh-clients
2727 Requires(post): %{_sbindir}/update-alternatives