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

Revision 8953, 1.4 KB checked in by inagaki, 10 years ago (diff)

2014-09-15 Ryoichi INAGAKI <ryo1@…>

  • gtk-xfcc-engine, mousepad, thunar-archive-plugin thunar-media-tags-plugin, xfce4-dict, xfce4-notifyd xfce4-taskmanager: update


Line 
1Name:           thunar-media-tags-plugin
2Summary:        Adds ID3/OGG tag support to the Thunar bulk rename dialog
3Version:        0.2.1
4Release:        1%{?_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 >= 1.0.1
15BuildRequires:  gtk2-devel >= 2.12.0
16BuildRequires:  libexo-devel >= 0.5.0
17BuildRequires:  taglib-devel >= 1.4
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi, inagaki
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 Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-1
57- updated to 0.2.1
58
59* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
60- rebuild with VineSeed environment
61
62* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
63- initial build for Vine Linux
64
Note: See TracBrowser for help on using the repository browser.