commit mlmmj for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2019-06-01 09:50:31

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new.5148 (New)


Package is "mlmmj"

Sat Jun  1 09:50:31 2019 rev:31 rq:706067 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2018-02-09 
15:53:33.850422684 +0100
+++ /work/SRC/openSUSE:Factory/.mlmmj.new.5148/mlmmj.changes2019-06-01 
09:50:34.103302397 +0200
@@ -1,0 +2,10 @@
+Fri Feb 22 15:29:25 UTC 2019 - Andreas Schneider 
+
+- Update to 1.3.0
+  o Czech translation (Jiří Šolc)
+  o Don't use address extensions from non-list addresses
+  o Fix some RFC 5321 compliance issues (Martijn Grendelman)
+  o Add smtphelo tunable (Andreas Schulze)
+  o Implement modonlypost
+
+---

Old:

  mlmmj-1.2.19.0.tar.bz2

New:

  mlmmj-1.3.0.tar.bz2



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.PefEgJ/_old  2019-06-01 09:50:35.327301979 +0200
+++ /var/tmp/diff_new_pack.PefEgJ/_new  2019-06-01 09:50:35.335301976 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlmmj
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   mlmmj
-Version:1.2.19.0
+Version:1.3.0
 Release:0
 Summary:Mail Server Independent Reimplementation of the EZMLM Mailing 
List
 License:MIT
@@ -42,18 +42,23 @@
 
 %install
 make DESTDIR=%{buildroot} install
-mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
-mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples
+
+rm contrib/web/php-admin/htdocs/index.php.orig
+rm contrib/web/php-user/mlmmj.php.orig
+
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}/contrib
+install -d -m 0755 %{buildroot}%{_defaultdocdir}/%{name}/examples
 cp -a contrib/{amime-receive,web} 
%{buildroot}%{_defaultdocdir}/%{name}/examples/
 cp -a contrib/receivestrip/README README.receivestrip
-cp -a README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES 
%{buildroot}%{_defaultdocdir}/%{name}/
 %fdupes %{buildroot}
 
 %files
 %dir %{_defaultdocdir}/%{name}
-%doc %{_defaultdocdir}/%{name}/*
+%doc README* FAQ UPGRADE AUTHORS ChangeLog TUNABLES
+%license LICENSE
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/%{name}
+%{_defaultdocdir}/%{name}/examples
 
 %changelog

++ mlmmj-1.2.19.0.tar.bz2 -> mlmmj-1.3.0.tar.bz2 ++
 3388 lines of diff (skipped)




commit mlmmj for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2018-02-09 15:53:32

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new (New)


Package is "mlmmj"

Fri Feb  9 15:53:32 2018 rev:30 rq:574631 version:1.2.19.0

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2017-07-26 
13:05:49.869558626 +0200
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2018-02-09 
15:53:33.850422684 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 10:41:35 UTC 2018 - suse-b...@cboltz.de
+
+- drop iconv call to avoid double-utf8-encoding of the mail templates
+  (poo#31546)
+
+---



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.7eIRio/_old  2018-02-09 15:53:34.766389782 +0100
+++ /var/tmp/diff_new_pack.7eIRio/_new  2018-02-09 15:53:34.766389782 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mlmmj
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,10 +43,6 @@
 %install
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
-find %{buildroot}%{_datadir}/%{name}/text.skel -type f |while read file; do
-  iconv -f ISO-8859-1 -t UTF-8 ${file} > ${file}.utf8
-  mv ${file}.utf8 ${file}
-done
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples
 cp -a contrib/{amime-receive,web} 
%{buildroot}%{_defaultdocdir}/%{name}/examples/
 cp -a contrib/receivestrip/README README.receivestrip




commit mlmmj for openSUSE:Factory

2017-07-26 Thread root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2017-07-26 13:05:45

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new (New)


Package is "mlmmj"

Wed Jul 26 13:05:45 2017 rev:29 rq:512506 version:1.2.19.0

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2015-06-02 
10:12:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2017-07-26 
13:05:49.869558626 +0200
@@ -1,0 +2,6 @@
+Mon Jul 24 11:33:08 UTC 2017 - tchva...@suse.com
+
+- Run over with spec-cleaner
+- Do not require recode and use iconv for conversions wrt fate#323644
+
+---



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.ZmW6Yv/_old  2017-07-26 13:05:50.629451418 +0200
+++ /var/tmp/diff_new_pack.ZmW6Yv/_new  2017-07-26 13:05:50.633450854 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlmmj
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,7 @@
 Url:http://mlmmj.org/
 Source0:http://mlmmj.org/releases/%{name}-%{version}.tar.bz2
 Source1:mlmmj-rpmlintrc
-%if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
-%endif
-BuildRequires:  recode
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,20 +43,17 @@
 %install
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
-find %{buildroot}%{_datadir}/%{name}/text.skel -type f -exec recode 
latin1..utf8 {} \;
+find %{buildroot}%{_datadir}/%{name}/text.skel -type f |while read file; do
+  iconv -f ISO-8859-1 -t UTF-8 ${file} > ${file}.utf8
+  mv ${file}.utf8 ${file}
+done
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples
 cp -a contrib/{amime-receive,web} 
%{buildroot}%{_defaultdocdir}/%{name}/examples/
 cp -a contrib/receivestrip/README README.receivestrip
 cp -a README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES 
%{buildroot}%{_defaultdocdir}/%{name}/
-%if 0%{?suse_version} > 1010
-  %fdupes -s %{buildroot}
-%endif
-
-%clean
-rm -rf %{buildroot}
+%fdupes %{buildroot}
 
 %files
-%defattr(-,root,root)
 %dir %{_defaultdocdir}/%{name}
 %doc %{_defaultdocdir}/%{name}/*
 %{_bindir}/*




commit mlmmj for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2015-06-02 10:12:38

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new (New)


Package is "mlmmj"

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2014-07-15 
08:01:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2015-06-02 
10:12:39.0 +0200
@@ -1,0 +2,15 @@
+Mon May 25 22:59:05 UTC 2015 - mrueck...@suse.de
+
+- update to 1.2.19.0
+  o Add README.footers and footer-related resources
+  o Support ESMTP so OpenSMTPD uses 8 bits (Paul Fariello)
+  o Use iconv to convert unknown character sets
+  o Handle unfolded header lines better
+  o Add a tunable for moderation request lifetime (Timo Boettcher)
+  o Ensure mlmmj-send always honours tunables (e.g. relayhost)
+  o Fix reason in denial messages for mails without the list in To:
+or CC:
+- mlmmj-rpmlintrc
+  - removed line about arch dependent files
+
+---

Old:

  mlmmj-1.2.18.1.tar.bz2

New:

  mlmmj-1.2.19.0.tar.bz2



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.nzAvKK/_old  2015-06-02 10:12:40.0 +0200
+++ /var/tmp/diff_new_pack.nzAvKK/_new  2015-06-02 10:12:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mlmmj
-Version:1.2.18.1
+Version:1.2.19.0
 Release:0
 Summary:Mail Server Independent Reimplementation of the EZMLM Mailing 
List
 License:MIT

++ mlmmj-1.2.18.1.tar.bz2 -> mlmmj-1.2.19.0.tar.bz2 ++
 10299 lines of diff (skipped)

++ mlmmj-rpmlintrc ++
--- /var/tmp/diff_new_pack.nzAvKK/_old  2015-06-02 10:12:40.0 +0200
+++ /var/tmp/diff_new_pack.nzAvKK/_new  2015-06-02 10:12:40.0 +0200
@@ -1,3 +1,2 @@
 # exclude the examples
-addFilter("arch-dependent-file-in-usr-share.*/usr/share/doc/packages/mlmmj/examples/.*");
 addFilter("doc-file-dependency.*/usr/share/doc/packages/mlmmj/examples/.*");




commit mlmmj for openSUSE:Factory

2014-07-14 Thread h_root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2014-07-15 08:01:09

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new (New)


Package is "mlmmj"

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2014-03-26 
16:41:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2014-07-15 
08:01:19.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 14 12:42:24 UTC 2014 - hvo...@suse.com
+
+- Don't require fdupes on http://mlmmj.org/
 Source0:http://mlmmj.org/releases/%{name}-%{version}.tar.bz2
 Source1:mlmmj-rpmlintrc
+%if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
+%endif
 BuildRequires:  recode
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -49,7 +51,9 @@
 cp -a contrib/{amime-receive,web} 
%{buildroot}%{_defaultdocdir}/%{name}/examples/
 cp -a contrib/receivestrip/README README.receivestrip
 cp -a README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES 
%{buildroot}%{_defaultdocdir}/%{name}/
-%fdupes -s %{buildroot}
+%if 0%{?suse_version} > 1010
+  %fdupes -s %{buildroot}
+%endif
 
 %clean
 rm -rf %{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlmmj for openSUSE:Factory

2014-03-26 Thread h_root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2014-03-26 16:41:13

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new (New)


Package is "mlmmj"

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2014-01-30 
11:34:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2014-03-26 
16:41:15.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 24 22:05:40 UTC 2014 - c...@kki.org
+
+- update to version 1.2.18.1
+  o simply fixes three bugs, one of which caused mail to be lost, 
+so everybody currently running 1.2.18.0 is encouraged to upgrade. 
+
+---

Old:

  mlmmj-1.2.18.0.tar.bz2

New:

  mlmmj-1.2.18.1.tar.bz2



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.S1JN0d/_old  2014-03-26 16:41:16.0 +0100
+++ /var/tmp/diff_new_pack.S1JN0d/_new  2014-03-26 16:41:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mlmmj
-Version:1.2.18.0
+Version:1.2.18.1
 Release:0
 Summary:Mail Server Independent Reimplementation of the EZMLM Mailing 
List
 License:MIT

++ mlmmj-1.2.18.0.tar.bz2 -> mlmmj-1.2.18.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlmmj-1.2.18.0/ChangeLog new/mlmmj-1.2.18.1/ChangeLog
--- old/mlmmj-1.2.18.0/ChangeLog2012-05-29 15:43:06.0 +0200
+++ new/mlmmj-1.2.18.1/ChangeLog2014-02-05 07:08:53.0 +0100
@@ -1,3 +1,7 @@
+1.2.18.1
+ o Stop mlmmj-maintd deleting list posts while they are being sent
+ o Fix +list from crashing Mlmmj
+ o Fix bug that made double subscription possible
 1.2.18.0
  o New list texts (Ben Schmidt, Xuacu Saturio, Nino Novak, Sophie Gautier,
Epaminondas Diamantopoulos, Valter Mura, S�rgio Marques, Milos Sramek, Dean
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlmmj-1.2.18.0/Makefile.in 
new/mlmmj-1.2.18.1/Makefile.in
--- old/mlmmj-1.2.18.0/Makefile.in  2012-05-29 15:47:27.0 +0200
+++ new/mlmmj-1.2.18.1/Makefile.in  2014-02-05 07:12:38.0 +0100
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.12 from Makefile.am.
+# Makefile.in generated by automake 1.12.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -359,7 +358,7 @@
 # (1) if the variable is set in 'config.status', edit 'config.status'
 # (which will cause the Makefiles to be regenerated when you run 'make');
 # (2) otherwise, pass the desired values on the 'make' command line.
-$(RECURSIVE_TARGETS):
+$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
@fail= failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
  case $$f in \
@@ -369,7 +368,11 @@
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
-   list='$(SUBDIRS)'; for subdir in $$list; do \
+   case "$@" in \
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+ *) list='$(SUBDIRS)' ;; \
+   esac; \
+   for subdir in $$list; do \
  echo "Making $$target in $$subdir"; \
  if test "$$subdir" = "."; then \
dot_seen=yes; \
@@ -383,37 +386,6 @@
if test "$$dot_seen" = "no"; then \
  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
-
-$(RECURSIVE_CLEAN_TARGETS):
-   @fail= failcom='exit 1'; \
-   for f in x $$MAKEFLAGS; do \
- case $$f in \
-   *=* | --[!k]*);; \
-   *k*) failcom='fail=yes';; \
- esac; \
-   done; \
-   dot_seen=no; \
-   case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
-   esac; \
-   rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
-   rev="$$subdir $$rev"; \
- fi; \
-   done; \
-   rev="$$rev ."; \
-   target=`echo $@ | sed s/-recursive//`; \
-   for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
-   local_target="$$target-am"; \
- else \
-   local_target="$$target"; \
- fi; \
- ($(am

commit mlmmj for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2014-01-30 11:34:43

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new (New)


Package is "mlmmj"

Changes:

--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes  2011-09-23 
02:13:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2014-01-30 
11:34:44.0 +0100
@@ -1,0 +2,32 @@
+Sat Jan 25 11:50:14 UTC 2014 - a...@ajaissle.de
+
+- Updated source url
+
+---
+Wed Dec  4 13:22:01 UTC 2013 - l...@linux-schulserver.de
+
+- Update to version 1.2.18.0:
+  o Richer list texts (including a new naming scheme, conditionals, 
+automatic wrapping and true UTF-8 support). 
+See README.listtexts for more details.
+  o Notifying posters when their posts are being moderated 
+(notifymod tunable).
+  o Not-me-too feature to avoid having the poster receiving their 
+own messages (notmetoo tunable).
+  o Ability to explicitly reject posts (exposed in new list texts).
+  o Ability to explicitly obstruct subscriptions 
+(exposed in new list texts).
+  o Unsubscribe from all versions of a list at once (changed behaviour
+of +unsubscribe[-{digest|nomail}]; they now all remove the 
+subscriber from all versions of the list).
+  o Ability to switch between different versions of a list by 
+using +subscribe[-{digest|nomail|both}] ('both' means normal and 
+digest, and is a 'hidden feature' not mentioned in the supplied 
+list texts).
+  o Subscription ability in php-admin.
+- built mlmmj-receive-strip in contrib directory
+- move /usr/share/mlmmj/contrib to /usr/share/doc/package/mlmmj/examples
+  where it fits better (according to rpmlint)
+- addded rpmlintrc to exclude the examples
+
+---

Old:

  mlmmj-1.2.17.1.tar.bz2

New:

  mlmmj-1.2.18.0.tar.bz2
  mlmmj-rpmlintrc



Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.Dlpfkc/_old  2014-01-30 11:34:45.0 +0100
+++ /var/tmp/diff_new_pack.Dlpfkc/_new  2014-01-30 11:34:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mlmmj (Version 1.2.17.1)
+# spec file for package mlmmj
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,18 @@
 #
 
 
-
 Name:   mlmmj
+Version:1.2.18.0
+Release:0
+Summary:Mail Server Independent Reimplementation of the EZMLM Mailing 
List
 License:MIT
 Group:  Productivity/Networking/Email/Mailinglists
-Version:1.2.17.1
-Release:1
 Url:http://mlmmj.org/
-Summary:Mail Server Independent Reimplementation of the EZMLM Mailing 
List
-Source0:http://mlmmj.mmj.dk/files/%name-%version.tar.bz2
+Source0:http://mlmmj.org/releases/%{name}-%{version}.tar.bz2
+Source1:mlmmj-rpmlintrc
+BuildRequires:  fdupes
+BuildRequires:  recode
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes recode
 
 %description
 This is an attempt at implementing a mailing list manager with the same
@@ -37,26 +38,28 @@
 %setup -q
 
 %build
-%configure
-make CFLAGS="$RPM_OPT_FLAGS -fstack-protector" %{?jobs:-j%jobs}
+%configure --enable-receive-strip
+make CFLAGS="%{optflags} -fstack-protector" %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/usr/share/%name/contrib
-cp -a listtexts/{da,de,nl,it,fr,es,cz} 
$RPM_BUILD_ROOT/usr/share/%name/text.skel
-find $RPM_BUILD_ROOT/usr/share/%name/text.skel -type f -exec recode 
latin1..utf8 {} \;
-cp -a contrib/* $RPM_BUILD_ROOT/usr/share/%name/contrib
-rm -rf  $RPM_BUILD_ROOT/usr/share/%name/contrib/recievestrip/.deps 
-%fdupes -s $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install
+mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
+find %{buildroot}%{_datadir}/%{name}/text.skel -type f -exec recode 
latin1..utf8 {} \;
+mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples
+cp -a contrib/{amime-receive,web} 
%{buildroot}%{_defaultdocdir}/%{name}/examples/
+cp -a contrib/receivestrip/README README.receivestrip
+cp -a README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES 
%{buildroot}%{_defaultdocdir}/%{name}/
+%fdupes -s %{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES
-%_bindir/*
-%_mandir/man1/*

commit mlmmj for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2011-12-06 18:29:21

Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and  /work/SRC/openSUSE:Factory/.mlmmj.new (New)


Package is "mlmmj", Maintainer is "hvo...@suse.com"

Changes:




Other differences:
--
++ mlmmj.spec ++
--- /var/tmp/diff_new_pack.NxeFCS/_old  2011-12-06 18:51:20.0 +0100
+++ /var/tmp/diff_new_pack.NxeFCS/_new  2011-12-06 18:51:20.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   mlmmj
-License:MIT License (or similar)
+License:MIT
 Group:  Productivity/Networking/Email/Mailinglists
 Version:1.2.17.1
 Release:1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org