rpms/mlmmj/devel mlmmj.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Thu May 5 10:44:50 UTC 2005


Author: mfleming

Update of /cvs/extras/rpms/mlmmj/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mlmmj.spec 
Log Message:
auto-import mlmmj-1.2.5-1 on branch devel from mlmmj-1.2.5-1.src.rpm


--- NEW FILE mlmmj.spec ---
%define _textlibdir /usr/share/mlmmj/text.skel

%define makeinstall  %{__make}  prefix=%{?buildroot:%{buildroot}}%{_prefix}  exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix}  bindir=%{?buildroot:%{buildroot}}%{_bindir}  sbindir=%{?buildroot:%{buildroot}}%{_sbindir}  sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir}  datadir=%{?buildroot:%{buildroot}}%{_datadir}  includedir=%{?buildroot:%{buildroot}}%{_includedir}  libdir=%{?buildroot:%{buildroot}}%{_libdir}  libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir}  localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir}  sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir}  mandir=%{?buildroot:%{buildroot}}%{_mandir}  infodir=%{?buildroot:%{buildroot}}%{_infodir} textlibdir=%{?buildroot:%{buildroot}}%{_textlibdir} install

Summary: Mailserver-independent ezmlm-like mailing list manager
Name: mlmmj
Version: 1.2.5
Release: 1
License: MIT
Group: Applications/Internet
Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: smtpdaemon
URL: http://mlmmj.mmj.dk/

%description
mlmmj (Mailing Lists Made Joyful) is a mailing list manager intended to mimic
the functionality of the ezmlm mailing list manager often used with qmail, but
with a more open license and mailserver indepdendence.

%prep

%setup

%build
%configure

%install
make %{?_smp_mflags}


%makeinstall
mkdir -p %{buildroot}/var/spool/mlmmj

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc AUTHORS ChangeLog COPYING README* LICENSE FAQ TODO TUNABLES UPGRADE
%{_bindir}/mlmmj-*
%dir %{_datadir}/mlmmj/
%{_datadir}/mlmmj/*
%dir /var/spool/mlmmj
%{_mandir}/man1/mlmmj-*

%changelog
* Thu May 5 2005 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.5-1
- 1.2.5
- Dropped listtexts patch (applied upstream)

* Sat Apr 9 2005 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.4-4
- Special build for Fedora Extras
- Added upstream patch for addresses without a @domain
- Excluded contrib (just some web frontends) to avoid a perl dependency

* Sat Apr 9 2005 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.4-3.fc3.mf
- rpmlint-inspired cleanups of the spec file.
- Grammar / spelling clarifications in the English listtexts (sending upstream
  too)

* Tue Feb 15 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- 1.2.4

* Wed Feb 9 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- 1.2.3
- Patch removed (fixed in release)

* Fri Feb 4 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- Fix location of listtexts (forgot the text.skel part in the define)
- Patch for log operations issue (no access to create logs in some cases)

* Wed Feb 2 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- 1.2.2.
- Fixes a hang in mlmmj-send if no subscribers are present
- Workaround makefile breakage under listtexts (fix upstream pls!)

* Thu Jan 27 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- 1.2.1. Release early and often.

* Mon Jan 24 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- 1.2.0 final

* Wed Jan 19 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- 1.2.0 RC2
- Useful summary added.
- Requires: smtpdaemon added (it's useless without one)
- s/Copyright/License/

* Mon Jan 17 2005 Michael Fleming <mfleming+rpm at enlartenment.com>
- 1.2.0 RC1 (lots of changes, see Changelog)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 May 2005 09:05:04 -0000	1.1
+++ .cvsignore	5 May 2005 10:44:48 -0000	1.2
@@ -0,0 +1 @@
+mlmmj-1.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 May 2005 09:05:04 -0000	1.1
+++ sources	5 May 2005 10:44:48 -0000	1.2
@@ -0,0 +1 @@
+11104c72c9168bb37eab848b51ebee32  mlmmj-1.2.5.tar.gz




More information about the fedora-extras-commits mailing list