source: projects/specs/trunk/t/thunar-archive-plugin/thunar-archive-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-archive-plugin
2Summary:        Adds archive operations to the Thunar file context menus
3Version:        0.3.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.3/%{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
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       Takemikaduchi
21
22
23%description
24The thunar-archive-plugin is a plugin for the Thunar File Manager, which
25adds archive operations to the file context menus. Using this plugin you
26will be able to extract and create archive files from within Thunar using
27a single click.
28
29
30%prep
31%setup -q
32
33%build
34%configure --disable-static
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
42
43%find_lang %{name}
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%post
51touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
52gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
53
54%postun
55if [ $1 -eq 0 ]; then
56    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
57    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
58fi
59
60
61%files -f %{name}.lang
62%defattr(-,root,root)
63%doc AUTHORS COPYING ChangeLog NEWS README
64%{_libdir}/thunarx-2/%{name}.so
65%{_libexecdir}/%{name}
66%{_datadir}/icons/hicolor/*/apps/*
67
68
69%changelog
70* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-2
71- rebuild with VineSeed environment
72
73* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-1
74- initial build for Vine Linux
75
Note: See TracBrowser for help on using the repository browser.