Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > b7626b95bab2c440cc7a2e3b34831531 > files > 2

commit-patch-2.6-2.mga8.src.rpm

Name:		commit-patch
Version:	2.6
Release:	%mkrel 2
Summary:	A utility that lets you check select portions of a file into a VCS
License:	GPLv2
URL:		http://porkrind.org/commit-patch/
Group:		Development/Tools
Source:		http://porkrind.org/commit-patch/%{name}-%{version}.tar.gz
BuildArch:	noarch

%{?perl_default_filter}
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Win32|anonymous|temporary|that

%description
Jim Radford and David Caldwell wrote a neat little utility that lets you check
in select portions of a file into Darcs, Git, CVS, Subversion, or Mercurial. It
comes as a command line app and also and emacs interface.

A blog entry (http://porkrind.org/missives/commit-patch-managing-your-mess)
about commit-patch provides some detailed information on why you might want to
use commit-patch.

commit-patch and commit-partial can make commiting partial changes easier with:
-darcs
-git
-mercurial
-cvs
-svn

commit-patch-buffer.el is an emacs interface to commit-patch. It allows you to
just hit C-c C-c in any patch buffer to apply and commit only the changes
indicated by the patch, regardless of the changes in your working directory. 

%prep
%setup -q

%install
install -d %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1/ %{buildroot}/%{_datadir}/emacs/site-lisp
install -m 755 %{name} %{buildroot}/%{_bindir}
install -m 644 %{name}.1 %{buildroot}/%{_mandir}/man1/
install -m 644 *.el %{buildroot}/%{_datadir}/emacs/site-lisp/
ln -s %{name} %{buildroot}/%{_bindir}/commit-partial
ln -s %{name}.1.%{_extension} %{buildroot}/%{_mandir}/man1/%{name}.1.%{_extension}

%files
%{_bindir}/commit-*
%{_mandir}/man1/commit-*.*
%{_datadir}/emacs/site-lisp/%{name}*.el


%changelog
* Sat Aug 29 2020 tv <tv> 2.6-2.mga8
+ Revision: 1619673
- fix deps

* Sun Jun 07 2020 buchan <buchan> 2.6-1.mga8
+ Revision: 1590845
- Update to 2.6

* Tue Feb 11 2020 umeabot <umeabot> 2.5.2-3.mga8
+ Revision: 1489808
- Mageia 8 Mass Rebuild

* Tue Sep 18 2018 umeabot <umeabot> 2.5.2-2.mga7
+ Revision: 1261056
- Mageia 7 Mass Rebuild

* Thu Nov 27 2014 buchan <buchan> 2.5.2-1.mga6
+ Revision: 799503
- Upgrade to current 2.5.x release, required  to work with subversion >= 1.7

* Wed Oct 15 2014 umeabot <umeabot> 2.4-6.mga5
+ Revision: 750878
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 2.4-5.mga5
+ Revision: 678501
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 2.4-4.mga4
+ Revision: 503470
- Mageia 4 Mass Rebuild

* Fri Jan 11 2013 umeabot <umeabot> 2.4-3.mga3
+ Revision: 348085
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Oct 26 2012 malo <malo> 2.4-2.mga3
+ Revision: 310367
- spec clean-up
- fix RPM group

* Thu Oct 04 2012 buchan <buchan> 2.4-1.mga3
+ Revision: 302736
- imported package commit-patch