sitecopy-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Name: sitecopy
  2. Summary: sitecopy is for easily maintaining remote web sites.
  3. Summary(ja): sitecopy はリモートでのウェブサイトの管理を楽にします。
  4. Version: 0.16.6
  5. Release: 2%{?_dist_release}
  6. License: GPLv2
  7. Group: Applications/Internet
  8. URL: http://www.manyfish.co.uk/sitecopy/
  9. Source0: http://www.manyfish.co.uk/sitecopy/%{name}-%{version}.tar.gz
  10. Patch0: sitecopy-neon-0.29-vine.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: neon-devel zlib-devel
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. sitecopy is for easily maintaining remote web sites. The program will
  17. upload files to the server which have changed locally, and delete files
  18. from the server which have been removed locally, to keep the remote
  19. site synchronized with the local site with a single command.
  20. %description -l ja
  21. sitecopy はリモートでのウェブサイトの管理を楽にします。
  22. たったひとつのコマンドでローカルのホストで更新のあったファイルや、削除された
  23. ファイルをサーバ上のファイルに反映させる事により常にローカルホストとサーバを
  24. 同調させることが出来ます。
  25. %prep
  26. %setup -q
  27. %patch0 -p1 -b .vine
  28. %build
  29. %configure
  30. %__make
  31. %install
  32. %{__rm} -rf $RPM_BUILD_ROOT
  33. %makeinstall
  34. # remove unpacked files
  35. %{__rm} -rf $RPM_BUILD_ROOT%{_prefix}/doc
  36. %{__rm} -rf $RPM_BUILD_ROOT%{_mandir}/fr
  37. %clean
  38. %{__rm} -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root)
  41. %doc BUGS COPYING ChangeLog NEWS README README.gnome THANKS TODO
  42. %doc doc/update.sh
  43. %{_bindir}/sitecopy
  44. #%{_mandir}/*/man1/sitecopy.1.gz
  45. %{_mandir}/man1/sitecopy.1.gz
  46. %{_datadir}/locale/*/*/sitecopy.mo
  47. %{_datadir}/sitecopy
  48. %changelog
  49. * Mon May 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.6-2
  50. - add Patch0 (sitecopy-neon-0.29-vine.patch)
  51. * Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.6-1
  52. - updated to 0.16.6
  53. - updated URL
  54. - rebuilt with new toolchains
  55. * Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.16.1-1vl5
  56. - applied new versioning policy, spec in utf-8
  57. * Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.1-0vl1
  58. - new upstream release
  59. - added BuildRequires: neon-devel, zlib-devel
  60. * Thu Jun 16 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl2
  61. -add %doc
  62. -A revision %files
  63. * Sun May 22 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl1
  64. -First Update!
  65. - initial build for Vine Linux
  66. # end of file