SPECS: adplug.spec (NEW) - new

koorek koorek at pld-linux.org
Sat Jun 11 16:37:41 CEST 2005


Author: koorek                       Date: Sat Jun 11 14:37:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   adplug.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/adplug.spec
diff -u /dev/null SPECS/adplug.spec:1.1
--- /dev/null	Sat Jun 11 16:37:42 2005
+++ SPECS/adplug.spec	Sat Jun 11 16:36:54 2005
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - proper Group
+#
+Summary:	AdLib sound player library
+Name:		adplug
+Version:	1.5
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
+# Source0-md5:	376f23f5e50ef47435c7f6e7c5319429
+URL:		http://adplug.sourceforge.net/
+BuildRequires:	libbinio-devel >= 1.1
+BuildRequires:	libbinio-static >= 1.1
+Requires:	libbinio >= 1.1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AdPlug is a free, multi-platform, hardware independent AdLib sound player
+library, mainly written in C++. AdPlug plays sound data, originally created
+for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
+real hardware. No OPL2 chip is required for playback.
+
+%package devel
+Summary:	Development libraries and header files for termcap library
+Group:		Development/Libraries
+
+%description devel
+This is the package containing the development libaries and header
+files for adplug.
+
+%description -l pl
+Ten apkiet zawiera biblioteki deweloperskie i pliki nagłówkowe dla adplug.
+
+%package static
+Summary:	Static adplug library
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}
+
+%description static
+Static adplug library.
+
+%description -l pl
+Statyczna biblioteka dla adplug.
+
+%prep
+%setup -q
+
+%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 AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/*.so*
+%{_infodir}/*
+%{_mandir}/man1/*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/%{name}/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/11 14:36:54  koorek
+- new
+
================================================================



More information about the pld-cvs-commit mailing list