]> git.pld-linux.org Git - packages/cdget.git/blame - cdget.spec
- qt-devel epoch (still 6)
[packages/cdget.git] / cdget.spec
CommitLineData
921066b8 1Summary: Client for MP3 file sharing on the Internet
3f8d8884 2Summary(pl.UTF-8): Klient pozwalający na udostępnianie plików MP3 w Internecie
2f910c7f 3Name: cdget
4Version: 0.2.3
5Release: 1
3a28ea3a 6License: GPL v2
2f910c7f 7Group: X11/Applications
bdfa62c1 8Source0: http://www.dtek.chalmers.se/~d00freed/cdget/download/%{name}-%{version}.tar.bz2
1a7c7872 9# Source0-md5: 47a325319d41e819507079598373fe41
bdfa62c1 10Patch0: %{name}-am18.patch
11URL: http://www.dtek.chalmers.se/~d00freed/cdget/
8aa374b7 12BuildRequires: autoconf
13BuildRequires: automake
2f910c7f 14BuildRequires: id3lib
90817800 15BuildRequires: qt-devel >= 6:3.1.1
bdfa62c1 16Requires: dctc >= 0.84.1
2f910c7f 17Requires: id3lib
ca3230f4 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2f910c7f 19
20%description
921066b8 21CdGet is not just another client for MP3 file sharing on the Internet.
2f910c7f 22CdGet is meant to do the work for you. In traditional file
23sharing/downloading clients you often end up having to watch and
24attend to the download in many steps. This process is usually
25mechanical, repetitive and boring, a perfect candidate for
26automatization! CdGet is meant to do exactly this, and eliminate the
27need for manual control over the download process.
28
60293fd1
JR
29%description -l pl.UTF-8
30CdGet nie jest kolejnym klientem służącym do wymiany plików MP3
31poprzez Internet. CdGet został stworzony by zrobić wszystko za ciebie.
32W tradycyjnym kliencie udostępniania/ściągania plików często zachodzi
33potrzeba obserwowania i ingerowania w proces ściągania. Proces ten
34jest zazwyczaj mechaniczny, powtarzający się i nudny, idealny do
35zautomatyzowania. CdGet ma robić właśnie to, wyeliminować potrzebę
36ręcznej kontroli nad procesem ściągania.
2f910c7f 37
38%prep
39%setup -q
bdfa62c1 40%patch0 -p1
2f910c7f 41
42%build
bdfa62c1 43%{__aclocal}
44%{__autoconf}
45%{__autoheader}
46%{__automake}
2f910c7f 47%configure
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
bdfa62c1 52
ca3a1b1c
PG
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
ca3230f4 55
2f910c7f 56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
3a28ea3a 61%doc AUTHORS README TODO
2f910c7f 62%attr(755,root,root) %{_bindir}/*
This page took 0.054431 seconds and 4 git commands to generate.