Blob Blame History Raw
Summary: Tag editor for mp3, ogg, flac and other music files
Name: easytag
Version: 1.1
Release: 3%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://easytag.sourceforge.net/
Source: http://dl.sf.net/easytag/easytag-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gtk+-devel >= 1.2.7, id3lib-devel >= 3.7.12
BuildRequires: libvorbis-devel >= 1.0, flac-devel, gettext

%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


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%makeinstall
%find_lang %{name}


%clean
%{__rm} -rf %{buildroot}


%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc COPYING ChangeLog README TODO THANKS USERS-GUIDE
%{_bindir}/easytag
%{_datadir}/applications/easytag.desktop
%{_datadir}/easytag/
%{_datadir}/pixmaps/*
%{_mandir}/man?/*


%changelog
* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 1.1-3
- FC5 rebuild.

* Wed Feb  8 2006 Matthias Saou <http://freshrpms.net/> 1.1-2
- Rebuild for new gcc/glibc.

* Fri Apr  8 2005 Matthias Saou <http://freshrpms.net/> 1.1-1
- Update to 1.1.
- Remove yesterday's gcc4 patch, as it's no longer needed.

* Thu Apr  7 2005 Matthias Saou <http://freshrpms.net/> 1.0-4
- Patch to fix gcc4 build issues (#112759 - Michael Schwendt).

* Wed Mar 30 2005 Matthias Saou <http://freshrpms.net/> 1.0-3
- Update again to 1.0.
- Remove desktop file patch, the original is now UTF-8.

* Fri Dec 10 2004 Michael Schwendt <mschwendt[AT]users.sf.et> - 0.31-1
- Downgrade version again until somebody really updates the
  entire package contents.

* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 1.0-2
- Update to 1.0.
- Bump release to provide Extras upgrade path.

* Wed Jun  2 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.31-0.fdr.1
- Updated to 0.31.

* Mon Mar 29 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 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 <mariuslj at ifi.uio.no> 0:0.30-0.fdr.2.c
- Patched to 0.30c.

* Mon Sep  8 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.30-0.fdr.1
- Updated to 0.30.

* Wed Sep  3 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.29-0.fdr.1
- Updated to 0.29.
- Minor rephrasing of the package description.

* Sun Jun  1 2003 Marius Jøhndal <mariuslj at ifi.uio.no> 0:0.28-0.fdr.1
- Updated to 0.28.

* Sat May 24 2003 Marius Jøhndal <mariuslj at ifi.uio.no> 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 <mariuslj at ifi.uio.no> 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 <mariuslj at ifi.uio.no> 0:0.27-0.fdr.1.a
- Initial Fedora RPM.

* Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Rebuilt for Red Hat Linux 9.

* Thu Mar 20 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Added patch to 0.27a.

* Fri Feb  7 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Update to 0.27.

* Fri Jan  3 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.26-fr1
- Update to 0.26.

* Wed Dec 25 2002 Ville Skyttä <ville.skytta at iki.fi> - 0.25b-fr1
- Update to 0.25b.
- Build with flac support.

* Thu Oct 10 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Rebuilt for Red Hat Linux 8.0.
- New menu entry.
- Rebuild with flac support... nope, doesn't compile :-(

* Fri Sep 20 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Update to 0.24.

* Fri Aug 30 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Spec file cleanup for Red Hat Linux.
- A few %%files fixes and improvements.

* Thu Dec 18 2001 Jerome Couderc <j.couderc@ifrance.com>
- Updated for (Build)Requires entries

* Thu Sep 22 2001 Jerome Couderc <j.couderc@ifrance.com>
- Updated for /etc/X11/applnk/Multimedia/easytag.desktop

* Thu Sep 20 2001 Götz Waschk <waschk@linux-mandrake.com> 0.15.1-1
- Updated for autoconf

* Fri Jun 2 2000 Jerome Couderc <j.couderc@ifrance.com>
- Updated to include po files into the rpm package

* Fri May 5 2000 Jerome Couderc <j.couderc@ifrance.com>
- Initial spec file.