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