patchutils-vl.spec 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Summary: a collection of tools for manipulating patch files
  2. Summary(ja): パッチファイル処理ツール集
  3. Name: patchutils
  4. Version: 0.2.31
  5. Release: 2%{?_dist_release}
  6. License: GPL
  7. Group: Development/Tools
  8. URL: http://cyberelk.net/tim/patchutils/
  9. Source0: http://cyberelk.net/tim/data/%{name}/stable/%{name}-%{version}.tar.bz2
  10. Patch0: patchutils-author.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Obsoletes: interdiff
  13. Provides: interdiff
  14. BuildRequires: xmlto
  15. %description
  16. Patchutils contains a collection of tools for manipulating patch files.
  17. You can use interdiff to create an incremental patch between two patches
  18. that are against a common source tree, and combinediff for creating a
  19. cumulative diff from two incremental patches. Filterdiff is for
  20. extracting or excluding patches from a patch set based on modified files
  21. matching shell wildcards. Lsdiff lists modified files in a patch. Rediff
  22. corrects hand-edited patches.
  23. %prep
  24. %setup -q
  25. %patch0 -p1 -b .author
  26. %build
  27. touch doc/patchutils.xml
  28. %configure
  29. make
  30. make check
  31. %install
  32. rm -rf %{buildroot}
  33. %makeinstall
  34. %clean
  35. rm -rf %{buildroot}
  36. %files
  37. %defattr(-,root,root)
  38. %doc AUTHORS ChangeLog README COPYING BUGS NEWS
  39. %{_bindir}/*
  40. %{_mandir}/man1/*
  41. %changelog
  42. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.31-2vl5
  43. - applied new versioning policy, spec in utf-8
  44. * Thu Jun 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.31-2vl1
  45. - updated to 0.2.31
  46. - added BuildReqires: xmlto, Obsoletes: interdiff, Provides: interdiff
  47. - added Japanese summary
  48. - added Patch0 from Fedora development
  49. * Tue Jan 6 2004 Tim Waugh <twaugh@redhat.com>
  50. - Ship AUTHORS and ChangeLog as well (bug #112936).
  51. * Thu Oct 30 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.24-0vl1
  52. - new upstream version (patchutils-0.2.24)
  53. * Fri Mar 14 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.19-0vl1
  54. - updated to 0.2.19
  55. * Fri Mar 08 2002 Toru Sagami <sagami@vinelinux.org> 0.2.10-0vl1
  56. - updated to 0.2.10
  57. * Mon Jan 07 2002 Toru Sagami <sagami@vinelinux.org>
  58. - 0.2.7-0vl1: initial release