Author: spider Date: Sun Feb 20 21:14:10 2005 GMT Module: SPECS Tag: HEAD ---- Log message: init
---- Files affected: SPECS: sidplay2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/sidplay2.spec diff -u /dev/null SPECS/sidplay2.spec:1.1 --- /dev/null Sun Feb 20 22:14:10 2005 +++ SPECS/sidplay2.spec Sun Feb 20 22:14:04 2005 @@ -0,0 +1,55 @@ +#$Revision$, $Date$ +Summary: Sidplay is SID-chip emulator for playing Commodore 64 music. +Summary(pl): Sidplay to emulator chipa SID służącego do odgrywania muzyki z c64 +Name: sidplay2 +Version: 2.0.9 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://dl.sourceforge.net/sidplay2/sidplay-%{version}.tar.gz +# Source0-md5: 8b0449e501ba8e684f718dce9b77c5a5 +URL: http://sidplay2.sf.net/ +Requires: libsidplay2 +BuildRequires: libsidplay2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Sidplay 2 is the second in the Sidplay series originally developed by Michael Schwendt. This version is written by Simon White and is cycle accurate for improved sound reproduction. Sidplay 2 is capable of playing all C64 mono and stereo file formats. + +%description -l pl +Sidplay 2 to druga wersja serii Sidplay orginalnie rozwijanej przes Michaela Schwendta. Ta wersja została napisana przez Simona White i bardzo wiernie oddaje dzwięk. Sidplay 2 jest zdolny do grania wszystkich formatów mono i stereo z c64. Ogromna kolekcja muzyki SID dostepna jest na http://www.hvsc.c64.org/. + +%prep +%setup -q -n sidplay-%{version} + +%build + +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog TODO README +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/%{name}.* + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/02/20 21:14:04 spider +init + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
