SPECS: resample.spec (NEW) - new

qboosh qboosh at pld-linux.org
Thu Dec 28 18:38:26 CET 2006


Author: qboosh                       Date: Thu Dec 28 17:38:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/resample.spec
diff -u /dev/null SPECS/resample.spec:1.1
--- /dev/null	Thu Dec 28 18:38:26 2006
+++ SPECS/resample.spec	Thu Dec 28 18:38:21 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Free sampling-rate conversion and filter design utilities
+Summary(pl):	Wolnodostępne narzędzia do zmiany częstotliwości próbkowania i filtrowania
+Name:		resample
+Version:	1.8.1
+Release:	1
+License:	LGPL
+Group:		Libraries
+#Source0Download: http://www-ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html
+Source0:	http://ccrma.stanford.edu/~jos/resample/%{name}-%{version}.tar.gz
+# Source0-md5:	c3c1c64e4bb9b0bdc6062b8ad619aef1
+URL:		http://www-ccrma.stanford.edu/~jos/resample/
+BuildRequires:	libsndfile-devel
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Free sampling-rate conversion and filter design utilities.
+
+%description -l pl
+Wolnodostępne narzędzia do zmiany częstotliwości próbkowania i
+filtrowania.
+
+%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 ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/resample
+%attr(755,root,root) %{_bindir}/windowfilter
+%{_mandir}/man1/resample.1*
+%{_mandir}/man1/windowfilter.1*
+
+%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  2006/12/28 17:38:21  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list