diff options
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/BinaryFun.changes.in | 17 | ||||
-rw-r--r-- | rpm/BinaryFun.changes.run.in | 25 | ||||
-rw-r--r-- | rpm/harbour-binaryfun.spec (renamed from rpm/BinaryFun.spec) | 4 | ||||
-rw-r--r-- | rpm/harbour-binaryfun.yaml (renamed from rpm/BinaryFun.yaml) | 2 |
4 files changed, 3 insertions, 45 deletions
diff --git a/rpm/BinaryFun.changes.in b/rpm/BinaryFun.changes.in deleted file mode 100644 index cc8397e..0000000 --- a/rpm/BinaryFun.changes.in +++ /dev/null @@ -1,17 +0,0 @@ -# Rename this file as BinaryFun.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. -# -# Alternatively, if your changelog is automatically generated (e.g. with -# the git-change-log command provided with Sailfish OS SDK), create a -# BinaryFun.changes.run script to let mb2 run the required commands for you. - -# * date Author's Name <author's email> version-release -# - Summary of changes - -* Mon Jan 7 2019 Marvin Borner <contact@marvinborner.de> 0.1.1 -- Fixed bug with decimal zero - diff --git a/rpm/BinaryFun.changes.run.in b/rpm/BinaryFun.changes.run.in deleted file mode 100644 index c7f6475..0000000 --- a/rpm/BinaryFun.changes.run.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -# -# Rename this file as BinaryFun.changes.run to let mb2 automatically -# generate changelog from well formatted Git commit messages and tag -# annotations. - -git-change-log - -# Here are some basic examples how to change from the default behavior. Run -# git-change-log --help inside the Sailfish OS SDK chroot or build engine to -# learn all the options git-change-log accepts. - -# Use a subset of tags -#git-change-log --tags refs/tags/my-prefix/* - -# Group entries by minor revision, suppress headlines for patch-level revisions -#git-change-log --dense '/[0-9]\+\.[0-9\+$' - -# Trim very old changes -#git-change-log --since 2014-04-01 -#echo '[ Some changelog entries trimmed for brevity ]' - -# Use the subjects (first lines) of tag annotations when no entry would be -# included for a revision otherwise -#git-change-log --auto-add-annotations diff --git a/rpm/BinaryFun.spec b/rpm/harbour-binaryfun.spec index 2c75d11..b660eb0 100644 --- a/rpm/BinaryFun.spec +++ b/rpm/harbour-binaryfun.spec @@ -3,7 +3,7 @@ # Generated by: spectacle version 0.27 # -Name: BinaryFun +Name: harbour-binaryfun # >> macros # << macros @@ -19,7 +19,7 @@ Group: Qt/Qt License: LICENSE URL: http://example.org/ Source0: %{name}-%{version}.tar.bz2 -Source100: BinaryFun.yaml +Source100: harbour-binaryfun.yaml Requires: sailfishsilica-qt5 >= 0.10.9 BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 BuildRequires: pkgconfig(Qt5Core) diff --git a/rpm/BinaryFun.yaml b/rpm/harbour-binaryfun.yaml index ef849f9..042b43d 100644 --- a/rpm/BinaryFun.yaml +++ b/rpm/harbour-binaryfun.yaml @@ -1,4 +1,4 @@ -Name: BinaryFun +Name: harbour-binaryfun Summary: An awesome binary game Version: 0.1.1 Release: 1 |