-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version up Version 0.4.5 and add .spec file #1009
Conversation
Signed-off-by: SergeyMy <virtual@ufasp.ru>
|
||
License: GPLv3 | ||
URL: https://www.maartenbaert.be/simplescreenrecorder/ | ||
Source0: https://github.com/SergeyMy/ssr/archive/%{version}/%{name}-%{version}.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to point to your fork or the main project's repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to point to your fork or the main project's repository?
main project's repository
only a label (tag) other than master is needed +>0.4.4 otherwise github.com/SergeyMy/ssr
:)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What command we need to use to fetch this « tag » revision of code ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
git clone https://github.com/SergeyMy/ssr.git -b 0.4.5
or
wget https://github.com/SergeyMy/ssr/archive/0.4.5/simplescreenrecorder-0.4.5.tar.gz
or
spectool -g -R simplescreenrecorder.spec
I too hope @MaartenBaert will wrap up a new release soon, as it would make life easier when maintaining the Debian package. But I suspect this pull request would be easier to handle if it was split in two, one for the new release and a separate one for adding a rpm spec file. |
version up Version 0.4.5 and add .spec file