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