]> git.pld-linux.org Git - packages/ezmlm.git/commitdiff
- good spec
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 20 Aug 1999 16:38:42 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezmlm.spec -> 1.1

ezmlm.spec [new file with mode: 0644]

diff --git a/ezmlm.spec b/ezmlm.spec
new file mode 100644 (file)
index 0000000..7275658
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Qmail Mailing List Manager
+Name:          ezmlm
+Version:       0.52
+Release:       2
+Group:         Utilities/System
+Source:                ftp://koobera.math.uic.edu/pub/software/%{name}-%{version}.tar.gz
+Patch:         ezmlm.patch
+URL:           http://www.qmail.org/
+Copyright:     Check with djb@koobera.math.uic.edu
+Buildroot:     /tmp/%{name}-%{version}-root
+Requires:      qmail
+
+%description
+Qmail Mailing List Manager
+
+%prep
+%setup -q
+%patch
+echo "/usr/lib/ezmlm" > conf-bin
+
+%build
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_libdir}/ezmlm}
+
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install *.5 $RPM_BUILD_ROOT%{_mandir}/man5
+install ezmlm-list ezmlm-make ezmlm-sub ezmlm-unsub $RPM_BUILD_ROOT%{_bindir}
+install ezmlm-manage ezmlm-reject ezmlm-return ezmlm-send ezmlm-warn \
+       ezmlm-weed      $RPM_BUILD_ROOT%{_libdir}/ezmlm
+
+gzip -9nf BLURB CHANGES README THANKS TODO VERSION \
+       $RPM_BUILD_ROOT%{_mandir}/man{1,5}/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {BLURB,CHANGES,README,THANKS,TODO,VERSION}.gz
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/ezmlm
+%attr(755,root,root) %{_libdir}/ezmlm/*
+%{_mandir}/man1/*
+%{_mandir}/man5/*
This page took 0.087965 seconds and 4 git commands to generate.