Add lightscreen.spec to enable builds for (S)RPM#41
Open
Darksider3 wants to merge 5 commits intockaiser:masterfrom
Open
Add lightscreen.spec to enable builds for (S)RPM#41Darksider3 wants to merge 5 commits intockaiser:masterfrom
Darksider3 wants to merge 5 commits intockaiser:masterfrom
Conversation
See changelog: * Wed Apr 25 2018 darksider3 <github@darksider3.de> - 1.6.2 - Change all Uppercase Lightscreen to name-variable - use uncompress-macro, not unzip - use S/P-macro instead of SHAs - use global instead of define - use __cp-macro instead of cp - use __install-macro instead of install - __make-macro instead of make - __mkdir_p-macro instead of mkdir-p - __patch-macro instead of patch - delete macro in comments - include README.md and LICENSE! - remove executable flag from doc-files. - reindent changelog
Author
|
I've also added 2 patches. One is that one described in request Nr. 40, the other one introduces some default return, because open suse's open build system doesn't like functions without guaranteed returns |
not needed anymore(updatet to (uppercase) Lightscreen.spec)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey!
I've created for a friend that *.spec file.
It just enables lightscreen to be build trough RPKG/RPM and build corresponding packages. As well, it would be awesome when you could merge the
success-fix: #40, because it wont build anywhere without it.There are already some done on
COPR: https://copr.fedorainfracloud.org/coprs/darksider3/lightscreen/package/lightscreen/
Open Build System(SUSE): https://build.opensuse.org/package/show/home:darksider3/Lightscreen (this one actually only works for factory-versions yet because there is no qt5.9 in the other ones)
Thanks.