Просмотр исходного кода

modified some RPM sepcs

git-svn-id: svn://svn.siningsoft.de/harbour-onvista@3 1d30bd6c-6a19-43b6-b8c8-53ff4afb00dc
devnull 6 лет назад
Родитель
Сommit
2253673840
3 измененных файлов с 10 добавлено и 8 удалено
  1. 2 2
      harbour-onvista.pro.user
  2. 4 3
      rpm/harbour-onvista.spec
  3. 4 3
      rpm/harbour-onvista.yaml

+ 2 - 2
harbour-onvista.pro.user

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 4.9.1, 2019-12-03T17:33:50. -->
+<!-- Written by QtCreator 4.9.1, 2019-12-07T11:42:31. -->
 <qtcreator>
 <qtcreator>
  <data>
  <data>
   <variable>EnvironmentId</variable>
   <variable>EnvironmentId</variable>
@@ -402,7 +402,7 @@
      <value type="int">14</value>
      <value type="int">14</value>
     </valuelist>
     </valuelist>
     <value type="QString" key="MerRunConfiguration.QmlLiveBenchWorkspace">/home/devnull/ed/Programme/entwurf/SailfishOS/harbour-onvista</value>
     <value type="QString" key="MerRunConfiguration.QmlLiveBenchWorkspace">/home/devnull/ed/Programme/entwurf/SailfishOS/harbour-onvista</value>
-    <value type="bool" key="MerRunConfiguration.QmlLiveEnabled">true</value>
+    <value type="bool" key="MerRunConfiguration.QmlLiveEnabled">false</value>
     <value type="int" key="MerRunConfiguration.QmlLiveIpcPort">-1</value>
     <value type="int" key="MerRunConfiguration.QmlLiveIpcPort">-1</value>
     <value type="int" key="MerRunConfiguration.QmlLiveOptions">3</value>
     <value type="int" key="MerRunConfiguration.QmlLiveOptions">3</value>
     <value type="QString" key="MerRunConfiguration.QmlLiveTargetWorkspace"></value>
     <value type="QString" key="MerRunConfiguration.QmlLiveTargetWorkspace"></value>

+ 4 - 3
rpm/harbour-onvista.spec

@@ -10,11 +10,11 @@ Name:       harbour-onvista
 
 
 Summary:    Onvista (unofficial)
 Summary:    Onvista (unofficial)
 Version:    0.2
 Version:    0.2
-Release:    1
+Release:    2
 Group:      Qt/Qt
 Group:      Qt/Qt
 License:    GPL
 License:    GPL
 BuildArch:  noarch
 BuildArch:  noarch
-URL:        http://example.org/
+URL:        https://wiki.siningsoft.de/doku.php?id=sailfishos:projects:onvista
 Source0:    %{name}-%{version}.tar.bz2
 Source0:    %{name}-%{version}.tar.bz2
 Source100:  harbour-onvista.yaml
 Source100:  harbour-onvista.yaml
 Requires:   sailfishsilica-qt5 >= 0.10.9
 Requires:   sailfishsilica-qt5 >= 0.10.9
@@ -26,7 +26,8 @@ BuildRequires:  pkgconfig(Qt5Quick)
 BuildRequires:  desktop-file-utils
 BuildRequires:  desktop-file-utils
 
 
 %description
 %description
-Short description of my Sailfish OS Application
+This application is a simple try to implement a webKit application on Sailfish OS.
+It will access the mobile webpage of german broker OnVista.
 
 
 
 
 %prep
 %prep

+ 4 - 3
rpm/harbour-onvista.yaml

@@ -1,11 +1,11 @@
 Name: harbour-onvista
 Name: harbour-onvista
 Summary: Onvista (unofficial)
 Summary: Onvista (unofficial)
 Version: 0.2
 Version: 0.2
-Release: 1
+Release: 2
 # The contents of the Group field should be one of the groups listed here:
 # The contents of the Group field should be one of the groups listed here:
 # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
 # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
 Group: Qt/Qt
 Group: Qt/Qt
-URL: http://example.org/
+URL: https://wiki.siningsoft.de/doku.php?id=sailfishos:projects:onvista
 BuildArch: noarch
 BuildArch: noarch
 License: GPL
 License: GPL
 # This must be generated before uploading a package to a remote build service.
 # This must be generated before uploading a package to a remote build service.
@@ -13,7 +13,8 @@ License: GPL
 Sources:
 Sources:
 - '%{name}-%{version}.tar.bz2'
 - '%{name}-%{version}.tar.bz2'
 Description: |
 Description: |
-  Short description of my Sailfish OS Application
+    This application is a simple try to implement a webKit application on Sailfish OS.
+    It will access the mobile webpage of german broker OnVista.
 Configure: none
 Configure: none
 Builder: qmake5
 Builder: qmake5