]> git.pld-linux.org Git - packages/canto.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 18 Aug 2008 11:59:26 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    canto.spec -> 1.1

canto.spec [new file with mode: 0644]

diff --git a/canto.spec b/canto.spec
new file mode 100644 (file)
index 0000000..34adbc6
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       Canto is an Atom/RSS feed reader for the console
+Summary(hu.UTF-8):     Canto egy Atom/RSS hírolvasó konzolra
+Name:          canto
+Version:       0.4.5
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Networking
+Source0:       http://codezen.org/static/%{name}-%{version}.tar.gz
+# Source0-md5: 167ed02e36488ff773cf818e01f150ea
+URL:           http://www.codezen.org/canto
+BuildRequires: ncurses-devel
+BuildRequires: python-devel >= 2.4.0
+Obsoletes:     nrss
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Canto is an Atom/RSS feed reader for the console that is meant to be
+quick, concise, and colorful. It's meant to allow you to crank through
+feeds like you've never cranked before by providing a minimal, yet
+information packed interface. No navigating menus. No dense blocks of
+unreadable white text. An interface with almost infinite customization
+and extensibility using the excellent Python programming language.
+
+%description -l hu.UTF-8
+Canto egy Atom/RSS olvasó konzolra, azaz gyors, tömör és színes.
+Egy nagyon egyszerű felüleletet biztosít. Nincsenek menük,
+nincsenek sűrű képernyőrészek olvashatatlan fehér szöveggel.
+Egy interfész, amely majdnem a végtelenségig beállítható és
+bővíthető a Python programozási nyelv segítségével.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+./setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog INSTALL README
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}-fetch
+%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/%{name}-fetch.1*
+%dir %{py_sitedir}/canto
+%dir %{py_sitedir}/canto_fetch
+%{py_sitedir}/canto/*
+%{py_sitedir}/canto_fetch/*
This page took 0.069387 seconds and 4 git commands to generate.