diff --git a/.cvsignore b/.cvsignore index e69de29..16a54d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +taginfo-1.2.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..a119605 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +taginfo-1_2-1_fc9:HEAD:taginfo-1.2-1.fc9.src.rpm:1227081071 diff --git a/sources b/sources index e69de29..d74123b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b709dd6be61260c01d2bbdcb482cc1a6 taginfo-1.2.tar.bz2 diff --git a/taginfo.spec b/taginfo.spec new file mode 100644 index 0000000..1a7b9b0 --- /dev/null +++ b/taginfo.spec @@ -0,0 +1,47 @@ +Name: taginfo +Version: 1.2 +Release: 1%{?dist} +Summary: Printer of Tag Information from Media Files +Group: Applications/Multimedia +License: GPLv2+ +URL: http://grecni.com/software/taginfo/ +Source0: http://grecni.com/software/taginfo/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: taglib-devel + + +%description +Taginfo is a quick implementation of the TagLib API for use in the music +jukebox program Room Juice. It's meant to be fast, not featureful. Taginfo +reads what tags TagLib can read, which as of this writing are ID3, ID3V2, +Ogg, and FLAC. + + +%prep +%setup -q + + +%build +make %{?_smp_mflags} CFLAGS="%{optflags}" + + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_bindir} +install -m 0755 -p %{name} $RPM_BUILD_ROOT%{_bindir} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc COPYING README +%{_bindir}/%{name} + + +%changelog +* Sun Nov 16 2008 Conrad Meyer - 1.2-1 +- Initial package.