Blob Blame History Raw
Name:           easytag
Version:        0.31
Release:        1
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-%{version}.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
* 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.