summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--qelectrotech.spec18
2 files changed, 12 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 1ab5c4f..01f0400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+clog
package-*.xml
*.tgz
+*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.xz.asc
diff --git a/qelectrotech.spec b/qelectrotech.spec
index 2644ad3..04dc003 100644
--- a/qelectrotech.spec
+++ b/qelectrotech.spec
@@ -1,13 +1,13 @@
# fedora/remirepo spec file for qelectrotech
#
-# Copyright (c) 2009-2021 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2009-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
#global svnrel 4947
-%global upver 0.8.0
+%global upver 0.9
%undefine _package_note_file
Name: qelectrotech
@@ -37,7 +37,7 @@ Epoch: 0
# Upstream version is a float so 0.11 < 0.2 < 0.21 < 0.3
# So use %.2f with upstream acknowledgment
# Remember to check upver macro on each update
-Version: 0.80
+Version: 0.90
%if 0%{?svnrel}
Release: 2.svn%{svnrel}%{?dist}
%else
@@ -45,7 +45,7 @@ Release: 1%{?dist}
%endif
# Prog is GPLv2 - Symbols/Elements are Creative Commons Attribution
-License: GPLv2+
+License: GPL-2.0-or-later
Url: http://qelectrotech.org/
%if 0%{?svnrel}
@@ -154,7 +154,7 @@ Summary(nl): Elementen collectie voor QElectroTech
Summary(pl): Kolekcja elementów QElectroTech
Summary(pt): Colecção de elementos para QElectroTech
Summary(ru): Коллекция элементов для QElectroTech
-License: CC-BY
+License: CC-BY-3.0
BuildArch: noarch
Requires: qelectrotech = %{epoch}:%{version}-%{release}
@@ -282,9 +282,7 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%endif
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/mime/application/x-qet-*.xml
%{_datadir}/mime/packages/%{name}.xml
-%{_datadir}/mimelnk/application/x-qet-*.desktop
%{_datadir}/icons/hicolor/*/*/*.png
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/lang
@@ -298,6 +296,10 @@ fi
%changelog
+* Fri Jan 6 2023 Remi Collet <remi@remirepo.net> - 0.90-1
+- update to 0.90
+- use SPDX license id
+
* Thu Feb 25 2021 Remi Collet <remi@remirepo.net> - 0.80-1
- update to 0.80