Author: qboosh Date: Sun Jun 24 15:40:49 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: libtimidity.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libtimidity.spec diff -u /dev/null SPECS/libtimidity.spec:1.1 --- /dev/null Sun Jun 24 17:40:49 2007 +++ SPECS/libtimidity.spec Sun Jun 24 17:40:44 2007 @@ -0,0 +1,98 @@ +# $Revision$, $Date$ +Summary: MIDI to WAVE converted library +Summary(pl.UTF-8): Biblioteka konwertująca MIDI do WAVE +Name: libtimidity +Version: 0.1.0 +Release: 1 +License: LGPL +Group: Libraries +Source0: http://dl.sourceforge.net/libtimidity/%{name}-%{version}.tar.bz2 +# Source0-md5: 72173a1084df0c42f9daa7b4568ebd18 +URL: http://libtimidity.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This library is based on the TiMidity decoder from SDL_sound library. +Purpose to create this library is to avoid unnecessary dependences. +SDL_sound requires SDL and some other libraries, that not needed to +process MIDI files. In addition libtimidity provides more suitable +API to work with MIDI songs, it enables to specify full path to the +timidity configuration file, and have function to retrieve meta data +from MIDI song. + +%description -l pl.UTF-8 +Ta biblioteka jest oparta na kodzie dekodera TiMidity z biblioteki +SDL_sound. Celem jest powstania było uniknięcie niepotrzebnych +zależności. SDL_sound wymaga SDL-a i kilku innych bibliotek, które +nie są potrzebne do przetwarzania plików MIDI. Ponadto libtimidity +udostępnia bardziej odpowiednie API do pracy z utworami MIDI, pozwala +na podawanie pełnej ściezki do pliku konfiguracyjnego timidity i ma +funkcje do uzyskiwania metadanych z utworu MIDI. + +%package devel +Summary: Header files for libtimidity library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libtimidity +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for libtimidity library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki libtimidity. + +%package static +Summary: Static libtimidity library +Summary(pl.UTF-8): Statyczna biblioteka libtimidity +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libtimidity library. + +%description static -l pl.UTF-8 +Statyczna biblioteka libtimidity. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS CHANGES ChangeLog NEWS README* TODO +%attr(755,root,root) %{_libdir}/libtimidity-*.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libtimidity.so +%{_libdir}/libtimidity.la +%{_includedir}/timidity.h +%{_pkgconfigdir}/libtimidity.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libtimidity.a + +%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 2007/06/24 15:40:44 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
