SPECS: xfce4-radio-plugin.spec (NEW) - new
charles
charles at pld-linux.org
Thu May 18 01:48:20 CEST 2006
Author: charles Date: Wed May 17 23:48:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xfce4-radio-plugin.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xfce4-radio-plugin.spec
diff -u /dev/null SPECS/xfce4-radio-plugin.spec:1.1
--- /dev/null Thu May 18 01:48:20 2006
+++ SPECS/xfce4-radio-plugin.spec Thu May 18 01:48:15 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary: Radio plugin for the Xfce panel
+Name: xfce4-radio-plugin
+Version: 0.2.0
+Release: 0.1
+License: GPL v2
+Group: X11/Applications
+Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
+# Source0-md5: b67b164266a58f3651201be11b6aea04
+URL: http://xfce-goodies.berlios.de/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: intltool
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: xfce4-dev-tools
+BuildRequires: xfce4-panel-devel >= 4.3.90.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an Xfce panel plugin which allows you to control your V4l
+radio device. You can turn your radio on/off, tune it to some
+frequency and manage station presets.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__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 NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*
+%{_datadir}/xfce4/panel-plugins/*
+%{_iconsdir}/hicolor/*/*/*.png
+
+%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 2006/05/17 23:48:15 charles
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list