SPECS: Thunar-media-tags-plugin.spec (NEW) - new
megabajt
megabajt at pld-linux.org
Thu Apr 5 14:06:51 CEST 2007
Author: megabajt Date: Thu Apr 5 12:06:51 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
Thunar-media-tags-plugin.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/Thunar-media-tags-plugin.spec
diff -u /dev/null SPECS/Thunar-media-tags-plugin.spec:1.1
--- /dev/null Thu Apr 5 14:06:51 2007
+++ SPECS/Thunar-media-tags-plugin.spec Thu Apr 5 14:06:46 2007
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+#
+%define srcname thunar-media-tags-plugin
+#
+Summary: Media Tags plugin for the Thunar file manager
+Name: Thunar-media-tags-plugin
+Version: 0.1.2
+Release: 1
+License: GPL
+Group: X11/Applications
+Source0: http://goodies.xfce.org/releases/thunar-media-tags-plugin/%{srcname}-%{version}.tar.bz2
+# Source0-md5: 8a95f0ea4df6f757c1c94eb5442d2ff5
+URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin
+BuildRequires: Thunar-devel >= 0.8.0
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: intltool
+BuildRequires: libtool
+BuildRequires: taglib-devel >= 1.4
+BuildRequires: xfce4-dev-tools >= 4.4.0
+Requires: Thunar >= 0.8.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin adds special features for media files to the Thunar file
+manager. It includes a special media file page for the file properties
+dialog, a tag editor for ID3 or OGG/Vorbis tags and a so-called bulk
+renamer, which allows users to rename multiple audio files at once,
+based on their tags.
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.la
+
+%find_lang %{srcname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{srcname}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_libdir}/thunarx-1/thunar-media-tags-plugin.so
+
+%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 2007/04/05 12:06:46 megabajt
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list