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