Hello community, here is the log from the commit of package minicom for openSUSE:Factory checked in at 2015-03-18 13:03:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minicom (Old) and /work/SRC/openSUSE:Factory/.minicom.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minicom" Changes: -------- --- /work/SRC/openSUSE:Factory/minicom/minicom.changes 2014-01-16 15:12:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.minicom.new/minicom.changes 2015-03-18 13:04:00.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Mar 13 12:30:20 UTC 2015 - [email protected] + +- Split language to subpackage +- Remove check phase, it is empty just saying there is nothing to be done +- Use name and version macros in Source path + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minicom.spec ++++++ --- /var/tmp/diff_new_pack.7Br3jg/_old 2015-03-18 13:04:01.000000000 +0100 +++ /var/tmp/diff_new_pack.7Br3jg/_new 2015-03-18 13:04:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package minicom # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -23,7 +23,7 @@ License: GPL-2.0+ Group: Hardware/Modem Url: http://alioth.debian.org/projects/minicom/ -Source0: https://alioth.debian.org/frs/download.php/latestfile/3/minicom-2.7.tar.gz +Source0: https://alioth.debian.org/frs/download.php/latestfile/3/%{name}-%{version}.tar.gz Patch0: minicom-2.2-defaults.diff Patch2: 03norzsz.diff Patch4: minicom-2.3-no-build-date.patch @@ -37,6 +37,7 @@ BuildRequires: pkg-config Requires: ckermit Requires: rzsz +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,6 +47,8 @@ If you want to access your modem with minicom, you have to be a member of the uucp group. +%lang_package + %prep %setup -q %patch0 @@ -57,7 +60,8 @@ %build export CFLAGS="%{optflags} $(ncursesw6-config --cflags)" export LDFLAGS="$(ncursesw6-config --libs)" -%configure --disable-rpath \ +%configure \ + --disable-rpath \ --enable-music \ --enable-dfl-baud=57600 \ --enable-dfl-port=/dev/modem \ @@ -65,14 +69,11 @@ --enable-cfg-dir=%{_sysconfdir} make %{?_smp_mflags} -%check -make check %{?_smp_mflags} - %install make DESTDIR=%{buildroot} install %{?_smp_mflags} %find_lang %{name} -%files -f %{name}.lang +%files %defattr(644,root,root,755) %doc doc/minicom.FAQ AUTHORS COPYING NEWS README %attr(0755,root,root) %{_bindir}/ascii-xfr @@ -84,4 +85,7 @@ %{_mandir}/man1/xminicom.1.gz %{_mandir}/man1/runscript.1.gz +%files lang -f %{name}.lang +%defattr(-,root,root) + %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
