From 56e9a291139c33b6cc1159a0a26c775b3ed4c68c Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:45:31 +0000 Subject: [PATCH] auto-import changelog data from libmodplug-0.7-0.fdr.1.rh90.src.rpm 0.7-0.fdr.1 - First build, separated from xmms-modplug. - Bump Epoch. --- .cvsignore | 1 + libmodplug.spec | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 67 insertions(+) create mode 100644 libmodplug.spec diff --git a/.cvsignore b/.cvsignore index e69de29..3d14494 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libmodplug-0.7.tar.gz diff --git a/libmodplug.spec b/libmodplug.spec new file mode 100644 index 0000000..5caa8dd --- /dev/null +++ b/libmodplug.spec @@ -0,0 +1,65 @@ +Name: libmodplug +Version: 0.7 +Release: 0.fdr.1.rh90 +Epoch: 1 +Summary: Modplug mod music file format library + +Group: System Environment/Libraries +License: Public Domain +URL: http://modplug-xmms.sourceforge.net/ +Source0: http://dl.sf.net/modplug-xmms/libmodplug-0.7.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +%{summary}. + +%package devel +Summary: Development files for the Modplug mod music file format library +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release}, pkgconfig + +%description devel +%{summary}. + + +%prep +%setup -q + + +%build +%configure --enable-static +make %{?_smp_mflags} +make check + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING README TODO +%{_libdir}/*.so.* + +%files devel +%defattr(-,root,root,-) +%{_includedir}/* +%{_libdir}/*.a +%{_libdir}/*.so +%{_libdir}/pkgconfig/* + + +%changelog +* Fri Oct 17 2003 Ville Skyttä - 1:0.7-0.fdr.1 +- First build, separated from xmms-modplug. +- Bump Epoch. diff --git a/sources b/sources index e69de29..f8fee3c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b6e7412f90cdd4a27a2dd3de94909905 libmodplug-0.7.tar.gz