]> git.pld-linux.org Git - packages/canto.git/blob - canto.spec
34adbc60e86606e9ac7dc3bee95d2e4f8f0ae523
[packages/canto.git] / canto.spec
1 Summary:        Canto is an Atom/RSS feed reader for the console
2 Summary(hu.UTF-8):      Canto egy Atom/RSS hírolvasó konzolra
3 Name:           canto
4 Version:        0.4.5
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Networking
8 Source0:        http://codezen.org/static/%{name}-%{version}.tar.gz
9 # Source0-md5:  167ed02e36488ff773cf818e01f150ea
10 URL:            http://www.codezen.org/canto
11 BuildRequires:  ncurses-devel
12 BuildRequires:  python-devel >= 2.4.0
13 Obsoletes:      nrss
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Canto is an Atom/RSS feed reader for the console that is meant to be
18 quick, concise, and colorful. It's meant to allow you to crank through
19 feeds like you've never cranked before by providing a minimal, yet
20 information packed interface. No navigating menus. No dense blocks of
21 unreadable white text. An interface with almost infinite customization
22 and extensibility using the excellent Python programming language.
23
24 %description -l hu.UTF-8
25 Canto egy Atom/RSS olvasó konzolra, azaz gyors, tömör és színes.
26 Egy nagyon egyszerű felüleletet biztosít. Nincsenek menük,
27 nincsenek sűrű képernyőrészek olvashatatlan fehér szöveggel.
28 Egy interfész, amely majdnem a végtelenségig beállítható és
29 bővíthető a Python programozási nyelv segítségével.
30
31 %prep
32 %setup -q
33
34 %build
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 ./setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog INSTALL README
46 %attr(755,root,root) %{_bindir}/%{name}
47 %attr(755,root,root) %{_bindir}/%{name}-fetch
48 %{_mandir}/man1/%{name}.1*
49 %{_mandir}/man1/%{name}-fetch.1*
50 %dir %{py_sitedir}/canto
51 %dir %{py_sitedir}/canto_fetch
52 %{py_sitedir}/canto/*
53 %{py_sitedir}/canto_fetch/*
This page took 0.044544 seconds and 3 git commands to generate.