packages: sndfile-tools/sndfile-tools.spec (NEW) - new

qboosh qboosh at pld-linux.org
Thu Apr 15 18:51:08 CEST 2010


Author: qboosh                       Date: Thu Apr 15 16:51:08 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/sndfile-tools:
   sndfile-tools.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/sndfile-tools/sndfile-tools.spec
diff -u /dev/null packages/sndfile-tools/sndfile-tools.spec:1.1
--- /dev/null	Thu Apr 15 18:51:08 2010
+++ packages/sndfile-tools/sndfile-tools.spec	Thu Apr 15 18:51:03 2010
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	Small collection of programs that use libsndfile and other libraries
+Summary(pl.UTF-8):	Mały zestaw programów wykorzystujących libsndfile i inne biblioteki
+Name:		sndfile-tools
+Version:	1.03
+Release:	1
+License:	GPL v2 or GPL v3
+Group:		Applications/Sound
+Source0:	http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.gz
+# Source0-md5:	5b74bb6bb4b2627158f861ae9c45e433
+URL:		http://www.mega-nerd.com/libsndfile/tools/
+BuildRequires:	cairo-devel >= 1.4.0
+BuildRequires:	fftw3-devel >= 0.15.0
+BuildRequires:	gcc-fortran
+BuildRequires:	jack-audio-connection-kit-devel >= 0.100
+BuildRequires:	libsndfile-devel >= 1.0.19
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Small collection of programs that use libsndfile and other libraries.
+
+%description -l pl.UTF-8
+Mały zestaw programów wykorzystujących libsndfile i inne biblioteki.
+
+%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
+%attr(755,root,root) %{_bindir}/sndfile-generate-chirp
+%attr(755,root,root) %{_bindir}/sndfile-spectrogram
+%attr(755,root,root) %{_bindir}/sndfile-mix-to-mono
+%attr(755,root,root) %{_bindir}/sndfile-jackplay
+%{_mandir}/man1/sndfile-generate-chirp.1*
+%{_mandir}/man1/sndfile-spectrogram.1*
+%{_mandir}/man1/sndfile-mix-to-mono.1*
+%{_mandir}/man1/sndfile-jackplay.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  2010/04/15 16:51:03  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list