From 8903fcb9e51a618a3a6d4782b47ad06f6736e2d4 Mon Sep 17 00:00:00 2001 From: Kazuhisa Hara Date: Mon, 4 Jul 2011 13:51:01 +0900 Subject: [PATCH 1/3] cherry-pick commit by kazuhisya http://d.hatena.ne.jp/kazuhisya/20110704/1309783736 --- etc/git-now.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 etc/git-now.spec diff --git a/etc/git-now.spec b/etc/git-now.spec new file mode 100755 index 0000000..944f5ce --- /dev/null +++ b/etc/git-now.spec @@ -0,0 +1,41 @@ +Summary: making convenient git commit +Name: git-now +Version: 0.0 +Release: 1%{?dist} +License: Apache License, Version 2.0 +Group: Development/Languages +Provides: git-now +Requires: git +BuildRequires: git +Source0: git-now +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Packager: Kazuhisa Hara + +%description +git now: making convenient git commit + +%prep + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/usr/libexec/git-core +make prefix=$RPM_BUILD_ROOT/usr/libexec/git-core install +chmod +x $RPM_BUILD_ROOT/usr/libexec/git-core/git-now + +%clean +rm -Rf $RPM_BUILD_ROOT + +%post + +%files +%defattr(-,root,root) +/usr/libexec/git-core/git-now + + +%changelog +* Mon Jul 04 2011 Kazuhisa Hara +- Initial version +* Mon Oct 17 2011 Motonori Iwata +- use Makefile From 6a468ae788138727bcd6a7da917032ed31e08764 Mon Sep 17 00:00:00 2001 From: todesking Date: Thu, 28 Apr 2011 04:52:55 -0700 Subject: [PATCH 2/3] cherry-pick commit by todesking From 778b369af9da8eb5b07c7bf87629a98a30d4a73f Mon Sep 17 00:00:00 2001 From: MIZUNO Hiroki Date: Fri, 5 Aug 2011 00:57:41 -0700 Subject: [PATCH 3/3] cherry-pick commit by mzp