Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > e5cfe5a06b83aaaa45104d4166bc7925 > files > 3

tsid-0.9-2mdk.src.rpm

%define name tsid
%define version 0.9
%define release 2mdk

Summary: TSID: Time SID Manager.
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
URL: http://tsid.sourceforge.net
Group: Sound
Source: http://prdownloads.sourceforge.net/tsid/%name-%version.tar.bz2
Patch: tsid-0.9-gcc3.4.patch.bz2
BuildRoot: %{_tmppath}/tsid-build
BuildRequires: sidplay-devel

%description
TSID is a library for collecting your time spent listening statistic about
HVSC sids from a sid player, and some programs for extracting and elaborating
these information. So, who is your best sid composer or tune? TSID probably
shows you something interesting...
This is a package with user executable programs.

%package -n %{name}-devel
Summary: Header files for compiling apps that use libtsid
Group: Development/C++

%description -n %{name}-devel
TSID is a library for collecting your time spent listening statistic about
HVSC sids from a sid player, and some programs for extracting and elaborating
these information. So, who is your best sid composer or tune? TSID probably
shows you something interesting...
This is a developer package containing the static library and header files.

%prep
%setup -q
%patch -p1

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS COPYING TODO INSTALL doc/faq.html doc/tupdate.html
%{_bindir}/examiner
%{_bindir}/hvsctest
%{_bindir}/tupdate

%files -n %{name}-devel
%defattr(-,root,root)
%doc history/* doc/inside.html COPYING doc/thvs.txt
%{_libdir}/*
%{_includedir}/%{name}/*
%dir %{_includedir}/%{name}

%changelog
* Fri Jun  4 2004 Götz Waschk <waschk@linux-mandrake.com> 0.9-2mdk
- patch for new g++

* Mon May 31 2004 Götz Waschk <waschk@linux-mandrake.com> 0.9-1mdk
- fix configure call
- New release 0.9

* Wed May 26 2004 Götz Waschk <waschk@linux-mandrake.com> 0.8-4mdk
- drop prefix
- buildrequires sidplay-devel, not to be confused with sidplay2-devel

* Wed May 26 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.8-3mdk
- rebuild
- adjust buildrequires

* Wed Mar 12 2003 Götz Waschk <waschk@linux-mandrake.com> 0.8-2mdk
- fix buildrequires

* Sat Dec 21 2002 Götz Waschk <waschk@linux-mandrake.com> 0.8-1mdk
- new version

* Fri Aug 16 2002 Götz Waschk <waschk@linux-mandrake.com> 0.7-2mdk
- rebuild with gcc 3.2-0.3mdk

* Wed Jul 31 2002 Götz Waschk <waschk@linux-mandrake.com> 0.7-1mdk
- new version

* Tue Feb  5 2002 Götz Waschk <waschk@linux-mandrake.com> 0.6-1mdk
- 0.6

* Wed Jan  2 2002 Götz Waschk <waschk@linux-mandrake.com> 0.5-1mdk
- updated URL
- 0.5

* Wed Oct 03 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.4-1mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- 0.4

* Wed Sep 05 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.3-2mdk
- rebuild

* Tue Mar 27 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.3-1mdk
- updated to 0.3 by  Götz Waschk <waschk@linux-mandrake.com> :
	- 0.3
	- added new programs to tsid package
	- updated %%doc section

* Tue Feb 13 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.2-1mdk
- used srpm from Götz Waschk <waschk@linux-mandrake.com> :
	- adapted package by Stefano Tognon <ice00@users.sourceforge.net>