]> git.pld-linux.org Git - packages/asciinema.git/blob - asciinema.spec
BR: rpmbuild(macros) >= 1.710
[packages/asciinema.git] / asciinema.spec
1 Summary:        Command line recorder for asciinema.org service
2 Name:           asciinema
3 Version:        0.9.7
4 Release:        1
5 License:        MIT
6 Group:          Applications/Networking
7 Source0:        https://pypi.python.org/packages/source/a/asciinema/%{name}-%{version}.tar.gz
8 # Source0-md5:  df9cde430210db8f054e78e163914ca5
9 URL:            http://asciinema.org/docs
10 BuildRequires:  rpmbuild(macros) >= 1.710
11 BuildRequires:  rpm-pythonprov
12 Requires:       python-distribute
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Command line client for asciinema.org service.
18
19 %prep
20 %setup -q
21
22 # Remove bundled egg-info
23 %{__rm} -r %{name}.egg-info
24
25 %build
26 %py_build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %py_install
31
32 %py_postclean
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/asciinema
40 %{py_sitescriptdir}/asciinema
41 %{py_sitescriptdir}/asciinema-%{version}-py*.egg-info
This page took 0.068837 seconds and 4 git commands to generate.