diff --git a/.cvsignore b/.cvsignore index e69de29..74dfe90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +easytag-0.31.tar.bz2 diff --git a/easytag-0.30.2-desktop.patch b/easytag-0.30.2-desktop.patch new file mode 100644 index 0000000..0d97c94 --- /dev/null +++ b/easytag-0.30.2-desktop.patch @@ -0,0 +1,23 @@ +--- BUILD/easytag-0.30.2/easytag.desktop.orig 2004-04-16 00:40:04.398729653 +0200 ++++ BUILD/easytag-0.30.2/easytag.desktop 2004-04-16 00:41:07.250079538 +0200 +@@ -1,20 +1,12 @@ + [Desktop Entry] + Name=EasyTAG + Comment=EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files, with a GTK+ GUI. +-Comment[cs]=EasyTAG je utilita na prohl��en�, editaci a z�pis tag� do va�ich MP3, MP2, FLAC, Ogg Vorbis, MusePack a Monkey Audio soubor�. + Comment[da]=Et program til at vise/redigere MP3 og Ogg Vorbis tags med et GTK+ interface. + Comment[de]=EasyTAG ist ein Werkzeug zum Anschauen, Editieren und Schreiben von Tags Ihrer MP3-, MP2-, FLAC-, Ogg Vorbis-, MusePack- und Monkey's Audio-Dateien. + Comment[es]=EasyTAG es una utilidad para ver, editar y escribir etiquetas a tus archivos MP3, MP2, FLAC y Ogg Vorbis. +-Comment[fr]=EasyTAG est un utilitaire pour visualiser et �diter les tags des fichiers MP3, MP2, FLAC, Ogg Vorbis, MusePack et Monkey's Audio avec une interface GTK+. +-Comment[hu]=Az EasyTag egy GTK+-on alapul� ID3 tag n�z�/szerkeszt�, valamint f�jl �tnevez� eszk�z MP3, MP2, FLAC �s Ogg Vorbis f�jlokhoz. + Comment[it]=EasyTAG è programma per vedere, modificare e scrivere i tag dei file MP3, MP2, FLAC, Ogg Vorbis, MusePack e Monkey's Audio. +-Comment[ja]=EasyTAG �� MP3, MP2, FLAC, Ogg Vorbis, MusePack �� Monkey's �����ǥ������ե������ ID3 ������ɽ�������ꡢ�Խ����뤿��Υġ���Ǥ�������ץ�ǥ������ GTK+ ���󥿥ե���������Ѥ��Ƥ���Τǡ�GNU/Linux �Ǵ�ñ�˥������Խ����Ǥ��ޤ��� + Comment[nl]=EasyTAG is een programma voor het bewerken van tags van MP2-, MP3-, FLAC-, Ogg Vorbis, MusePack en Monkeys Audio-bestanden. Dit gebeurt in een verzorgde GTK+-omgeving. +-Comment[pl]=EasyTAG jest narz�dziem do przegl�dania, edytowania i zapisywania tag�w w plikach MP3, MP2, FLAC, Ogg Vorbis, MusePack i Monkey's Audio. Jego prosty i mi�y interface wykonany w GTK+ u�atwia tagowanie. + Comment[ro]=EasyTAG este un utilitar pentru afisarea, modificarea si scrierea etichtelor fisierelor MP3, MP2, FLAC, Ogg Vorbis, MusePack si Monkey Audio. Interfata sa simpla (GTK+) face etichetarea mai simpla. +-Comment[ru]=EasyTAG -- ��� ��������� ��� ��������� � �������������� ����� � ������ MP3, MP2, FLAC, MusePack, APE � Ogg Vorbis � ������� ����������� GTK+ ��� GNU/Linux. +-Comment[sv]=EasyTAG �r ett verktyg f�r att unders�ka, editera och skriva taggar f�r dina MP3-, MP2-, FLAC- och Ogg Vorbis-filer, och anv�nder ett enkelt och trevligt GTK+-gr�nssnitt. +-Comment[uk]=EasyTAG - ���̦�� ��� ���������, ����������� �� ������ ��Ǧ� � ����� MP3, MP2, FLAC, Ogg Vorbis, MusePack �� Monkey's Audio. ������� �� ��ɤ���� ��������� GTK+ �������� ������� ������ ��Ǧ�. + Exec=easytag + Icon=EasyTAG.xpm + Terminal=false diff --git a/easytag.spec b/easytag.spec new file mode 100644 index 0000000..513354d --- /dev/null +++ b/easytag.spec @@ -0,0 +1,135 @@ +Name: easytag +Version: 0.31 +Release: 0.fdr.1.rh80 +Epoch: 0 +Summary: Tag editor for MP3, MP2, FLAC and OGG files + +Group: Applications/Multimedia +License: GPL +URL: http://easytag.sourceforge.net/ +Source0: http://dl.sf.net/easytag/easytag-0.31.tar.bz2 +Patch0: easytag-0.30.2-desktop.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: gtk+-devel, id3lib-devel >= 0:3.7.12 +BuildRequires: libvorbis-devel >= 0:1.0, flac-devel, gettext +BuildRequires: desktop-file-utils + +%description +EasyTAG is a utility for viewing, editing and writing the tags of MP3, +MP2, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files. + + +%prep +%setup -q +%patch -p2 + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +%find_lang %{name} + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + --add-category Application \ + --add-category AudioVideo \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc COPYING ChangeLog README TODO THANKS USERS-GUIDE +%{_bindir}/easytag +%{_datadir}/applications/*%{name}.desktop +%{_datadir}/easytag +%{_datadir}/pixmaps/* +%{_mandir}/man[^3]/* + + +%changelog +* Wed Jun 2 2004 Marius L. Jøhndal - 0:0.31-0.fdr.1 +- Updated to 0.31. + +* Mon Mar 29 2004 Marius L. Jøhndal - 0:0.30.2-0.fdr.1 +- Updated to 0.30.2. +- Converted spec file to UTF-8. + +* Wed Oct 29 2003 Marius L. Jøhndal 0:0.30-0.fdr.2.c +- Patched to 0.30c. + +* Mon Sep 8 2003 Marius L. Jøhndal 0:0.30-0.fdr.1 +- Updated to 0.30. + +* Wed Sep 3 2003 Marius L. Jøhndal 0:0.29-0.fdr.1 +- Updated to 0.29. +- Minor rephrasing of the package description. + +* Sun Jun 1 2003 Marius Jøhndal 0:0.28-0.fdr.1 +- Updated to 0.28. + +* Sat May 24 2003 Marius Jøhndal 0:0.27-0.fdr.3.a +- Removed version from BuildRequires: gtk+-devel (RH 7.0 and newer ship with + gtk+-devel >= 1.2.8). + +* Mon May 19 2003 Marius Jøhndal 0:0.27-0.fdr.2.a +- Use "--vendor fedora" instead of "--vendor Fedora" for desktop-file-install. +- Touch all files instead of letting autotools update files unneccesarily. + +* Sun May 11 2003 Marius Jøhndal 0:0.27-0.fdr.1.a +- Initial Fedora RPM. + +* Mon Mar 31 2003 Matthias Saou +- Rebuilt for Red Hat Linux 9. + +* Thu Mar 20 2003 Matthias Saou +- Added patch to 0.27a. + +* Fri Feb 7 2003 Matthias Saou +- Update to 0.27. + +* Fri Jan 3 2003 Ville Skyttä - 0.26-fr1 +- Update to 0.26. + +* Wed Dec 25 2002 Ville Skyttä - 0.25b-fr1 +- Update to 0.25b. +- Build with flac support. + +* Thu Oct 10 2002 Matthias Saou +- Rebuilt for Red Hat Linux 8.0. +- New menu entry. +- Rebuild with flac support... nope, doesn't compile :-( + +* Fri Sep 20 2002 Matthias Saou +- Update to 0.24. + +* Fri Aug 30 2002 Matthias Saou +- Spec file cleanup for Red Hat Linux. +- A few %%files fixes and improvements. + +* Thu Dec 18 2001 Jerome Couderc +- Updated for (Build)Requires entries + +* Thu Sep 22 2001 Jerome Couderc +- Updated for /etc/X11/applnk/Multimedia/easytag.desktop + +* Thu Sep 20 2001 Götz Waschk 0.15.1-1 +- Updated for autoconf + +* Fri Jun 2 2000 Jerome Couderc +- Updated to include po files into the rpm package + +* Fri May 5 2000 Jerome Couderc +- Initial spec file. + diff --git a/sources b/sources index e69de29..0301b2a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9cfb29a81f251891ec4dbae4cd39821d easytag-0.31.tar.bz2