Hello community,

here is the log from the commit of package thunar-plugin-vcs for 
openSUSE:Factory
checked in at Thu Mar 24 17:40:56 CET 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/thunar-plugin-vcs/thunar-plugin-vcs.changes    
2011-03-24 00:47:34.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Mar 23 18:48:45 UTC 2011 - g...@opensuse.org
+
+- new package
+

calling whatdependson for head-i586


New:
----
  thunar-plugin-vcs.changes
  thunar-plugin-vcs.spec
  thunar-vcs-plugin-0.1.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ thunar-plugin-vcs.spec ++++++
#
# spec file for package thunar-plugin-vcs
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define thunar_version 1.2.0
%define plugin_name thunar-vcs-plugin

Name:           thunar-plugin-vcs
Group:          System/GUI/XFCE
Url:            http://thunar.xfce.org/plugins.html#thunar-archive-plugin
License:        GPLv2+
Version:        0.1.4
Release:        1
Source0:        %{plugin_name}-%{version}.tar.bz2
Summary:        Thunar Plugin Providing VCS Integration
BuildRequires:  intltool
BuildRequires:  thunar-devel >= %{thunar_version}
BuildRequires:  pkgconfig(thunarx-2)
Requires:       thunar >= %{thunar_version}
Provides:       %{plugin_name} = %{version}
Obsoletes:      %{plugin_name} < %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The Thunar VCS Plugin provides integration with Subversion and GIT VCS and
makes VCS actions available through the context menu.



%lang_package
%prep
%setup -q -n %{plugin_name}-%{version}
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
TIME="\"$(date -d "${modified}" "+%%R")\""
find .  -name '*.[ch]' |\
    xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"

%build
%configure --disable-static
make %{?_smp_mflags} V=1

%install
%make_install
# remove unsupported locales
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%find_lang %{plugin_name}
rm -f %{buildroot}%{_libdir}/thunarx-2/thunar-vcs-plugin.la

%clean
rm -rf "%{buildroot}"

%if 0%{?suse_version} >= 1140

%post
%icon_theme_cache_post

%postun
%icon_theme_cache_postun
%endif

%files
%defattr(-,root,root)
%{_libexecdir}/tvp-git-helper
%{_libdir}/thunarx-2/thunar-vcs-plugin.so
%{_datadir}/icons/hicolor/*/apps/git.png
%{_datadir}/icons/hicolor/*/apps/subversion.png

%files lang -f %{plugin_name}.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to