[sailfish] version bump
This commit is contained in:
parent
d0a7b3b9d7
commit
94aca25603
3 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# - desktop filename must be changed
|
||||
# - icon definition filename in desktop file must be changed
|
||||
|
||||
VERSION = 0.3.5
|
||||
VERSION = 0.3.6
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
DEFINES += Q_OS_SAILFISH
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ Name: harbour-ttrss
|
|||
%{!?qtc_make:%define qtc_make make}
|
||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||
Summary: The Tiny Tiny RSS Reader for Sailfish
|
||||
Version: 0.3.5
|
||||
Release: 2
|
||||
Version: 0.3.6
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
URL: http://example.org/
|
||||
|
|
@ -62,6 +62,7 @@ desktop-file-install --delete-original \
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
/usr/share/harbour-ttrss/qml
|
||||
/usr/share/icons/hicolor/86x86/apps
|
||||
/usr/share/applications
|
||||
/usr/share/harbour-ttrss
|
||||
|
|
@ -70,6 +71,5 @@ desktop-file-install --delete-original \
|
|||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/%{name}/qml
|
||||
%{_bindir}
|
||||
/usr/share/harbour-ttrss/qml
|
||||
# >> files
|
||||
# << files
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Name: harbour-ttrss
|
||||
Summary: The Tiny Tiny RSS Reader for Sailfish
|
||||
Version: 0.3.5
|
||||
Release: 2
|
||||
Version: 0.3.6
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
URL: http://example.org/
|
||||
License: LICENSE
|
||||
|
|
@ -19,6 +19,7 @@ PkgConfigBR:
|
|||
Requires:
|
||||
- sailfishsilica-qt5 >= 0.10.9
|
||||
Files:
|
||||
- /usr/share/harbour-ttrss/qml
|
||||
- /usr/share/icons/hicolor/86x86/apps
|
||||
- /usr/share/applications
|
||||
- /usr/share/harbour-ttrss
|
||||
|
|
@ -27,5 +28,4 @@ Files:
|
|||
- '%{_datadir}/applications/%{name}.desktop'
|
||||
- '%{_datadir}/%{name}/qml'
|
||||
- '%{_bindir}'
|
||||
- /usr/share/harbour-ttrss/qml
|
||||
PkgBR: []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue