Update spec: update command to generate tarball

This commit is contained in:
Jan Synacek 2012-10-16 09:40:29 +02:00
parent df1912a451
commit 1fda6c1189

View File

@ -11,7 +11,7 @@ URL: http://git.fedorahosted.org/git/?p=numad.git
# The source for this package was pulled from upstream's vcs. Use the # The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball: # following commands to generate the tarball:
# git clone git://git.fedorahosted.org/numad.git numad-0.5git # git clone git://git.fedorahosted.org/numad.git numad-0.5git
# tar cJf numad-0.5git.tar.xz numad-0.5git/ # tar --exclude-vcs cJf numad-0.5git.tar.xz numad-0.5git/
Source0: %{name}-%{version}git.tar.xz Source0: %{name}-%{version}git.tar.xz
Patch0: numad-0.5git-pthread.patch Patch0: numad-0.5git-pthread.patch
@ -62,6 +62,7 @@ make install prefix=%{buildroot}/usr
* Tue Oct 16 2012 Jan Synáček <jsynacek@redhat.com> - 0.5-7.20121015git * Tue Oct 16 2012 Jan Synáček <jsynacek@redhat.com> - 0.5-7.20121015git
- Update to 20121015 - Update to 20121015
- Add Makefile patch - Add Makefile patch
- Update spec: update command to generate tarball
* Wed Aug 22 2012 Jan Synáček <jsynacek@redhat.com> - 0.5-6.20120522git * Wed Aug 22 2012 Jan Synáček <jsynacek@redhat.com> - 0.5-6.20120522git
- add systemd-rpm macros - add systemd-rpm macros