source: projects/specs/trunk/t/thunar-media-tags-plugin/thunar-media-tags-plugin-vl.spec @ 8073

Revision 8073, 1.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Name:           thunar-media-tags-plugin
2Summary:        Adds ID3/OGG tag support to the Thunar bulk rename dialog
3Version:        0.2.0
4Release:        2%{?_dist_release}
5
6Group:          User Interface/Desktops
7License:        GPLv2+
8URL:            http://goodies.xfce.org/projects/thunar-plugins/%{name}
9
10Source0:        http://archive.xfce.org/src/thunar-plugins/%{name}/0.2/%{name}-%{version}.tar.bz2
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  Thunar-devel >= 0.4.0
15BuildRequires:  libexo-devel >= 0.3.1.3
16BuildRequires:  thunar-vfs-devel >= 0.4.0
17BuildRequires:  taglib-devel >= 1.4
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23
24%description
25The thunar-media-tags-plugin is a plugin for the Thunar File Manager,
26which adds ID3/OGG tag support to the bulk rename dialog.
27
28
29%prep
30%setup -q
31
32%build
33%configure --disable-static
34make %{?_smp_mflags}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install DESTDIR=$RPM_BUILD_ROOT
39
40find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
41
42%find_lang %{name}
43
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%files -f %{name}.lang
50%defattr(-,root,root)
51%doc AUTHORS COPYING ChangeLog NEWS README
52%{_libdir}/thunarx-2/%{name}.so
53
54
55%changelog
56* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
57- rebuild with VineSeed environment
58
59* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
60- initial build for Vine Linux
61
Note: See TracBrowser for help on using the repository browser.