⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 id3lib.spec

📁 更新mp3
💻 SPEC
字号:
# $Id: id3lib.spec.in,v 1.27 2002/11/02 18:03:27 t1mpy Exp $%define name    id3lib%define	version	3.8.3%define	release	1%define	prefix	/usrName:		%{name}Version:	%{version}Release:	%{release}Summary:	A software library for manipulating ID3v1 and ID3v2 tags.Source:		http://download.sourceforge.net/id3lib/%{name}-%{version}.tar.gzURL:		http://id3lib.sourceforge.netGroup:		System Environment/LibrariesBuildRoot:	%{_tmppath}/%{name}-buildrootCopyright:	LGPLPrefix:         %{_prefix}Docdir:		%{prefix}/docRequires:       zlib%descriptionThis package provides a software library for manipulating ID3v1 and ID3v2 tags.It provides a convenient interface for software developers to include standards-compliant ID3v1/2 tagging capabilities in their applications.  Features include identification of valid tags, automatic size conversions, (re)synchronisation of tag frames, seamless tag (de)compression, and optionalpadding facilities. Additionally, it can tell mp3 header info, like bitrate etc.%package	develSummary:	Headers for developing programs that will use id3libGroup:		Development/LibrariesRequires:       %{name}%description	develThis package contains the headers that programmers will need to developapplications which will use id3lib, the software library for ID3v1 and ID3v2tag manipulation.%package        docSummary:	Documentation for developing programs that will use id3libGroup:		Documentation%description	docThis package contains the documentation of the id3lib API that programmers willneed to develop applications which will use id3lib, the software library for ID3v1and ID3v2 tag manipulation.%package        examplesSummary:	Example applications that make use of the id3lib libraryGroup:		Applications/FileRequires:       %{name}%description	examplesThis package contains simple example applications that make use of id3lib, a software library for ID3v1 and ID3v2 tag manipulation.%prep%setup -q%buildCXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --enable-debug=no%ifnarch noarchuname -a|grep SMP && make -j 2 || make%endif%installrm -rf $RPM_BUILD_ROOT%ifnarch noarchmake prefix=$RPM_BUILD_ROOT%{prefix} install%elsemake docs # strip down the doc and examples directories so we can copy w/impunityfor i in doc/ examples/; do \  find $i                   \  \(  -name 'Makefile*' -or \      -name '*.ps.gz'   -or \      -name '*.pdf'         \  \)  -exec rm {} \; ; done%endif%cleanrm -rf $RPM_BUILD_ROOT%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%ifnarch noarch%files%defattr(-, root, root)%doc AUTHORS COPYING ChangeLog HISTORY NEWS README THANKS TODO%{prefix}/lib/*.so.*%files devel%defattr(-, root, root)%doc AUTHORS COPYING ChangeLog HISTORY NEWS README THANKS TODO%{prefix}/include/id3*.h%{prefix}/include/id3%{prefix}/lib/*.la%{prefix}/lib/*.a%{prefix}/lib/*.so%files examples%defattr(-, root, root)%doc AUTHORS COPYING ChangeLog HISTORY NEWS README THANKS TODO%{prefix}/bin/id3*%else%files doc%defattr(-, root, root)%doc AUTHORS COPYING ChangeLog HISTORY NEWS README THANKS TODO%doc doc/*.* doc/api examples%endif%changelog* Sat Sep 08 2001 Cedric Tefft <cedric@earthling.net> 3.8.0pre2- Version 3.8.0pre2* Mon Nov 20 2000 Scott Thomas Haug <scott@id3.org> 3.8.0pre1-1- Version 3.8.0pre1* Thu Sep 14 2000 Scott Thomas Haug <scott@id3.org> 3.7.13-1- Version 3.7.13* Sat Aug 26 2000 Scott Thomas Haug <scott@id3.org> 3.7.12-2- Removed -mpreferred-stack-boundary option from RPM_OPT_FLAGS for RedHat 6.2* Fri Jul 07 2000 Scott Thomas Haug <scott@id3.org> 3.7.12-1- Version 3.7.12* Fri Jul 05 2000 Scott Thomas Haug <scott@id3.org> 3.7.11-1- Version 3.7.11* Fri Jun 23 2000 Scott Thomas Haug <scott@id3.org> 3.7.10-1- Version 3.7.10* Wed May 24 2000 Scott Thomas Haug <scott@id3.org> 3.7.9-1- Version 3.7.9* Wed May 10 2000 Scott Thomas Haug <scott@id3.org> 3.7.8-1- Version 3.7.8* Wed May 10 2000 Scott Thomas Haug <scott@id3.org> 3.7.7-1- Version 3.7.7* Wed May 03 2000 Scott Thomas Haug <scott@id3.org> 3.7.6-1- Version 3.7.6* Fri Apr 28 2000 Scott Thomas Haug <scott@id3.org> 3.7.5-1- Version 3.7.5* Wed Apr 26 2000 Scott Thomas Haug <scott@id3.org> 3.7.4-1- Version 3.7.4* Mon Apr 24 2000 Scott Thomas Haug <scott@id3.org> 3.7.3-1- Version 3.7.3- Added explicit RPM_OPT_FLAGS def based on arch, since -fno-exceptions and  -fno-rtti are part of the default flags in rpmrc and we need both exceptions  and rtti (exceptions uses rtti)* Fri Apr 21 2000 Scott Thomas Haug <scott@id3.org> 3.7.2-1- Version 3.7.2- More conditional blocks for noarch- More thorough cleaning of files for documentation- Updated html directory* Thu Apr 20 2000 Scott Thomas Haug <scott@id3.org> 3.7.1-2- Fixed date of changelog entry for 3.7.1-1- Added conditional blocks so docs only get built for noarch target* Wed Apr 19 2000 Scott Thomas Haug <scott@id3.org> 3.7.1-1- Version 3.7.1- Removed zlib-devel requirement from devel- Added doc package to distribute documentation- Added examples package to distribute binary examples (id3tag, id3info, ...)- Moved doc/ and examples/ source files from devel to doc package* Mon Apr 17 2000 Scott Thomas Haug <scott@id3.org> 3.7.0-1- First (s)rpm build

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -