Hello,
Here's my submission for a new package: id3v2, a very good
command-line
utility to list and manipulate IDv2 tags in MP3 files.
The URL to the SRPM is:
http://www.durval.com.br/RPMS/el4/id3v2/id3v2-0
.1.11-1dm2.src.rpm
I've attached the .spec file.
Best Regards,
--
Durval Menezes (durval AT tmp DOT com DOT br, http://www.tmp.com.br/)
Summary: An MP3 technical info viewer and ID3 tag editor
Name: id3v2
Version: 0.1.11
Release: 1dm2
Copyright: GPL
Group: Utilities/file
Packager: Durval Menezes <durval AT tmp DOT com DOT
br>, based on original spec file from Pavel Polischouk
<pavelp geocities.com>
Source: http://download.sou
rceforge.net/%/%-%.tar.gz
#Patch: %name-%version.newlib.patch
BuildRoot: /var/tmp/id3v2
Requires: id3lib
BuildRequires: id3lib-devel
URL: http://id3v2.sourceforg
e.net/
Prefix: /usr
%description
I wrote this because id3v1 are seriously deficient in what
kind of
info can be in them and the length of info that can be in
them.
id3v2 tags are much better but there isn't a tool to edit
them in Linux.
This is a tool to fill that space.
In case you didn't know id3 tags can be found on mp3 files,
they can
store infomation about what band recorded the song, the song
name,
etc. id3v2 adds all kinds of neat stuff and you can find out
more about
it at the id3v2 page
%prep
%setup
#%patch -p 1
%build
make
%install
install -d $RPM_BUILD_ROOT%/bin/
install -m 755 -s id3v2 $RPM_BUILD_ROOT%
install -d $RPM_BUILD_ROOT%/man1/
install -m 644 id3v2.1 $RPM_BUILD_ROOT%/man1/
%clean
rm -rf $
%files
%defattr(-,root,root)
%/id3v2
%/man1/id3v2.1*
%doc README COPYING INSTALL ChangeLog
%changelog
* Sun Jan 15 2006 Durval Menezes <durval AT tmp DOT com
DOT br> [0.1.11-1dm2]
- commented-out inexistent patch %name-%version.newlib.patch
- added id3lib-devel as a BuildRequires
- added manpage to list of installed files
- added Changelog to doc files
* Mon Nov 12 2001 Pavel Polischouk <pavelp geocities.com>
- Initial release of spec
- Patch created for id3lib 3.8.0pre2 support
_______________________________________________
CentOS-devel mailing list
CentOS-devel centos.org
http://lists.centos.org/mailman/listinfo/centos-devel
|