This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba08152
commit b77a551
Showing
14 changed files
with
955 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
# | ||
# Do NOT Edit the Auto-generated Part! | ||
# Generated by: spectacle version 0.27 | ||
# | ||
|
||
Name: harbour-berail | ||
|
||
# >> macros | ||
# << macros | ||
|
||
%{!?qtc_qmake:%define qtc_qmake %qmake} | ||
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5} | ||
%{!?qtc_make:%define qtc_make make} | ||
%{?qtc_builddir:%define _builddir %qtc_builddir} | ||
Summary: BeRail | ||
Version: 1.0 | ||
Release: 1 | ||
Group: Qt/Qt | ||
License: LICENSE | ||
URL: http://example.org/ | ||
Source0: %{name}-%{version}.tar.bz2 | ||
Source100: harbour-berail.yaml | ||
Requires: sailfishsilica-qt5 >= 0.10.9 | ||
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 | ||
BuildRequires: pkgconfig(Qt5Core) | ||
BuildRequires: pkgconfig(Qt5Qml) | ||
BuildRequires: pkgconfig(Qt5Quick) | ||
BuildRequires: desktop-file-utils | ||
|
||
%description | ||
BeRail is a Sailfish OS application to plan your journeys on the Belgian railway. | ||
|
||
%prep | ||
%setup -q -n %{name}-%{version} | ||
|
||
# >> setup | ||
# << setup | ||
|
||
%build | ||
# >> build pre | ||
# << build pre | ||
|
||
%qtc_qmake5 | ||
|
||
%qtc_make %{?_smp_mflags} | ||
|
||
# >> build post | ||
# << build post | ||
|
||
%install | ||
rm -rf %{buildroot} | ||
# >> install pre | ||
# << install pre | ||
%qmake5_install | ||
|
||
# >> install post | ||
# << install post | ||
|
||
desktop-file-install --delete-original \ | ||
--dir %{buildroot}%{_datadir}/applications \ | ||
%{buildroot}%{_datadir}/applications/*.desktop | ||
|
||
%files | ||
%defattr(-,root,root,-) | ||
%{_bindir} | ||
%{_datadir}/%{name} | ||
%{_datadir}/applications/%{name}.desktop | ||
%{_datadir}/icons/hicolor/*/apps/%{name}.png | ||
# >> files | ||
# << files | ||
%changelog | ||
# Rename this file as harbour-berail.changes to include changelog | ||
# entries in your RPM file. | ||
# | ||
# Add new changelog entries following the format below. | ||
# Add newest entries to the top of the list. | ||
# Separate entries from eachother with a blank line. | ||
|
||
# * date Author's Name <author's email> version-release | ||
# - Summary of changes | ||
|
||
* Mon May 22 2017 Dylan Van Assche <dylan.van.assche@protonmail.com.com> 1.0-1 | ||
- Initial release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.