SPECS: libayemu.spec - libtoolize, revised doc - no C++ here, so r...
qboosh
qboosh at pld-linux.org
Thu May 18 21:40:58 CEST 2006
Author: qboosh Date: Thu May 18 19:40:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- libtoolize, revised doc
- no C++ here, so removed C++ deps
- License is LGPL according to header file
---- Files affected:
SPECS:
libayemu.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/libayemu.spec
diff -u SPECS/libayemu.spec:1.1 SPECS/libayemu.spec:1.2
--- SPECS/libayemu.spec:1.1 Sat May 13 20:25:08 2006
+++ SPECS/libayemu.spec Thu May 18 21:40:53 2006
@@ -4,7 +4,8 @@
Name: libayemu
Version: 0.9.5
Release: 1
-License: GPL
+# specified in <ayemu.h>
+License: LGPL v2+
Group: Libraries
Source0: http://heanet.dl.sourceforge.net/libayemu/%{name}-%{version}.tar.gz
# Source0-md5: aedf8c562b3e47584bf42114a438b6ed
@@ -12,20 +13,19 @@
URL: http://sashnov.nm.ru/libayemu.html
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: libstdc++-devel
-BuildRequires: libtool >= 2:1.4d
+BuildRequires: libtool
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
This is the AY/YM sound chip emulator. This chip was used in wide
range of old popular machines as Sinclair ZX Spectrum 128, Amstrad,
-Atari and others. With this library you can hear music from these
+Atari ST and others. With this library you can hear music from these
computers games or add AY/YM music to your own games/demoz/etc.
%description -l pl
Bibliotela emulująca układ dźwiękowy AY/YM. Układ ten był używany w
wielu starych popularnych komputerach takich jak ZX Spectrum 128,
-Amstrad, Atari i innych. Używając tej biblioteki można słuchać
+Amstrad, Atari ST i innych. Używając tej biblioteki można słuchać
muzyki z gier produkowanych na te komputery. Można również użyć plików
muzycznych dla układu AY/YM w swoich własnych grach, demach itp.
@@ -58,6 +58,7 @@
%patch0 -p1
%build
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
@@ -79,7 +80,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README TODO
+%doc AUTHORS ChangeLog README RELEASENOTES THANKS TODO
%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%files devel
@@ -98,6 +99,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/05/18 19:40:53 qboosh
+- libtoolize, revised doc
+- no C++ here, so removed C++ deps
+- License is LGPL according to header file
+
Revision 1.1 2006/05/13 18:25:08 hawk
- new spec: the AY/YM sound chip emulator library
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libayemu.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list