patchutils-vl.spec 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Summary: a collection of tools for manipulating patch files
  2. Summary(ja): パッチファイル処理ツール集
  3. Name: patchutils
  4. Version: 0.3.3
  5. Release: 1%{?_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.xz
  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. * Sat Jul 05 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.3-1
  43. - new upstream release
  44. - changed archive type bzip2 to xz
  45. - deleted Patch0
  46. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.2.31-3
  47. - rebuilt with rpm-4.8.1-3
  48. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.31-2vl5
  49. - applied new versioning policy, spec in utf-8
  50. * Thu Jun 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.31-2vl1
  51. - updated to 0.2.31
  52. - added BuildReqires: xmlto, Obsoletes: interdiff, Provides: interdiff
  53. - added Japanese summary
  54. - added Patch0 from Fedora development
  55. * Tue Jan 6 2004 Tim Waugh <twaugh@redhat.com>
  56. - Ship AUTHORS and ChangeLog as well (bug #112936).
  57. * Thu Oct 30 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.24-0vl1
  58. - new upstream version (patchutils-0.2.24)
  59. * Fri Mar 14 2003 Satoshi MACHINO <machino@vinelinux.org> 0.2.19-0vl1
  60. - updated to 0.2.19
  61. * Fri Mar 08 2002 Toru Sagami <sagami@vinelinux.org> 0.2.10-0vl1
  62. - updated to 0.2.10
  63. * Mon Jan 07 2002 Toru Sagami <sagami@vinelinux.org>
  64. - 0.2.7-0vl1: initial release