SPECS: python-flac.spec (NEW) - initial PLD release

paladine paladine at pld-linux.org
Sun Oct 23 21:02:50 CEST 2005


Author: paladine                     Date: Sun Oct 23 19:02:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/python-flac.spec
diff -u /dev/null SPECS/python-flac.spec:1.1
--- /dev/null	Sun Oct 23 21:02:50 2005
+++ SPECS/python-flac.spec	Sun Oct 23 21:02:45 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define		module	pyflac
+Summary:	A Python module for the FLAC library
+Summary(pl):	Moduł Pythona do biblioteki FLAC
+Name:		python-%{module}
+Version:	0.0.4
+Release:	1
+License:	GPL v2+
+Group:		Libraries/Python
+Source0:	http://www.sacredchao.net/~piman/software/%{module}-%{version}.tar.gz
+# Source0-md5:	521bd01bf737030381d5c8aa7de62733
+URL:		http://www.sacredchao.net/~piman/
+BuildRequires:	flac-devel
+BuildRequires:	python-devel
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.174
+BuildRequires:	swig-python
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Python module for the the FLAC library.
+
+%description -l pl
+Moduł Pythona do biblioteki FLAC.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--optimize=2 \
+	--root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{py_sitedir}/flac
+%attr(755,root,root) %{py_sitedir}/flac/*.so
+%{py_sitedir}/flac/*.py[co]
+
+%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/10/23 19:02:45  paladine
+- initial PLD release
+
================================================================



More information about the pld-cvs-commit mailing list