linuxconf-postfixconf-vl.spec 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Summary: Linuxconf module to configure postfix.
  2. Summary(ja): linuxconf ÍѤΠpostfix ÀßÄê¥â¥¸¥å¡¼¥ë
  3. Summary(pt_BR): Mulo linuxconf para configurar o postfix
  4. Summary(es): Linuxconf module to configure postfix.
  5. Name: linuxconf-postfixconf
  6. Version: 1.2
  7. Release: 0vl2
  8. Group: Applications/System
  9. License: GPL
  10. Source: postfixconf-%{version}.tar.gz
  11. Prereq: linuxconf
  12. BuildPreReq: linuxconf-devel
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: Jun Nishii <jun@vinlinux.org>
  17. %description
  18. Linuxconf module to configure postfix.
  19. %description -l pt_BR
  20. Mulo linuxconf para configurar o postfix
  21. %description -l es
  22. Linuxconf module to configure postfix.
  23. %prep
  24. %setup -q -n postfixconf-%{version}
  25. %build
  26. make
  27. %install
  28. rm -rf %{buildroot}
  29. mkdir -p %{buildroot}%{_libdir}/linuxconf
  30. make install
  31. %post
  32. linuxconf --setmod postfixconf
  33. %postun
  34. if [ "$1" = "0" ] ; then
  35. linuxconf --unsetmod postfixconf
  36. fi
  37. %clean
  38. rm -rf %{buildroot}
  39. %files
  40. %defattr(-,root,root)
  41. %{_libdir}/linuxconf/modules/postfixconf.so*
  42. %{_libdir}/linuxconf/redhat/postfixconf.daemons
  43. %{_libdir}/linuxconf/help.eng/postfixconf/
  44. %{_libdir}/linuxconf/help.eng/postfixconf-msg-*.eng
  45. %changelog
  46. * Wed Jan 24 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
  47. - 1.2-0vl2: fixed Group, added BuildPreReq
  48. * Fri Jan 19 2001 Jun Nishii <jun@vinelinux.org>
  49. - 1.2-0vl1 based on 1.2-1cl
  50. * Wed Nov 01 2000 Cristiano Otto Von Trompczynski <cris@conectiva.com>
  51. - Updated to version 1.2
  52. * Wed Nov 01 2000 Cristiano Otto Von Trompczynski <cris@conectiva.com>
  53. - Updated to version 1.1
  54. * Fri Oct 27 2000 Cristiano Otto Von Trompczynski <cris@conectiva.com>
  55. - Created spec with postfixconf version 1.0