rpms/thunar-vcs-plugin/devel import.log, NONE, 1.1 thunar-vcs-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Mon Oct 19 16:50:56 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/thunar-vcs-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1146/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log thunar-vcs-plugin.spec 
Log Message:
Initial import of thunar-vcs-plugin. Review at
https://bugzilla.redhat.com/show_bug.cgi?id=529465



--- NEW FILE import.log ---
thunar-vcs-plugin-0_1_0-1_fc12:HEAD:thunar-vcs-plugin-0.1.0-1.fc12.src.rpm:1255971016


--- NEW FILE thunar-vcs-plugin.spec ---
Name:           thunar-vcs-plugin
Version:        0.1.0
Release:        1%{?dist}
Summary:        SVN intergration for the Thunar filemanager

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://goodies.xfce.org/projects/thunar-plugins/%{name}
Source0:        http://archive.xfce.org/src/thunar-plugins/%{name}/0.1/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  Thunar-devel >= 0.4.0
BuildRequires:  subversion-devel >= 1.5
BuildRequires:  apr-devel >= 0.9.7
BuildRequires:  e2fsprogs-devel
BuildRequires:  uuid-devel
%if 0%{?fedora} >= 12
BuildRequires:  libuuid-devel
%endif
BuildRequires:  gettext, intltool
Requires:       Thunar >= 1.0.0
Requires:       subversion
# Obsolete thunar-svn-plugin for smooth upgrades
Provides:       thunar-svn-plugin = %{version}-%{release}
Obsoletes:      thunar-svn-plugin < 0.0.4-1

%description
The Thunar VCS Plugin adds Subversion actions to the context menu of Thunar. 
This gives a SVN integration integration to Thunar. The current features are:
* Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
  export, import, lock, log, move, properties, relocate, resolved, revert, 
  status, switch, unlock and update.
* Subversion info in file properties dialog.

This project was formerly known as Thunar SVN Plugin.

%prep
%setup -q


%build
%configure --disable-static
# remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove libtool archive
rm $RPM_BUILD_ROOT%{_libdir}/thunarx-1/%{name}.la
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi


%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/thunarx-1/%{name}.so
%{_libexecdir}/tvp-svn-helper
%{_datadir}/icons/hicolor/*/apps/subversion.png


%changelog
* Wed Sep 30 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-vcs-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Oct 2009 15:57:59 -0000	1.1
+++ .cvsignore	19 Oct 2009 16:50:55 -0000	1.2
@@ -0,0 +1 @@
+thunar-vcs-plugin-0.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-vcs-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Oct 2009 15:57:59 -0000	1.1
+++ sources	19 Oct 2009 16:50:55 -0000	1.2
@@ -0,0 +1 @@
+90d1f2d414c2b4b8bf211a8a6b13b358  thunar-vcs-plugin-0.1.0.tar.bz2




More information about the fedora-extras-commits mailing list