]> git.pld-linux.org Git - packages/kde4-audiocd-kio.git/blame - kde4-audiocd-kio.spec
- 4.10.0
[packages/kde4-audiocd-kio.git] / kde4-audiocd-kio.spec
CommitLineData
405af0d9
JR
1%define _state stable
2%define orgname audiocd-kio
3%define qtver 4.8.1
4
658db22d
JR
5Summary: Audiocd protocol for konqueror
6Summary(pl.UTF-8): Protokół audiocd dla konquerora
94cde65b 7Name: kde4-%{orgname}
7e42ce00 8Version: 4.10.0
16148a77 9Release: 1
405af0d9
JR
10License: GPL v2+
11Group: X11/Applications
12Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
46362499 13# Source0-md5: 3b253f68bcaad8190510777861bacfc7
405af0d9
JR
14BuildRequires: automoc4 >= 0.9.88
15BuildRequires: cdparanoia-III-devel
16BuildRequires: cmake >= 2.8.0
405af0d9 17BuildRequires: flac-devel >= 1.1.2
405af0d9 18BuildRequires: kde4-kdelibs-devel >= %{version}
16148a77 19BuildRequires: kde4-libkcompactdisc-devel
405af0d9 20BuildRequires: libogg-devel
405af0d9 21BuildRequires: libstdc++-devel
405af0d9
JR
22BuildRequires: libvorbis-devel
23BuildRequires: phonon-devel >= 4.4.1
24BuildRequires: pkgconfig
405af0d9
JR
25BuildRequires: qt4-build >= %{qtver}
26BuildRequires: qt4-qmake >= %{qtver}
27BuildRequires: rpmbuild(macros) >= 1.600
16148a77 28Requires: kde4-libkcddb >= %{version}
405af0d9
JR
29Requires: kde4-konqueror >= %{version}
30Provides: kdemultimedia(audiocd) = %{version}-%{release}
16148a77 31Obsoletes: kde4-kdemultimedia-audiocd < 4.8.99-1
658db22d 32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
405af0d9 33
658db22d 34%description
405af0d9
JR
35This package allows konqueror to play audiocd's without the need of an
36external application. Just enter audiocd:/ in the location field.
37
658db22d 38%description -l pl.UTF-8
405af0d9
JR
39Ten pakiet pozwala konquerorowi odtwarzanie płyt z muzyką bez potrzeby
40używania zewnętrznej aplikacji. Po prostu wpisz audiocd:/ w pole
41adresu.
42
43%prep
44%setup -q -n %{orgname}-%{version}
45
46%build
47install -d build
48cd build
49%cmake \
50 ../
51
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} -C build install \
58 DESTDIR=$RPM_BUILD_ROOT \
59 kde_htmldir=%{_kdedocdir}
60
61#%find_lang kio_audiocd --with-kde
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post -p /sbin/ldconfig
67%postun -p /sbin/ldconfig
68
69%files
70%defattr(644,root,root,755)
71%attr(755,root,root) %{_libdir}/kde4/kcm_audiocd.so
72%attr(755,root,root) %{_libdir}/kde4/kio_audiocd.so
73%attr(755,root,root) %{_libdir}/kde4/libaudiocd_encoder*.so
74%attr(755,root,root) %{_libdir}/libaudiocdplugins.so.4.*.*
75%attr(755,root,root) %ghost %{_libdir}/libaudiocdplugins.so.?
405af0d9
JR
76%{_datadir}/apps/kconf_update/upgrade-metadata.sh
77%{_datadir}/config.kcfg/audiocd_*_encoder.kcfg
78%{_datadir}/apps/kconf_update/audiocd.upd
79%{_datadir}/kde4/services/audiocd.protocol
80%{_datadir}/kde4/services/audiocd.desktop
81%{_datadir}/apps/solid/actions/solid_audiocd.desktop
16148a77 82%{_datadir}/apps/konqsidebartng/virtual_folders/services/audiocd.desktop
405af0d9 83%lang(en) %{_kdedocdir}/en/kioslave/audiocd
This page took 0.157063 seconds and 4 git commands to generate.