]> git.pld-linux.org Git - packages/Katalog.git/blob - Katalog.spec
- description (from README), BR: ac,am,kdelibs-devel
[packages/Katalog.git] / Katalog.spec
1 Summary:        CD Catalog utility
2 Summary(pl):    Narzêdzia do katalogowania p³yt CD
3 Name:           Katalog
4 Version:        0.1
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 # Source0-md5:  150be51a0b8b9c6816adde9f7ed9d161
9 Source0:        http://apps.kde.com/na/2/counter/vid/9195/dld0/katalog-0.1.tar.gz
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  kdelibs-devel >= 3.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Katalog is a CD organizer for the K Desktop Environment. If you have
17 many CDs and tons of downloaded files, but you aren't able to remember
18 where you put a file when you need it, then Katalog may help you. This
19 application scans a folder and stores infos about each file, the
20 results are put in tree called Catalog, you can add as many catalogs
21 as you like and search them all in seconds. The folder to search can
22 be on your drive or on a removable media, such a CD, ZIP or floppy.
23 Katalog use XML as save format, the resulting file it's compressed on
24 the fly using bzip2.
25
26 %description -l pl
27 Katalog to organizer CD dla ¶rodowiska KDE. Mo¿e byæ pomocny, je¶li
28 mamy wiele p³yt CD i tony ¶ci±gniêtych plików, ale nie pamiêtamy,
29 gdzie znajduje siê potrzebny nam plik. Ta aplikacja skanuje folder i
30 zapisuje informacje o ka¿dym pliku. Wyniki s± zapisywane w drzewie o
31 nazwie Catalog. Mo¿na dodawaæ dowolnie du¿o katalogów i przeszukiwaæ
32 je w krótkim czasie. Folderem do przeszukiwania mo¿e byæ dysk twardy
33 lub no¶nik wymienny, taki jak CD, ZIP lub dyskietka. Katalog do zapisu
34 danych u¿ywa formatu XML, a plik wynikowy jest kompresowany w locie
35 przy u¿yciu algorytmu bzip2.
36
37 %prep
38 %setup -q -n katalog-%{version}
39
40 %build
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 QTDIR=%{_prefix} %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS README TODO
59 %attr(755,root,root) %{_bindir}/*
This page took 0.093437 seconds and 3 git commands to generate.