mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #50] Package for Fedora #642
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#642
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ku1ik on GitHub (Nov 26, 2013).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/50
Looks like Jakub Jedelsky is already doing some work in that matter: https://bugzilla.redhat.com/show_bug.cgi?id=1034492
@jakubjedelsky commented on GitHub (Dec 2, 2013):
You was faster than me :) yes, there is a review process just running. I'll inform here about result.
@ku1ik commented on GitHub (Dec 2, 2013):
@jakubjedelsky awesome!
@jakubjedelsky commented on GitHub (Jan 29, 2014):
It took a while, but package is in testing repositories of Fedora and EPEL now. It'll be in stable in cca one week.
Installation for Fedora (available for 19, 20, Rawhide):
yum --enablerepo=updates-testing install asciinemaInstalation from EPEL (for RHEL, CentOS, ...):
yum --enablerepo=epel-testing install asciinemaEnjoy.
@ku1ik commented on GitHub (Jan 30, 2014):
🙇
@ku1ik commented on GitHub (Feb 22, 2014):
@jakubjedelsky installation on Fedora works perfectly, thx! Do you know if the package will hit epel-stable soon? I just tried on CentOS 6.5 with epel enabled (but not testing) and it can't be found.
@ku1ik commented on GitHub (Feb 22, 2014):
@jakubjedelsky installation on Fedora works perfectly, thx! Do you know if the package will hit epel-stable soon? I just tried on CentOS 6.5 with epel enabled (but not testing) and it can't be found.
@jakubjedelsky commented on GitHub (Feb 22, 2014):
0.9.8 is in epel 6 testing for one week and I can post it to stable after 14 days.. So we must wait about one week more. I'll post an update here.
@jakubjedelsky commented on GitHub (Mar 2, 2014):
asciinema is in epel 6 stable repository, yippee - http://dl.fedoraproject.org/pub/epel/6/x86_64/repoview/asciinema.html .
@ku1ik commented on GitHub (Mar 2, 2014):
Great! Thanks @jakubjedelsky.
Should I close this issue and open a new one each time a new version of asciinema comes out so you can update the rpm spec?
@jakubjedelsky commented on GitHub (Mar 2, 2014):
I think you can close this issue.
I set up a monitoring of new versions, so I receive a bug from rh bugzilla about it. You needn't to open a new one here :)
@ku1ik commented on GitHub (Mar 2, 2014):
Great, thx.
@ku1ik commented on GitHub (Dec 17, 2014):
New version is out and ... it's now a Go program. Do you have experience in packaging Go apps @jakubjedelsky?
@ku1ik commented on GitHub (Dec 17, 2014):
New version is out and ... it's now a Go program. Do you have experience in packaging Go apps @jakubjedelsky?
@jakubjedelsky commented on GitHub (Dec 18, 2014):
Nope, I haven't, but this is good way to learn it :) I'll prepare package for Fedora Rawhide
@ku1ik commented on GitHub (Dec 18, 2014):
Great. Just ask here if you have questions about compiling it. There's
Makefilein the repo, building is a matter of runningmake deps buildfollowed byPREFIX=... make install(or manually copying binary + license + readme + ...).@ku1ik commented on GitHub (Dec 18, 2014):
Btw, notice that license changed to GPLv3.
@ku1ik commented on GitHub (Mar 12, 2015):
Hey. I just released 1.0.0 :)
The repo was renamed back to
asciinema, sorry about that.All the dependencies are now vendored, so to build asciinema now you only need the source code. Thus
make depswas removed because it's no longer needed.Other than these two, nothing changed with regard to building.
/cc @jakubjedelsky
@jakubjedelsky commented on GitHub (Mar 13, 2015):
Hi Marcin,
I'm watching it and I'll start to prepare package asap. Go asciinema will be available for Fedora only - epel hasn't dependencies ready yet.
@ku1ik commented on GitHub (Mar 13, 2015):
Great, thanks!
@jakubjedelsky commented on GitHub (Mar 17, 2015):
I just took a closer look and have the same problem as in #43 - we have to use libraries from repositories, not to build and deliver duplicated code from package.
Package for github.com/docopt/docopt-go is not prepared for Fedora yet so I must prepare it first. Because of that it takes a while to prepare correct asciinema package.
@jakubjedelsky commented on GitHub (Apr 7, 2015):
Package for Fedora is prepared, just waiting for dependency docopt-go to be pushed to repositories and I'll push the asciinema itself. The v1.0.0 will go to Fedora 22 (in alpha right now) and rawhide (development) only - in stable repos it will be in 7+ days. Unfortunately there aren't dependencies in EPEL 6 nor 7 repos yet.
For early adopters there is my own copr repo with new version: https://copr.fedoraproject.org/coprs/kubo/asciinema/
I think we can close this issue.
@ku1ik commented on GitHub (Apr 8, 2015):
👍
@ku1ik commented on GitHub (Apr 8, 2015):
👍
@ku1ik commented on GitHub (Jun 22, 2015):
@jakubjedelsky hey! I just released v1.1.1 ;)
@jakubjedelsky commented on GitHub (Jun 22, 2015):
I got it. There is a new dependency (termios) which isn't in Fedora repos yet so I have to push it there first. And it can takes some time. I'll send an update here.
@jakubjedelsky commented on GitHub (Jul 8, 2015):
Asciinema 1.1.1 is available in my copr repository: https://copr.fedoraproject.org/coprs/kubo/asciinema
For official Fedora repositories I have to get a review for creack/termios package. When this package will be in repositories, I can push new version of asciinema there. Feel free to close this issue, I'm notified by RedHat's bugzilla with every new release.
@ku1ik commented on GitHub (Jul 9, 2015):
Thanks Jakub!