| 1 | Name: thunar-vcs-plugin |
|---|
| 2 | Summary: Version Contol System plugin for Thunar |
|---|
| 3 | Version: 0.1.4 |
|---|
| 4 | Release: 2%{?_dist_release} |
|---|
| 5 | |
|---|
| 6 | Group: User Interface/Desktops |
|---|
| 7 | License: GPLv2+ |
|---|
| 8 | URL: http://goodies.xfce.org/projects/thunar-plugins/%{name} |
|---|
| 9 | |
|---|
| 10 | Source0: http://archive.xfce.org/src/thunar-plugins/%{name}/0.1/%{name}-%{version}.tar.bz2 |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: Thunar-devel >= 0.4.0 |
|---|
| 15 | BuildRequires: libexo-devel >= 0.5.0 |
|---|
| 16 | BuildRequires: libxfce4util-devel >= 4.8.0 |
|---|
| 17 | BuildRequires: gtk2-devel >= 2.14 |
|---|
| 18 | BuildRequires: subversion-devel >= 1.5 |
|---|
| 19 | BuildRequires: apr-devel >= 0.9.7 |
|---|
| 20 | BuildRequires: git-devel |
|---|
| 21 | BuildRequires: libuuid-devel |
|---|
| 22 | |
|---|
| 23 | Vendor: Project Vine |
|---|
| 24 | Distribution: Vine Linux |
|---|
| 25 | Packager: Takemikaduchi |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | %description |
|---|
| 29 | The Thunar VCS Plugin adds Subversion actions to the context menu of thunar. |
|---|
| 30 | This gives a VCS integration to Thunar. |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | %prep |
|---|
| 34 | %setup -q |
|---|
| 35 | |
|---|
| 36 | %build |
|---|
| 37 | %configure --disable-static |
|---|
| 38 | make %{?_smp_mflags} |
|---|
| 39 | |
|---|
| 40 | %install |
|---|
| 41 | rm -rf $RPM_BUILD_ROOT |
|---|
| 42 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 43 | |
|---|
| 44 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 45 | |
|---|
| 46 | %find_lang %{name} |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | %clean |
|---|
| 50 | rm -rf $RPM_BUILD_ROOT |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | %post |
|---|
| 54 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 55 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 56 | |
|---|
| 57 | %postun |
|---|
| 58 | if [ $1 -eq 0 ]; then |
|---|
| 59 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 60 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 61 | fi |
|---|
| 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 | |
|---|