aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswirl <roachh@protonmail.com>2022-01-09 17:57:18 -0500
committerGitHub <noreply@github.com>2022-01-09 17:57:18 -0500
commit3fa6e2243047005505a3de6f133feaa2f2eeb10a (patch)
tree6d5b555e31b3671183c187da81e36eb5544a98e6
parent1cc7a193c27855bd30a90cb24ad678064a26022d (diff)
parentc86ac772c81807a83453a0e0638e9d0d1810122f (diff)
downloadPrismLauncher-3fa6e2243047005505a3de6f133feaa2f2eeb10a.tar.gz
PrismLauncher-3fa6e2243047005505a3de6f133feaa2f2eeb10a.tar.bz2
PrismLauncher-3fa6e2243047005505a3de6f133feaa2f2eeb10a.zip
Merge pull request #40 from Jan200101/PR/rpm-1.0.5
-rw-r--r--BUILD.md5
-rw-r--r--packages/rpm/polymc.spec9
2 files changed, 9 insertions, 5 deletions
diff --git a/BUILD.md b/BUILD.md
index f0573ab1..1c06febb 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -52,10 +52,11 @@ You don't need to install the build dependencies, as the script will use `dnf` t
```
git clone https://github.com/PolyMC/PolyMC.git
cd packages/rpm
-./makerpm.sh
+sudo dnf builddep ./polymec.spec
+rpmbuild -bb ./polymec.spec
```
-If everything works correctly, the .rpm will be next to the build script, in `PolyMC/packages/rpm`
+The path to the rpm packages will be printed at the end of building
### Building from command line
You need a source folder, a build folder and an install folder.
diff --git a/packages/rpm/polymc.spec b/packages/rpm/polymc.spec
index f22ba078..f5a6fe07 100644
--- a/packages/rpm/polymc.spec
+++ b/packages/rpm/polymc.spec
@@ -5,8 +5,8 @@
%global quazip_shortcommit %(c=%{quazip_commit}; echo ${c:0:7})
Name: polymc
-Version: 1.0.4
-Release: 2%{?dist}
+Version: 1.0.5
+Release: 1%{?dist}
Summary: Minecraft launcher with ability to manage multiple instances
#
@@ -132,8 +132,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.polymc.PolyMC.des
%changelog
+* Sun Jan 09 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 1.0.5-1
+- Update to 1.0.5
+
* Sun Jan 09 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 1.0.4-2
- rework spec
* Fri Jan 7 2022 getchoo <getchoo at tuta dot io> - 1.0.4-1
-- Initial polymc spec \ No newline at end of file
+- Initial polymc spec