]> git.pld-linux.org Git - packages/kde4-kscd.git/blob - kde4-kscd.spec
- up to 4.13.0
[packages/kde4-kscd.git] / kde4-kscd.spec
1 %define         _state          stable
2 %define         orgname         kscd
3 %define         qtver           4.8.1
4
5 Summary:        KDE CD Player
6 Summary(pl.UTF-8):      Odtwarzacz CD dla KDE
7 Name:           kde4-%{orgname}
8 Version:        4.13.0
9 Release:        1
10 License:        GPL v2+
11 Group:          X11/Applications
12 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
13 # Source0-md5:  9b09bcb4a769c22722002bedbb626234
14 BuildRequires:  automoc4 >= 0.9.88
15 BuildRequires:  alsa-lib-devel
16 BuildRequires:  cmake >= 2.8.0
17 BuildRequires:  kde4-kdelibs-devel >= %{version}
18 BuildRequires:  libmusicbrainz3-devel >= 1:3.0.0
19 BuildRequires:  libstdc++-devel
20 BuildRequires:  kde4-libkcddb-devel
21 BuildRequires:  pkgconfig
22 BuildRequires:  qt4-build >= %{qtver}
23 BuildRequires:  qt4-qmake >= %{qtver}
24 BuildRequires:  rpmbuild(macros) >= 1.600
25 Requires:       kde4-libkcddb >= %{version}
26 Requires:       kde4-kdebase >= %{version}
27 Obsoletes:      kde4-kdemultimedia-kscd < 4.8.99-1
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 CD Player with CDDB support. It can automatically update its CD
32 database with the Internet and show graphical interpretation of played
33 sounds.
34
35 %description -l pl.UTF-8
36 Odtwarzacz CD z obsługą CDDB. Automatycznie uaktualnia swoją bazę
37 danych o płytach CD z Internetem. Potrafi także wyświetlić ładną
38 graficzną interpretację granych dźwięków.
39
40 %prep
41 %setup -q -n %{orgname}-%{version}
42
43 %build
44 install -d build
45 cd build
46 %cmake \
47         ../
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} -C build install \
55         DESTDIR=$RPM_BUILD_ROOT \
56         kde_htmldir=%{_kdedocdir}
57
58 #%find_lang kscd                --with-kde
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 # -f kscd.lang
65 %defattr(644,root,root,755)
66 %attr(755,root,root) %{_bindir}/kscd
67 %{_desktopdir}/kde4/kscd.desktop
68 %{_datadir}/config.kcfg/kscd.kcfg
69 %{_datadir}/apps/solid/actions/kscd-play-audiocd.desktop
70 %{_datadir}/apps/kscd
71 %{_iconsdir}/hicolor/*/apps/kscd.png
72 %{_datadir}/dbus-1/interfaces/org.kde.kscd.cdplayer.xml
This page took 0.051161 seconds and 3 git commands to generate.