plum3-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. %define _lib lib
  2. Summary: Plum - proxy irc deamon
  3. Summary(ja): Plum - IRC 用中継/クライアントプログラム
  4. Name: plum3
  5. Version: 3.1.0
  6. Release: 0.1.b18%{?_dist_release}
  7. License: GPL
  8. Group: Applications/System
  9. Url: http://sourceforge.jp/projects/plum/
  10. Source: plum-%{version}b18.tar.bz2
  11. Source10: plum-vine.conf.sample
  12. Patch1: plum-3.1.0b18-vine.patch
  13. Autoreqprov: no
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildArchitectures: noarch
  16. Requires: perl > 5.8.1
  17. Conflicts: plum < 3.0
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: daisuke
  21. %description
  22. plum - proxy irc daemon
  23. %prep
  24. [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
  25. %setup -n plum-%{version}
  26. %patch1 -p1 -b .vine
  27. %build
  28. %install
  29. mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
  30. mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/plum
  31. install -m 755 plum ${RPM_BUILD_ROOT}%{_bindir}/plum
  32. cp -af module ${RPM_BUILD_ROOT}%{_datadir}/plum
  33. %files
  34. %defattr(-,root,root)
  35. %doc *.conf.sample
  36. %{_bindir}/plum
  37. %dir %{_datadir}/plum
  38. %{_datadir}/plum/*
  39. %changelog
  40. * Tue Sep 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.0-0.1.b18
  41. - rename to plum3
  42. - update to svn trunk
  43. * Wed Mar 18 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.33.2-2
  44. - moved files from /usr/lib64 to /usr/lib. (for x86_64)
  45. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 2.33.2-1vl5
  46. - applied new versioning policy, spec in utf-8
  47. * Mon Apr 7 2003 IWAI Masaharu <iwai@alib.jp> 2.33.2-0vl2
  48. - add plum-2.33.2-rfc2822.patch (Patch2)
  49. - from http://sourceforge.jp/tracker/index.php?func=detail&aid=807&group_id=291&atid=1181
  50. * Mon Nov 4 2002 IWAI Masaharu <iwai@alib.jp> 2.33.2-0vl1
  51. - new upstream release
  52. - add URL tag
  53. - use rpmmacros
  54. - add example configuration files in %%doc
  55. - rename Patch0 in Spec file
  56. * Wed May 09 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  57. - 2.33.1-0vl2
  58. - increased release tag to avoid conflicting %{arch} & noarch rpm
  59. (both 2.33.1-0vl1.{i386,noarch}.rpm still exists on the tree)