]> git.pld-linux.org Git - packages/canto.git/blame - canto.spec
BR: rpmbuild(macros) >= 1.710
[packages/canto.git] / canto.spec
CommitLineData
03dd4639
ZU
1Summary: Canto is an Atom/RSS feed reader for the console
2Summary(hu.UTF-8): Canto egy Atom/RSS hírolvasó konzolra
3Name: canto
b0fbb292
JP
4Version: 0.7.10
5Release: 1
03dd4639
ZU
6License: GPL v2
7Group: Applications/Networking
8Source0: http://codezen.org/static/%{name}-%{version}.tar.gz
b0fbb292 9# Source0-md5: 541d1770496866a5d513305e118b2ab5
03dd4639
ZU
10URL: http://www.codezen.org/canto
11BuildRequires: ncurses-devel
12BuildRequires: python-devel >= 2.4.0
34e5bfce 13BuildRequires: rpm-pythonprov
acd967f0 14BuildRequires: rpmbuild(macros) >= 1.710
f49ba826
MB
15Requires: python-chardet
16Requires: python-feedparser
03dd4639
ZU
17Obsoletes: nrss
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Canto is an Atom/RSS feed reader for the console that is meant to be
22quick, concise, and colorful. It's meant to allow you to crank through
23feeds like you've never cranked before by providing a minimal, yet
24information packed interface. No navigating menus. No dense blocks of
25unreadable white text. An interface with almost infinite customization
26and extensibility using the excellent Python programming language.
27
28%description -l hu.UTF-8
80350cfa
ZU
29Canto egy Atom/RSS olvasó konzolra, azaz gyors, tömör és színes. Egy
30nagyon egyszerű felüleletet biztosít. Nincsenek menük, nincsenek sűrű
31képernyőrészek olvashatatlan fehér szöveggel. Egy interfész, amely
32majdnem a végtelenségig beállítható és bővíthető a Python programozási
33nyelv segítségével.
03dd4639
ZU
34
35%prep
36%setup -q
37
38%build
797deae2 39%py_build
03dd4639
ZU
40
41%install
42rm -rf $RPM_BUILD_ROOT
f49ba826 43
797deae2 44%py_install \
f49ba826
MB
45 --prefix=%{_prefix} \
46 --root=$RPM_BUILD_ROOT
47
48# Hack to set correctly VERSION_TUPLE
49rm -f $RPM_BUILD_ROOT%{py_sitedir}/canto/*.py{c,o}
50%py_comp $RPM_BUILD_ROOT%{py_sitedir}/canto
51%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/canto
52
53%py_postclean
03dd4639
ZU
54
55%clean
4e45afd9 56rm -rf $RPM_BUILD_ROOT
03dd4639
ZU
57
58%files
59%defattr(644,root,root,755)
80350cfa 60%doc ChangeLog INSTALL README doc/*
03dd4639
ZU
61%attr(755,root,root) %{_bindir}/%{name}
62%attr(755,root,root) %{_bindir}/%{name}-fetch
80350cfa 63%attr(755,root,root) %{_bindir}/%{name}-inspect
03dd4639
ZU
64%{_mandir}/man1/%{name}.1*
65%{_mandir}/man1/%{name}-fetch.1*
f49ba826 66%{py_sitedir}/Canto-*.egg-info
03dd4639 67%dir %{py_sitedir}/canto
80350cfa 68%{py_sitedir}/canto/cfg
f49ba826
MB
69%attr(755,root,root) %{py_sitedir}/canto/widecurse.so
70%{py_sitedir}/canto/*.py[co]
This page took 0.078175 seconds and 4 git commands to generate.