| [521] | 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 | |
|---|
| 18 | %description |
|---|
| 19 | Linuxconf module to configure postfix. |
|---|
| 20 | |
|---|
| 21 | %description -l pt_BR |
|---|
| 22 | Mulo linuxconf para configurar o postfix |
|---|
| 23 | |
|---|
| 24 | %description -l es |
|---|
| 25 | Linuxconf module to configure postfix. |
|---|
| 26 | |
|---|
| 27 | %prep |
|---|
| 28 | %setup -q -n postfixconf-%{version} |
|---|
| 29 | |
|---|
| 30 | %build |
|---|
| 31 | make |
|---|
| 32 | |
|---|
| 33 | %install |
|---|
| 34 | rm -rf %{buildroot} |
|---|
| 35 | mkdir -p %{buildroot}%{_libdir}/linuxconf |
|---|
| 36 | make install |
|---|
| 37 | |
|---|
| 38 | %post |
|---|
| 39 | linuxconf --setmod postfixconf |
|---|
| 40 | |
|---|
| 41 | %postun |
|---|
| 42 | if [ "$1" = "0" ] ; then |
|---|
| 43 | linuxconf --unsetmod postfixconf |
|---|
| 44 | fi |
|---|
| 45 | |
|---|
| 46 | %clean |
|---|
| 47 | rm -rf %{buildroot} |
|---|
| 48 | |
|---|
| 49 | %files |
|---|
| 50 | %defattr(-,root,root) |
|---|
| 51 | %{_libdir}/linuxconf/modules/postfixconf.so* |
|---|
| 52 | %{_libdir}/linuxconf/redhat/postfixconf.daemons |
|---|
| 53 | %{_libdir}/linuxconf/help.eng/postfixconf/ |
|---|
| 54 | %{_libdir}/linuxconf/help.eng/postfixconf-msg-*.eng |
|---|
| 55 | |
|---|
| 56 | %changelog |
|---|
| 57 | * Wed Jan 24 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp> |
|---|
| 58 | - 1.2-0vl2: fixed Group, added BuildPreReq |
|---|
| 59 | |
|---|
| 60 | * Fri Jan 19 2001 Jun Nishii <jun@vinelinux.org> |
|---|
| 61 | - 1.2-0vl1 based on 1.2-1cl |
|---|
| 62 | |
|---|
| 63 | * Wed Nov 01 2000 Cristiano Otto Von Trompczynski <cris@conectiva.com> |
|---|
| 64 | - Updated to version 1.2 |
|---|
| 65 | |
|---|
| 66 | * Wed Nov 01 2000 Cristiano Otto Von Trompczynski <cris@conectiva.com> |
|---|
| 67 | - Updated to version 1.1 |
|---|
| 68 | |
|---|
| 69 | * Fri Oct 27 2000 Cristiano Otto Von Trompczynski <cris@conectiva.com> |
|---|
| 70 | - Created spec with postfixconf version 1.0 |
|---|