rpms/mlmmj/devel mlmmj.spec,1.1,1.2

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Thu May 5 23:36:28 UTC 2005


Author: mfleming

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

Modified Files:
	mlmmj.spec 
Log Message:
Release 1.2.5-2. Many cleanups


Index: mlmmj.spec
===================================================================
RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mlmmj.spec	5 May 2005 10:44:48 -0000	1.1
+++ mlmmj.spec	5 May 2005 23:36:26 -0000	1.2
@@ -1,11 +1,9 @@
 %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
+Release: 2
 License: MIT
 Group: Applications/Internet
 Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
@@ -14,9 +12,10 @@
 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.
+mlmmj (Mailing List Managing Made Joyful) is a mailing list manager
+intended to mimic the functionality of the ezmlm-idx mailing list
+manager often used with Prof. Dan Bernstein's qmail, but with an open
+license and mailserver indepdendence.
 
 %prep
 
@@ -24,12 +23,11 @@
 
 %build
 %configure
-
-%install
 make %{?_smp_mflags}
 
-
-%makeinstall
+%install
+rm -rf %{_buildroot}
+%makeinstall textlibdir=%{buildroot}%{_textlibdir}
 mkdir -p %{buildroot}/var/spool/mlmmj
 
 %clean
@@ -45,6 +43,13 @@
 %{_mandir}/man1/mlmmj-*
 
 %changelog
+* Fri May 6 2005 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.5-2
+- Description updated
+- Install macros returned to sane defaults
+- Small spec cleanups
+- Thanks to Michael Schwendt for pointing these out.
+
+- Dropped listtexts patch (applied upstream)
 * Thu May 5 2005 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.5-1
 - 1.2.5
 - Dropped listtexts patch (applied upstream)




More information about the fedora-extras-commits mailing list