]> git.pld-linux.org Git - packages/Thunar-media-tags-plugin.git/commitdiff
- new
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 5 Apr 2007 12:06:46 +0000 (12:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Thunar-media-tags-plugin.spec -> 1.1

Thunar-media-tags-plugin.spec [new file with mode: 0644]

diff --git a/Thunar-media-tags-plugin.spec b/Thunar-media-tags-plugin.spec
new file mode 100644 (file)
index 0000000..f12c71d
--- /dev/null
@@ -0,0 +1,59 @@
+#
+%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
This page took 0.112704 seconds and 4 git commands to generate.