SPECS: perl-amaroK.spec (NEW) - module for controlling amaroK-player.

pluto pluto at pld-linux.org
Tue Sep 13 13:11:15 CEST 2005


Author: pluto                        Date: Tue Sep 13 11:11:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- module for controlling amaroK-player.

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

---- Diffs:

================================================================
Index: SPECS/perl-amaroK.spec
diff -u /dev/null SPECS/perl-amaroK.spec:1.1
--- /dev/null	Tue Sep 13 13:11:15 2005
+++ SPECS/perl-amaroK.spec	Tue Sep 13 13:11:10 2005
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pnam	amaroK
+Summary:	amaroK - Module for controlling amaroK-player
+Name:		perl-amaroK
+Version:	0
+Release:	0.1
+# same as perl ?
+License:	GPL v1+ or Artistic
+Vendor:		Markus "Linkku" Lindqvist <markus.lindqvist at gmail.com>
+Group:		Development/Languages/Perl
+Source0:	http://koti.mbnet.fi/linkku-/tuts/perl/amaroK/%{pnam}.pm
+# Source0-md5:	3a47978ae362a15cc505ce9188dc7fbe
+URL:		http://koti.mbnet.fi/linkku-/tuts/index.php?p=15
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+With this Perl-module you can easily get information from amaroK and
+control amaroK. You can get information with get()-method and execute
+commands with command()-method. Before you can use get()-method you
+have to set the format for output, you can set it with set().
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D %{SOURCE0} $RPM_BUILD_ROOT%{perl_vendorlib}/%{pnam}.pm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{perl_vendorlib}/%{pnam}.pm
+
+%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/13 11:11:10  pluto
+- module for controlling amaroK-player.
================================================================



More information about the pld-cvs-commit mailing list