]> git.pld-linux.org Git - packages/cdget.git/commitdiff
- new, by Michal Kaps
authorankry <ankry@pld-linux.org>
Mon, 17 Feb 2003 19:33:26 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdget.spec -> 1.1

cdget.spec [new file with mode: 0644]

diff --git a/cdget.spec b/cdget.spec
new file mode 100644 (file)
index 0000000..9b8373d
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Client for mp3 file sharing on the Internet
+Summary(pl):   Klient udostepniania plików mp3 w Internecie
+Name:          cdget
+Version:       0.2.3
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://trasdocka.hemmet.chalmers.se/cdget/%{name}-%{version}.tar.bz2
+URL:           http://trasdocka.hemmet.chalmers.se/cdget/index.shtml
+BuildRequires: qt-devel >= 3.1
+BuildRequires: id3lib
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      qt >= 3.1
+Requires:      dctc
+Requires:      id3lib
+
+%description
+CdGet is not just another client for mp3 file sharing on the Internet.
+CdGet is meant to do the work for you. In traditional file
+sharing/downloading clients you often end up having to watch and
+attend to the download in many steps. This process is usually
+mechanical, repetitive and boring, a perfect candidate for
+automatization! CdGet is meant to do exactly this, and eliminate the
+need for manual control over the download process.
+
+%description -l pl
+CdGet nie jest kolejnym klientem slu¿±cym do wymiany plików mp3
+poprzez Internet. CdGet zosta³ stworzony by zrobiæ wszystko za ciebie.
+W tradycyjnym kliencie udostêpniania/¶ci±gania plików czêsto zachodzi
+potrzeba obserwowania i ingerowania w proces ¶ci±gania. Proces ten
+jest zazwyczaj mechaniczny, powtarzaj±cy siê i nudny, idealny do
+zautomatyzowania. CdGet ma robiæ w³a¶nie to, wyeliminowaæ potrzebê
+rêcznej kontroli nad procesem ¶ci±gania.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.071185 seconds and 4 git commands to generate.