templates: update default URLs and some other small changes

This commit is contained in:
Silvan Calarco 2021-05-19 19:55:23 +02:00
parent 3474e9ee0e
commit 87bcfb6ca7
4 changed files with 8 additions and 10 deletions

View File

@ -12,9 +12,8 @@ Group: ...
Vendor: @VENDOR@ Vendor: @VENDOR@
Distribution: @DISTRO@ Distribution: @DISTRO@
Packager: @packager_fullname@ <@packager_email@> Packager: @packager_fullname@ <@packager_email@>
URL: http://www.gnome.org URL: https://www.gnome.org
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}-*.tar.bz2 Source: https://download.gnome.org/pub/GNOME/%{gnomegroup}/%{gnomemajver}/%{gnomever}/sources/%{pkgname}-%{version}.tar.bz2
Source: http://ftp.gnome.org/pub/GNOME/%{gnomegroup}/%{gnomemajver}/%{gnomever}/sources/%{pkgname}-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements. ## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements.

View File

@ -8,9 +8,9 @@ Group: ...
Vendor: @VENDOR@ Vendor: @VENDOR@
Distribution: @DISTRO@ Distribution: @DISTRO@
Packager: @packager_fullname@ <@packager_email@> Packager: @packager_fullname@ <@packager_email@>
URL: http://www.kde.org URL: https://kde.org
Source: ... Source: ...
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz # Source: https://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
License: ... License: ...
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements. ## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements.

View File

@ -8,13 +8,12 @@ Group: System/Libraries/Perl
Vendor: @VENDOR@ Vendor: @VENDOR@
Distribution: @DISTRO@ Distribution: @DISTRO@
Packager: @packager_fullname@ <@packager_email@> Packager: @packager_fullname@ <@packager_email@>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://www.cpan.org/modules/by-module/... Source: https://www.cpan.org/modules/by-module/...
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements. ## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements.
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
%description %description

View File

@ -41,8 +41,8 @@ sed -i "\\,\\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required ## note: this list is just an example; modify as required
#%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
#%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
@standard_docs@ @standard_docs@
## note: add extra documentation (if any) ## note: add extra documentation (if any)
# @standard_docs_devel@ # @standard_docs_devel@