]> git.pld-linux.org Git - packages/cdcat.git/blob - cdcat.spec
- cosmetics
[packages/cdcat.git] / cdcat.spec
1 Summary:        Hypher's CdCatalog
2 Summary(pl):    Katalog CDków Hypera
3 Name:           cdcat
4 Version:        0.93
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/cdcat/cdcat-0.93.tar.bz2
9 # Source0-md5: 5d27a6f7cf8f887dadbf2cb5caa16e24
10 Source1:        cdcat.desktop
11 URL:            http://cdcat.sourceforge.net/
12 BuildRequires:  expat-devel >= 1.95.2
13 BuildRequires:  pcre-devel >= 1.1.4
14 BuildRequires:  qt-devel >= 2.0.3
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The cdcat is a graphical (QT based) multiplatform (Linux/Windows)
19 catalog program which scan your directoryes/drives you want and
20 memoryze the filesystem /including the tags of mp3's/ and store it a
21 small file.  The database is stored in a gzipped XML format, so you
22 can hack it, or use it if necessary :-)
23
24 %description -l pl
25 Cdcat jest graficznym (opartym o QT) wieloplatformowym (Linux/Windows)
26 programem kataloguj±cym, który skanuje wybrane dyski i zapamiêtuje
27 system plików, w³±czaj±c w to znaczniki mp3, i zapisuje to w ma³ym
28 pliku. Baza danych jest w gzipowanym pliku XML, wiêc mo¿esz j±
29 zmieniaæ, albo u¿ywaæ w miarê potrzeby. 
30
31 %prep
32 %setup -n CdCat-%{version}
33
34 %build
35 cd src
36 export QTDIR=%{_prefix}
37 export QMAKESPEC="%{_datadir}/qt/mkspecs/linux-g++/"
38 qmake
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 install -D src/cdcat $RPM_BUILD_ROOT%{_bindir}/cdcat
45 for L in de es cz hu; do
46         install -D src/lang/cdcat_$L.qm $RPM_BUILD_ROOT%{_datadir}/cdcat/translations/cdcat_$L.qm
47 done
48 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/cdcat.desktop
49 install -D cdcat.png $RPM_BUILD_ROOT%{_pixmapsdir}/cdcat.png
50
51 %clean
52 rm -fr $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc README_CSV_IMPORT Authors ChangeLog COPYING TRANSLATORS_README TODO VERSION
57
58 %attr(755,root,root) %{_bindir}/*
59 %{_desktopdir}/*
60 %{_pixmapsdir}/*
61 %{_datadir}/cdcat
This page took 0.077373 seconds and 4 git commands to generate.