Name: libid3tag Version: 0.15.1 Release: 0.fdr.1.b Summary: ID3 tag manipulation library. Group: System Environment/Libraries License: GPL URL: http://www.underbit.com/products/mad/ Source0: http://download.sourceforge.net/mad/libid3tag-0.15.1b.tar.gz # Originally from the Debian package. Source1: %{name}.pc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: zlib-devel >= 1.1.4 BuildRequires: gcc-c++ %description libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. %package devel Summary: libid3tag development files Group: Development/Libraries Requires: %{name} = %{version}-%{release}, pkgconfig, zlib-devel %description devel ID3 tag library development files. %prep %setup -q -n %{name}-%{version}b %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/id3tag.pc %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc CHANGES COPYING COPYRIGHT CREDITS README TODO %{_libdir}/libid3tag.so.* %files devel %defattr(-,root,root,-) %{_libdir}/libid3tag.so %{_libdir}/libid3tag.a %{_libdir}/pkgconfig/id3tag.pc %{_includedir}/id3tag.h %changelog * Wed Feb 18 2004 Ville Skyttä - 0:0.15.1-0.fdr.1.b - Update to 0.15.1b. * Wed Oct 29 2003 Ville Skytta - 0:0.15.0-0.fdr.2.b - Rebuild. * Sun Sep 28 2003 Dams 0:0.15.0-0.fdr.1.b.0.94 - Remove comment after scriptlets * Mon Jun 30 2003 Ville Skyttä - 0:0.15.0-0.fdr.1.b - Update to 0.15.0b. - Split separate from the old mad package to follow upstream. - -devel requires zlib-devel and pkgconfig. * Thu Apr 24 2003 Ville Skyttä - 0:0.14.2-0.fdr.3.b - Fix missing "main" package dependencies in *-devel. - Include patch from Debian, possibly fixes #187 comment 7, and adds pkgconfig files for libraries. * Sun Apr 20 2003 Ville Skyttä - 0:0.14.2-0.fdr.2.b - Split into mad, libmad, -devel, libid3tag and -devel packages (#187). - Provide mp3-cmdline virtual package and alternative. - Build shared library. * Fri Apr 4 2003 Ville Skyttä - 0:0.14.2-0.fdr.1.b - Update to current Fedora guidelines. - Exclude %%{_libdir}/*.la. * Thu Feb 20 2003 Ville Skyttä - 0.14.2b-1.fedora.1 - First Fedora release, based on Matthias Saou's work. * Fri Sep 27 2002 Matthias Saou - Rebuild for Red Hat Linux 8.0 (missing because of license issues). - Spec file cleanup. * Tue Mar 12 2002 Bill Nottingham 0.14.2b-3 - ship libid3tag too * Thu Feb 21 2002 Bill Nottingham - rebuild * Mon Jan 28 2002 Bill Nottingham - split libmad off into a separate package