mirror of
https://github.com/iwata/git-now.git
synced 2026-09-10 07:26:29 -04:00
Merge branch 'feature/cherry-pick' into develop
This commit is contained in:
commit
4194b1f3dc
41
etc/git-now.spec
Executable file
41
etc/git-now.spec
Executable file
|
|
@ -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 <kazuhisya@gmail.com>
|
||||
|
||||
%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 <kazuhisya@gmail.com>
|
||||
- Initial version
|
||||
* Mon Oct 17 2011 Motonori Iwata <gootonori@gmail.com>
|
||||
- use Makefile
|
||||
Loading…
Reference in a new issue