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

Revision 9400, 2.0 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-vcs-plugin
2Version:        0.1.4
3Release:        3%{?_dist_release}
4Summary:        Version Contol System plugin for Thunar
5Summary(ja):    Thunar 用のバージョン管理システムプラグイン
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.1/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  Thunar-devel >= 0.4.0
15BuildRequires:  libexo-devel >= 0.5.0
16BuildRequires:  libxfce4util-devel >= 4.8.0
17BuildRequires:  gtk2-devel >= 2.14
18BuildRequires:  subversion-devel >= 1.5
19BuildRequires:  apr-devel >= 0.9.7
20BuildRequires:  git-devel
21BuildRequires:  libuuid-devel
22
23Vendor:         Project Vine
24Distribution:   Vine Linux
25Packager:       Takemikaduchi
26
27
28%description
29The Thunar VCS Plugin adds Subversion actions to the context menu of thunar.
30This gives a VCS integration to Thunar.
31
32
33%prep
34%setup -q
35
36%build
37%configure --disable-static
38make %{?_smp_mflags}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43
44find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
45
46%find_lang %{name}
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%post
54touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
55gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
56
57%postun
58if [ $1 -eq 0 ]; then
59    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
60    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
61fi
62
63
64%files -f %{name}.lang
65%defattr(-,root,root)
66%doc AUTHORS COPYING ChangeLog NEWS README
67%{_libdir}/thunarx-2/%{name}.so
68%{_libexecdir}/tvp-git-helper
69%{_libexecdir}/tvp-svn-helper
70%{_datadir}/icons/hicolor/*/apps/*
71
72
73%changelog
74* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.4-3
75- rebuilt with libxfce4util 4.12.1
76- added Japanese summary
77
78* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-2
79- rebuild with VineSeed environment
80
81* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
82- initial build for Vine Linux
83
Note: See TracBrowser for help on using the repository browser.