Update RPM and build instruction
This commit is contained in:
		
							
								
								
									
										5
									
								
								BUILD.md
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								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
 | 
					git clone https://github.com/PolyMC/PolyMC.git
 | 
				
			||||||
cd packages/rpm
 | 
					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
 | 
					### Building from command line
 | 
				
			||||||
You need a source folder, a build folder and an install folder.
 | 
					You need a source folder, a build folder and an install folder.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,8 +5,8 @@
 | 
				
			|||||||
%global quazip_shortcommit          %(c=%{quazip_commit}; echo ${c:0:7})
 | 
					%global quazip_shortcommit          %(c=%{quazip_commit}; echo ${c:0:7})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Name:           polymc
 | 
					Name:           polymc
 | 
				
			||||||
Version:        1.0.4
 | 
					Version:        1.0.5
 | 
				
			||||||
Release:        2%{?dist}
 | 
					Release:        1%{?dist}
 | 
				
			||||||
Summary:        Minecraft launcher with ability to manage multiple instances
 | 
					Summary:        Minecraft launcher with ability to manage multiple instances
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@@ -132,8 +132,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.polymc.PolyMC.des
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%changelog
 | 
					%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
 | 
					* Sun Jan 09 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 1.0.4-2
 | 
				
			||||||
- rework spec
 | 
					- rework spec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Fri Jan 7 2022 getchoo <getchoo at tuta dot io> - 1.0.4-1
 | 
					* Fri Jan 7 2022 getchoo <getchoo at tuta dot io> - 1.0.4-1
 | 
				
			||||||
- Initial polymc spec
 | 
					- Initial polymc spec
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user