automatic rebuild by autodist [release 1.36.59-3mamba;Tue Aug 27 2013]
This commit is contained in:
parent
30850fe599
commit
6e133eaeb6
@ -1,2 +1,10 @@
|
|||||||
# libsidplay
|
# libsidplay
|
||||||
|
|
||||||
|
This library provides the Sound Interface Device (SID) chip emulator
|
||||||
|
engine that is used by music player programs like SIDPLAY.
|
||||||
|
With it you can play musics from Commodore 64 (or compatible) programs.
|
||||||
|
|
||||||
|
Because the original homepage of SIDPlay (http://www.geocities.com/SiliconValley/Lakes/5147/resid)
|
||||||
|
disappeared from Internet some time ago,
|
||||||
|
I decided to set up this unofficial page for providing a semi-regularly updated tarballs of libSIDPlay1.
|
||||||
|
However, I have no intention of adding any new features, at most I will fix compilation and portability related bugs.
|
||||||
|
80
libsidplay.spec
Normal file
80
libsidplay.spec
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
Name: libsidplay
|
||||||
|
Version: 1.36.59
|
||||||
|
Release: 3mamba
|
||||||
|
Summary: A Commodore 64 music player and SID chip emulator library
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.tnsp.org/?p=libsidplay1
|
||||||
|
Source: http://www.tnsp.org/xs-files/libsidplay-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
# (ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/audio/libsidplay/README.html)
|
||||||
|
%description
|
||||||
|
This library provides the Sound Interface Device (SID) chip emulator
|
||||||
|
engine that is used by music player programs like SIDPLAY.
|
||||||
|
With it you can play musics from Commodore 64 (or compatible) programs.
|
||||||
|
|
||||||
|
Because the original homepage of SIDPlay (http://www.geocities.com/SiliconValley/Lakes/5147/resid)
|
||||||
|
disappeared from Internet some time ago,
|
||||||
|
I decided to set up this unofficial page for providing a semi-regularly updated tarballs of libSIDPlay1.
|
||||||
|
However, I have no intention of adding any new features, at most I will fix compilation and portability related bugs.
|
||||||
|
%package devel
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Static libraries and headers for %{name}
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This library provides the Sound Interface Device (SID) chip emulator
|
||||||
|
engine that is used by music player programs like SIDPLAY.
|
||||||
|
With it you can play musics from Commodore 64 (or compatible) programs.
|
||||||
|
|
||||||
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/sidplay
|
||||||
|
%{_includedir}/sidplay/*.h
|
||||||
|
%{_libdir}/*.a
|
||||||
|
%{_libdir}/*.la
|
||||||
|
%{_libdir}/*.so
|
||||||
|
%doc DEVELOPER src/*.txt
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 27 2013 Automatic Build System <autodist@mambasoft.it> 1.36.59-3mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Sun Oct 19 2008 gil <puntogil@libero.it> 1.36.59-2mamba
|
||||||
|
- rebuild
|
||||||
|
- fix: source; url; packager,
|
||||||
|
|
||||||
|
* Tue Jun 14 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.36.59-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user