|
@@ -9,9 +9,10 @@
|
|
|
Summary: Integrated Subversion support for Nautilus
|
|
|
Summary(ja): Subversion サポートを Nautilus に追加する拡張
|
|
|
Name: rabbitvcs
|
|
|
-Version: 0.14.1.1
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 0.14.2.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Source0: http://rabbitvcs.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
+Source1: rabbitvcs-0.14.2.1-ja.po
|
|
|
Patch1: rabbitvcs-0.14.1.1-gtk216.patch
|
|
|
License: GPL
|
|
|
Group: Development/Tools
|
|
@@ -23,7 +24,7 @@ Requires: subversion, pysvn, python-simplejson
|
|
|
BuildRequires: python-devel, gettext
|
|
|
Requires(post): gtk2
|
|
|
Requires(postun): gtk2
|
|
|
-BuildArch: noarch
|
|
|
+#BuildArch: noarch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
@@ -92,14 +93,13 @@ RabbitVCS はバージョン管理システムにシンプルかつ直感的に
|
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
|
%{__python} setup.py install --skip-build --root ${RPM_BUILD_ROOT}
|
|
|
|
|
|
-# install japanese message catalog
|
|
|
-#%{__mkdir} -p ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES
|
|
|
-#msgfmt %{SOURCE1} -o ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES/NautilusSvn.mo
|
|
|
|
|
|
# install nautilus client
|
|
|
-%{__install} -d -m755 ${RPM_BUILD_ROOT}/%{_libdir}//nautilus/extensions-2.0/python/
|
|
|
+%{__install} -d -m755 ${RPM_BUILD_ROOT}/%{_libdir}/nautilus/extensions-2.0/python/
|
|
|
%{__install} -m644 clients/nautilus/RabbitVCS.py ${RPM_BUILD_ROOT}/%{_libdir}/nautilus/extensions-2.0/python/
|
|
|
|
|
|
+# install updated japanese translation
|
|
|
+msgfmt %{SOURCE1} -o ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES/RabbitVCS.mo
|
|
|
|
|
|
%clean
|
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
@@ -120,7 +120,7 @@ fi
|
|
|
%files
|
|
|
%defattr(-,root,root)
|
|
|
%doc %{_datadir}/doc/%{name}/
|
|
|
-%{_libdir}/python%{pyver}/site-packages/
|
|
|
+%{_prefix}/lib/python%{pyver}/site-packages/
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}-small.svg
|
|
@@ -138,6 +138,12 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun May 29 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.14.2.1-1
|
|
|
+- new upstream release
|
|
|
+- drop BuildArch: noarch to change installation path for RabbitVCS.py
|
|
|
+ (need to locate under /usr/lib64 on x86_64)
|
|
|
+- add updated japanese translation (Source1)
|
|
|
+
|
|
|
* Mon Jan 24 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.14.1.1-2
|
|
|
- fix installation path of RabbitVCS.py
|
|
|
- drop unnecessary Requires: glade2
|