SPECS: serpentine.spec (NEW) - initial PLD release

paladine paladine at pld-linux.org
Fri Sep 16 09:29:22 CEST 2005


Author: paladine                     Date: Fri Sep 16 07:29:22 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/serpentine.spec
diff -u /dev/null SPECS/serpentine.spec:1.1
--- /dev/null	Fri Sep 16 09:29:22 2005
+++ SPECS/serpentine.spec	Fri Sep 16 09:29:17 2005
@@ -0,0 +1,108 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - fix plugins system to don't require *.py files
+#
+# Conditional build:
+%bcond_with	muine		# build muine plugin
+#
+Summary:	CD-Audio recording application
+Summary(pl):	Aplikacja do nagrywania płyt CD-Audio
+Name:		serpentine
+Version:	0.6.2
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://download.berlios.de/serpentine/%{name}-%{version}.tar.bz2
+# Source0-md5:	51a34c7091040d6da56677303db3308b
+Patch0:		%{name}-desktop.patch
+URL:		http://s1xr./homelinux.net/projects/serpentine/
+BuildRequires:	GConf2-devel
+BuildRequires:	autoconf >= 2.53
+BuildRequires:	automake >= 1.7
+BuildRequires:	gettext-devel
+BuildRequires:	intltool
+%{?with_muine:BuildRequires:	mono-csharp}
+BuildRequires:	pkgconfig
+BuildRequires:	python-pygtk-devel >= 2:2.8.0
+%pyrequires_eq	python-modules
+%pyrequires_eq	python
+Requires:	python-dbus
+Requires:	python-gnome-extras-nautilus-cd-burner >= 2.12.0
+Requires:	python-gnome-gconf >= 2.12.0
+Requires:	python-gnome-ui >= 2.12.0
+Requires:	python-gnome-vfs >= 2.12.0
+Requires:	python-gstreamer >= 0.8.2
+Requires:	python-libxml2 >= 1:2.6.22
+Requires:	python-pygtk-glade >= 2:2.8.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Serpentine is a simple to use and very powerful CD-Audio recording
+application.
+
+%description -l pl
+Serpentine to prosta w użyciu i potężna aplikacja do nagrywania płyt
+CD-Audio.
+
+%package -n muine-plugin-serpentine
+Summary:	Serpentine plugins for Muine
+Summary(pl):	Wtyczka Serpentine dla Muine
+Group:		X11/Applications
+Requires:	%{name} = %{version}-%{release}
+Requires:	muine
+
+%description -n muine-plugin-serpentine
+Serpentine plugins for Muine.
+
+%description -n muine-plugin-serpentine -l pl
+Wtyczka Serpentine dla Muine
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+	%{?with_muine: --enable-muine=yes} \
+	%{!?with_muine: --enable-muine=no}
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*
+%{py_sitescriptdir}/%{name}
+
+%if %{with muine}
+%files -n muine-plugin-serpentine
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/muine/*
+%endif
+
+%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/09/16 07:29:17  paladine
+- initial PLD release
+
================================================================



More information about the pld-cvs-commit mailing list