Author: arvenil Date: Wed Nov 12 22:19:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: kid3.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/kid3.spec diff -u /dev/null SPECS/kid3.spec:1.1 --- /dev/null Wed Nov 12 23:19:54 2008 +++ SPECS/kid3.spec Wed Nov 12 23:19:48 2008 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Summary: ID3 tag editor +Summary(pl.UTF-8): Edytor etykiet ID3 +Name: kid3 +Version: 1.1 +Release: 1 +License: GPL v2 +Group: X11/Applications/Sound +Source0: http://dl.sourceforge.net/kid3/%{name}-%{version}.tar.gz +# Source0-md5: c52034e24cb94d02c17b6701fa99a637 +URL: http://kid3.sourceforge.net/ +BuildRequires: flac-c++-devel +BuildRequires: id3lib-devel +BuildRequires: kdelibs-devel +BuildRequires: libtunepimp-devel +BuildRequires: qt-devel +BuildRequires: taglib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Kid3 is an application to edit the ID3v1 and ID3v2 tags in MP3 files +in an efficient way. Also tags in Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, +Speex, TrueAudio and WavPack files are supported. It is easy to set +tags of multiple files to the same values (e.g. album, artist, year +and genre in all files of the same album) and generate the tags from +the file name or vice versa. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} + +%find_lang %{name} --with-kde + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/%{name} +%dir %{_datadir}/apps/kid3 +%dir %{_datadir}/apps/kid3/kid3ui.rc +%{_iconsdir}/hicolor/*/apps/%{name}.png +%{_iconsdir}/hicolor/*/apps/%{name}.svgz +%{_desktopdir}/kde/%{name}.desktop + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/11/12 22:19:48 arvenil +- init ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
