packages: media-player-info/media-player-info.spec (NEW) - initial version

wiget wiget at pld-linux.org
Sat Jan 9 12:52:24 CET 2010


Author: wiget                        Date: Sat Jan  9 11:52:24 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial version

---- Files affected:
packages/media-player-info:
   media-player-info.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/media-player-info/media-player-info.spec
diff -u /dev/null packages/media-player-info/media-player-info.spec:1.1
--- /dev/null	Sat Jan  9 12:52:24 2010
+++ packages/media-player-info/media-player-info.spec	Sat Jan  9 12:52:19 2010
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:	Media player info files
+Name:		media-player-info
+Version:	4
+Release:	0.1
+License:	BSD-like
+Group:		Applications
+Source0:	http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	c68b1f30dc5f8f2ac2417c53f8adc639
+BuildRequires:	udev-devel
+#Requires:	-
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+media-player-info is a repository of data files describing media player (mostly
+USB Mass Storage ones) capabilities. These files contain information about the
+directory layout to use to add music to these devices, about the supported file
+formats, etc.
+
+%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 COPYING
+#%attr(755,root,root) %{_bindir}/*
+%{_datadir}/media-player-info
+/lib/udev/rules.d/90-usb-media-players.rules
+
+%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/01/09 11:52:19  wiget
+- initial version
+
================================================================


More information about the pld-cvs-commit mailing list