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

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

new upstream release or rebuild

Line 
1Name:           thunar-vcs-plugin
2Summary:        Version Contol System plugin for Thunar
3Version:        0.1.4
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.1/%{name}-%{version}.tar.bz2
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
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 Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-2
75- rebuild with VineSeed environment
76
77* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
78- initial build for Vine Linux
79
Note: See TracBrowser for help on using the repository browser.