File audiotag.spec of Package audiotag

#
# spec file for package lltag (Version 0.14.2)
#
# Copyright 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# norootforbuild

%define perl_version %(eval "`%{__perl} -V:version`"; echo $version)


Summary: Command line tool for ID3/Ogg tag editing
Name: audiotag
Version: 0.19+git
Release: 1
Source0: %{name}+git.tar.bz2
Vendor: %{vendor}
URL: http://github.com/Daenyth/audiotag/tree/master
License: GPL
Requires: vorbis-tools id3lib-examples flac
Requires: perl >= %{perl_version}
BuildArch: noarch
Group: Productivity/Multimedia/Other
BuildRoot: %{_builddir}/%{name}-%{version}-build
Recommends: AtomicParsley


%description
audiotag is a command line tool for ID3/Ogg
tag editing.  It si currently possible
tagging MP4 files as vary many music and
sound file formats.

It features pattern matching and recursive
directory traversal. It is suitable for
editing single files and tagging en masse.


%prep
%setup -q -n %{name}

%build

%install
%{__install} -d -m 755 %{buildroot}%{_bindir}
%{__install} -m 755 %{name} %{buildroot}%{_bindir}
%{__install} -d -m 755 %{buildroot}%{_docdir}/%{name}
%{__install} -m 644 ChangeLog  COPYING  README %{buildroot}%{_docdir}/%{name}


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


%files
%defattr(-,root,root,-)
%attr(0755,root,root)%{_bindir}/%{name}
%doc ChangeLog  COPYING  README


%changelog
* Thu Jul 30 2009 Mario García H. <code933k@gmail.com> - 0.19+git
- Checked out the automated GIT update.
- This version packs some little but beneficial changes in
- code.  Specially for those out there working with flac files.
- Get a glimpse by reading the Changelog placed in your system
- documents folder.
* Fri Jul 17 2009 Mario García H. <code933k@gmail.com> - 0.18+svn
- Initial package.
openSUSE Build Service is sponsored by