]> git.pld-linux.org Git - packages/kid3.git/blob - kid3.spec
- up to 3.0.2 plus missing BRs
[packages/kid3.git] / kid3.spec
1 Summary:        ID3 tag editor
2 Summary(pl.UTF-8):      Edytor etykiet ID3
3 Name:           kid3
4 Version:        3.0.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://dl.sourceforge.net/kid3/%{name}-%{version}.tar.gz
9 # Source0-md5:  dfb7e65d87d95460140c4cc88ea67951
10 URL:            http://kid3.sourceforge.net/
11 BuildRequires:  automoc4
12 BuildRequires:  cmake
13 BuildRequires:  flac-c++-devel
14 BuildRequires:  id3lib-devel
15 BuildRequires:  kde4-kdelibs-devel
16 BuildRequires:  libchromaprint-devel
17 BuildRequires:  libtunepimp-devel
18 BuildRequires:  mp4v2-devel
19 BuildRequires:  taglib-devel
20 BuildRequires:  qt4-linguist
21 Suggests:       xdg-utils
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Kid3 is an application to edit the ID3v1 and ID3v2 tags in MP3 files
26 in an efficient way. Also tags in Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
27 Speex, TrueAudio and WavPack files are supported. It is easy to set
28 tags of multiple files to the same values (e.g. album, artist, year
29 and genre in all files of the same album) and generate the tags from
30 the file name or vice versa.
31
32 %prep
33 %setup -q
34
35 %build
36 %cmake \
37         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
38         .
39 %{__make} -j1
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         kde_htmldir=%{_kdedocdir}
47
48 %find_lang %{name} --with-kde
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog README
56 %attr(755,root,root) %{_bindir}/%{name}*
57 %dir %{_datadir}/apps/kid3
58 %dir %{_datadir}/apps/kid3/kid3ui.rc
59 %{_libdir}/%{name}
60 %{_iconsdir}/hicolor/*/apps/%{name}.png
61 %{_iconsdir}/hicolor/*/apps/%{name}-qt.png
62 %{_iconsdir}/hicolor/*/apps/%{name}.svgz
63 %{_iconsdir}/hicolor/*/apps/%{name}-qt.svg
64 %{_desktopdir}/kde4/%{name}.desktop
65 %{_desktopdir}/%{name}-qt.desktop
66 %{_datadir}/dbus-1/interfaces/net.sourceforge.Kid3.xml
67 %{_datadir}/%{name}
68 %{_mandir}/man1/%{name}*.1*
This page took 0.069655 seconds and 3 git commands to generate.