]> git.pld-linux.org Git - packages/Thunar-media-tags-plugin.git/blame - Thunar-media-tags-plugin.spec
- new
[packages/Thunar-media-tags-plugin.git] / Thunar-media-tags-plugin.spec
CommitLineData
7d4d3722
MB
1#
2%define srcname thunar-media-tags-plugin
3#
4Summary: Media Tags plugin for the Thunar file manager
5Name: Thunar-media-tags-plugin
6Version: 0.1.2
7Release: 1
8License: GPL
9Group: X11/Applications
10Source0: http://goodies.xfce.org/releases/thunar-media-tags-plugin/%{srcname}-%{version}.tar.bz2
11# Source0-md5: 8a95f0ea4df6f757c1c94eb5442d2ff5
12URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin
13BuildRequires: Thunar-devel >= 0.8.0
14BuildRequires: autoconf >= 2.50
15BuildRequires: automake
16BuildRequires: intltool
17BuildRequires: libtool
18BuildRequires: taglib-devel >= 1.4
19BuildRequires: xfce4-dev-tools >= 4.4.0
20Requires: Thunar >= 0.8.0
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This plugin adds special features for media files to the Thunar file
25manager. It includes a special media file page for the file properties
26dialog, a tag editor for ID3 or OGG/Vorbis tags and a so-called bulk
27renamer, which allows users to rename multiple audio files at once,
28based on their tags.
29
30%prep
31%setup -q -n %{srcname}-%{version}
32
33%build
34%{__intltoolize}
35%{__libtoolize}
36%{__aclocal}
37%{__autoconf}
38%{__autoheader}
39%{__automake}
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.la
50
51%find_lang %{srcname}
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files -f %{srcname}.lang
57%defattr(644,root,root,755)
58%doc AUTHORS ChangeLog README TODO
59%attr(755,root,root) %{_libdir}/thunarx-1/thunar-media-tags-plugin.so
This page took 0.074993 seconds and 4 git commands to generate.