recode-vl.spec 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Name: recode
  2. Version: 3.6
  3. Release: 1%{?_dist_release}
  4. Summary: Converter between charsets and surfaces
  5. Group: Applications/Text
  6. License: GPL, LGPL
  7. Source: ftp://ftp.gnu.org/pub/gnu/recode/%{name}-%{version}.tar.gz
  8. Patch0: recode.patch
  9. URL: http://recode.progiciels-bpi.ca/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  14. %description
  15. The recode library converts files between character sets and usages.
  16. It recognises or produces more than 300 different character sets
  17. and transliterates files between almost any pair. When exact
  18. transliteration are not possible, it gets rid of offending characters
  19. or fall back on approximations. The recode program is a handy
  20. front-end to the library.
  21. %prep
  22. %setup -q
  23. %patch0 -p1
  24. %build
  25. %configure
  26. make
  27. %install
  28. %makeinstall
  29. ## remove unuse files
  30. rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
  31. %clean
  32. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
  33. %post
  34. %files
  35. %defattr(-,root,root)
  36. %doc README ABOUT-NLS AUTHORS COPYING
  37. %{_bindir}/%{name}
  38. %{_includedir}/*
  39. %{_infodir}/*
  40. %{_libdir}/*
  41. %{_mandir}/man1/*
  42. %{_datadir}/locale/*/LC_MESSAGES/recode.mo
  43. %changelog
  44. * Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 3.6-1vl5
  45. - applied new versioning policy
  46. - removed *.la
  47. * Sun Dec 9 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.6-0vl3
  48. - rebuilt for VineSeed
  49. * Sat Dec 2 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  50. - Rebuilt for VineLinux4.0
  51. * Thu Jan 27 2005 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  52. - initial package for VineLinux 3.1