diff --git a/autoconf-archive.changes b/autoconf-archive.changes index d439ca4..4578cd9 100644 --- a/autoconf-archive.changes +++ b/autoconf-archive.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Jan 20 08:15:10 UTC 2012 - cfarrell@suse.com + +- license update: SUSE-GPL-3.0+-with-autoconf-exception + Use SUSE- proprietary extension until license accepted upstream. + autoconf-archive is not pure GPL-3.0+ as exceptions are involved + +------------------------------------------------------------------- +Tue Jan 17 10:37:30 UTC 2012 - aj@suse.de + +- Own /usr/share/aclocal + +------------------------------------------------------------------- +Thu Jan 12 11:30:30 UTC 2012 - coolo@suse.com + +- change license to be in spdx.org format + +------------------------------------------------------------------- +Sat Sep 17 13:41:04 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Fri Mar 25 14:17:05 CET 2011 - pth@suse.de diff --git a/autoconf-archive.spec b/autoconf-archive.spec index 676802a..78e949f 100644 --- a/autoconf-archive.spec +++ b/autoconf-archive.spec @@ -1,7 +1,7 @@ # # spec file for package autoconf-archive # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,15 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: autoconf-archive Summary: A Collection of macros for GNU autoconf -Version: 2010.10.26 -Release: 3 -License: GPL +License: SUSE-GPL-3.0+-with-autoconf-exception Group: Development/Tools/Building +Version: 2010.10.26 +Release: 0 Source0: %{name}-%{version}.tar.xz Patch0: autoconf-archive-boost_lib64.patch Patch1: autoconf-archive-AX_HAVE_QT_use_AS_HELP_STRING.patch @@ -67,9 +66,6 @@ some authors may choose to use it, too, for proprietary software. %makeinstall rm -rf %{buildroot}/%{_datadir}/%{name}/ -%clean -rm -rf %{buildroot} - %post %install_info --info-dir=%{_infodir} %{_infodir}/autoconf-archive.info.gz @@ -79,6 +75,7 @@ rm -rf %{buildroot} %files %defattr(-, root, root) %{_infodir}/%{name}* +%dir %{_datadir}/aclocal %{_datadir}/aclocal/*.m4 %doc AUTHORS COPYING README