]> git.pld-linux.org Git - packages/Thunar-media-tags-plugin.git/blob - Thunar-media-tags-plugin.spec
- AC-branch
[packages/Thunar-media-tags-plugin.git] / Thunar-media-tags-plugin.spec
1 #
2 %define         srcname thunar-media-tags-plugin
3 #
4 Summary:        Media Tags plugin for the Thunar file manager
5 Summary(pl):    Wtyczka Media Tags dla zarz±dcy plików Thunar
6 Name:           Thunar-media-tags-plugin
7 Version:        0.1.2
8 Release:        1
9 License:        GPL
10 Group:          X11/Applications
11 Source0:        http://goodies.xfce.org/releases/thunar-media-tags-plugin/%{srcname}-%{version}.tar.bz2
12 # Source0-md5:  8a95f0ea4df6f757c1c94eb5442d2ff5
13 URL:            http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin
14 BuildRequires:  Thunar-devel >= 0.8.0
15 BuildRequires:  autoconf >= 2.50
16 BuildRequires:  automake
17 BuildRequires:  intltool
18 BuildRequires:  libtool
19 BuildRequires:  taglib-devel >= 1.4
20 BuildRequires:  xfce4-dev-tools >= 4.4.0
21 Requires:       Thunar >= 0.8.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This plugin adds special features for media files to the Thunar file
26 manager. It includes a special media file page for the file properties
27 dialog, a tag editor for ID3 or Ogg/Vorbis tags and a so-called bulk
28 renamer, which allows users to rename multiple audio files at once,
29 based on their tags.
30
31 %description -l pl
32 Ta wtyczka dodaje specjaln± obs³ugê plików multimedialnych do zarz±dcy
33 plików Thunar. Zawiera specjaln± stronê plików multimedialnych dla
34 okna w³a¶ciwo¶ci, edytor znaczników ID3 i Ogg/Vorbis oraz tak zwany
35 "bulk renamer", pozwalaj±cy u¿ytkownikom zmieniæ nazwê wielu plików
36 d¼wiêkowych naraz w oparciu o ich znaczniki.
37
38 %prep
39 %setup -q -n %{srcname}-%{version}
40
41 %build
42 %{__intltoolize}
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.la
58
59 %find_lang %{srcname}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files -f %{srcname}.lang
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog README TODO
67 %attr(755,root,root) %{_libdir}/thunarx-1/thunar-media-tags-plugin.so
This page took 0.064923 seconds and 3 git commands to generate.