-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed any mistakes and updated changelog and spec file
- Loading branch information
Gethyn ThomasQuail
committed
Dec 9, 2014
1 parent
c708864
commit da84384
Showing
5 changed files
with
47 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
##XLennart | ||
|
||
XLennart 1.0 - An XBill Modification | ||
XLennart 1.1 - An XBill Modification | ||
|
||
##Compiling | ||
|
||
|
@@ -67,10 +67,18 @@ This might not be an issue anymore with the improvements done to 1.1 | |
|
||
## Releases | ||
|
||
Source Code (1.1): | ||
|
||
https://github.com/Xylemon/xlennart/releases/download/1.1/xlennart-1.1.tar.gz | ||
|
||
http://www.bloodbathsoftworks.com/xylemon/uploads/xlennart/xlennart-1.1.tar.gz | ||
|
||
Source Code (1.0): | ||
|
||
https://github.com/Xylemon/xlennart/releases/download/1.0/xlennart-1.0.tar.gz | ||
|
||
http://www.bloodbathsoftworks.com/xylemon/uploads/xlennart/xlennart-1.0.tar.gz | ||
|
||
OpenBSD Modifications: | ||
|
||
Can be found at http://openports.se/games/xlennart | ||
|
@@ -128,3 +136,15 @@ Programming & graphics: | |
Gethyn ThomasQuail <[email protected]> for XLennart | ||
|
||
See README.Credits for everyone involved. | ||
|
||
##Disclaimer | ||
|
||
XLennart is not a personal attack against anyone, it's just a harmless | ||
parody/commentary on a situation in Linux and Unix history. I do not desire or | ||
condone the act of violence against any of the Red Hat developers. Remember folks, | ||
this is just a game! | ||
|
||
Also note that this game is NOT affiliated with Bloodbath Softworks, any mentions of | ||
the copyright going to Bloodbath Softworks in the previous releases were simply a | ||
mistake. Only relation Bloodbath has to XLennart is the current hosting of the main | ||
page and files. This will be moved to another domain soon enough. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" This man page was originally written by [email protected] for XBill | ||
.\" It's currently maintained by [email protected] | ||
.TH "xlennart" "6" "November 2014" "Version 1.0" | ||
.TH "xlennart" "6" "December 2014" "Version 1.1" | ||
.SH NAME | ||
xlennart \- save your computers from SystenD [TM] virus | ||
.SH SYNOPSIS | ||
|
@@ -75,7 +75,7 @@ Programming & graphics: | |
|
||
.SH COPYING | ||
Copyright (c) 1994-2001 Psychosoft | ||
Copyright (c) 2014 Bloodbath Softworks | ||
Copyright (c) 2014 Gethyn ThomasQuail | ||
.PP | ||
It's FREE! If you want to express your undying gratitude to us for | ||
bringing a small bit of meaning into your otherwise pointless | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Summary: Stop Lennart from loading his init system into all the computers. | ||
Name: xlennart | ||
Version: 1.0 | ||
Release: 1 | ||
Version: 1.1 | ||
Release: 2 | ||
Copyright: GPL | ||
Group: Amusements/Games | ||
Source: http://www.bloobathsoftworks.com/xylemon/uploads/xlennart/%{name}-%{version}.tar.gz | ||
Source: http://www.bloodbathsoftworks.com/xylemon/uploads/xlennart/%{name}-%{version}.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-root | ||
|
||
%description | ||
|
@@ -27,10 +27,10 @@ rm -rf $RPM_BUILD_ROOT | |
make DESTDIR=$RPM_BUILD_ROOT install | ||
|
||
( cd $RPM_BUILD_ROOT | ||
mkdir -p ./etc/X11/applnk/Games | ||
cat > ./etc/X11/applnk/Games/xlennart.desktop <<EOF | ||
mkdir -p ./usr/share/applications/ | ||
cat > ./usr/share/applications/xlennart.desktop <<EOF | ||
[Desktop Entry] | ||
Version=1.0 | ||
Version=1.1 | ||
Type=Application | ||
Name=XLennart | ||
Comment=Save the Unix world. | ||
|
@@ -48,9 +48,16 @@ rm -rf $RPM_BUILD_ROOT | |
%defattr(-,root,root) | ||
/usr/bin/xlennart | ||
%config(noreplace) /var/lib/games/xlennart/scores | ||
/usr/share/xlennart | ||
%config /etc/X11/applnk/Games/xlennart.desktop | ||
/usr/share/games/xlennart | ||
%config /usr/share/applications/xlennart.desktop | ||
|
||
%changelog | ||
* Sun Nov 2 2014 Gethyn ThomasQuail <[email protected]> | ||
- First release! | ||
* Thu Dec 5 2014 Gethyn ThomasQuail <[email protected]> | ||
- Clean up in makefile and configure scripts (Michael Shigorin and Dmitrij D. Czarkoff) | ||
- Now uses GTK2 instead of GTK1 (Michael Shigorin) | ||
- Improved Distro graphics and added a new one for a special occasion | ||
- Some improvements to other images like the about page | ||
- Removed unsed and outdated images | ||
- Fixed some small copyright text |