cvsps-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: cvsps
  2. Version: 2.1
  3. Release: 3%{?_dist_release}
  4. Summary: Patchset tool for CVS
  5. Group: Development/Tools
  6. License: GPL+
  7. URL: http://www.cobite.com/cvsps/
  8. Source0: http://www.cobite.com/cvsps/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: zlib-devel
  11. Requires: cvs
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. Packager: iwaim
  15. %description
  16. CVSps is a program for generating 'patchset' information from a CVS
  17. repository. A patchset in this case is defined as a set of changes
  18. made to a collection of files, and all committed at the same time
  19. (using a single 'cvs commit' command). This information is valuable
  20. to seeing the big picture of the evolution of a cvs project. While
  21. cvs tracks revision information, it is often difficult to see what
  22. changes were committed 'atomically' to the repository.
  23. %prep
  24. %setup -q
  25. sed -i -e 's/diffs\\-opts/diff\\-opts/' cvsps.1
  26. %build
  27. CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install prefix=$RPM_BUILD_ROOT%{_prefix}
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc CHANGELOG COPYING README merge_utils.sh
  36. %{_bindir}/cvsps
  37. %{_mandir}/man1/cvsps.1*
  38. %changelog
  39. * Fri Jan 3 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.1-3
  40. - build with current VineSeed
  41. * Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 2.1-2
  42. - add Packager: iwaim
  43. - rebuild: so old
  44. - fix Bad Requireflags: Requires(hint)
  45. - add Vendor and Distribution tags
  46. * Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
  47. - initial build for Vine Linux
  48. * Sat Jun 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.2-0.1.b1
  49. - 2.2b1.
  50. * Sat Feb 9 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.1-6
  51. - Change cvs dependency to a Requires(hint).
  52. - Fix typo in man page.
  53. * Thu Aug 16 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.1-5
  54. - License: GPL+
  55. * Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.1-4
  56. - Rebuild.
  57. * Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.1-3
  58. - Rebuild.
  59. * Fri May 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.1-2
  60. - 2.1.
  61. * Sun Mar 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.0-0.2.rc1
  62. - Drop 0.fdr and Epoch: 0.
  63. * Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-0.fdr.0.2.rc1
  64. - Remove #---- section markers.
  65. * Fri Jul 4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-0.fdr.0.1.rc1
  66. - First build.