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

Revision 9400, 1.7 KB checked in by inagaki, 9 years ago (diff)

2015-03-01 Ryoichi INAGAKI <ryo1@…>

  • mousepad, parole, xarchiver, xfburn, xfce4-screenshooter, xfce4-taskmanager: updated
  • orage, thunar-*-plugin, xfce4-dict, xfce4-mixer, xfce4-notifyd, xfce4-terminal: rebuilt
  • ristretto: NEW
  • xfce4-appfinder: enabled gtk3


Line 
1Name:           thunar-media-tags-plugin
2Version:        0.2.1
3Release:        2%{?_dist_release}
4Summary:        Adds ID3/OGG tag support to the Thunar bulk rename dialog
5Summary(ja):    Thunar のバルクリネームで ID3/Ogg タグのサポートを追加するプラグイン
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/thunar-plugins/%{name}
10
11Source0:        http://archive.xfce.org/src/thunar-plugins/%{name}/0.2/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
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 Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-2
57- rebuilt with libxfce4util 4.12.1
58- added Japanese summary
59
60* Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-1
61- updated to 0.2.1
62
63* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
64- rebuild with VineSeed environment
65
66* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
67- initial build for Vine Linux
68
Note: See TracBrowser for help on using the repository browser.