|
@@ -1,21 +1,24 @@
|
|
## %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
## %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
Name: cvs2svn
|
|
Name: cvs2svn
|
|
-Version: 1.5.1
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 2.3.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: CVS to Subversion Repository Converter
|
|
Summary: CVS to Subversion Repository Converter
|
|
Summary(ja): CVS から Subversion へのリポジトリコンバータ
|
|
Summary(ja): CVS から Subversion へのリポジトリコンバータ
|
|
|
|
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://cvs2svn.tigris.org/
|
|
URL: http://cvs2svn.tigris.org/
|
|
-Source0: http://cvs2svn.tigris.org/files/documents/1462/34574/cvs2svn-%{version}.tar.gz
|
|
|
|
|
|
+Source0: http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
Requires: cvs, rcs, subversion
|
|
Requires: cvs, rcs, subversion
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: shaolin
|
|
|
|
|
|
%description
|
|
%description
|
|
cvs2svn is a Python script that converts a CVS repository to a
|
|
cvs2svn is a Python script that converts a CVS repository to a
|
|
@@ -38,25 +41,25 @@ CVS と SVN のリポジトリの同期をとるためのものではありま
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
|
|
|
-mkdir -p -m 0755 $RPM_BUILD_ROOT%{_mandir}/man1
|
|
|
|
-install -p -m 0644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
|
|
|
|
|
+rm -rf %{buildroot}
|
|
|
|
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
+rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc BUGS CHANGES COMMITTERS COPYING HACKING README design-notes.txt www/*.html
|
|
|
|
|
|
+%doc BUGS CHANGES COMMITTERS COPYING HACKING PKG-INFO README cvs2svn-example.options www/*.html
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
-%{_mandir}/man?/*
|
|
|
|
%{python_sitelib}/*
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 08 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.3.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.1-3
|
|
* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.1-3
|
|
- rebuilt with python-2.6
|
|
- rebuilt with python-2.6
|
|
|
|
|