commit indent for openSUSE:Factory
Hello community, here is the log from the commit of package indent for openSUSE:Factory checked in at 2015-02-20 12:01:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/indent (Old) and /work/SRC/openSUSE:Factory/.indent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "indent" Changes: -------- --- /work/SRC/openSUSE:Factory/indent/indent.changes 2012-07-21 12:29:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.indent.new/indent.changes 2015-02-20 12:01:32.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Feb 18 20:44:18 UTC 2015 - mpluskal@suse.com + +- Use url for source +- Add gpg signature +- Cleanup spec file with spec cleaner +- Remove useless configure option --with-pic + +------------------------------------------------------------------- Old: ---- indent-2.2.10.tar.bz2 New: ---- indent-2.2.10.tar.gz indent-2.2.10.tar.gz.sig indent.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ indent.spec ++++++ --- /var/tmp/diff_new_pack.2nZEES/_old 2015-02-20 12:01:33.000000000 +0100 +++ /var/tmp/diff_new_pack.2nZEES/_new 2015-02-20 12:01:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package indent # -# Copyright (c) 2012 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 @@ -17,30 +17,30 @@ Name: indent -BuildRequires: texinfo Version: 2.2.10 Release: 0 -Source: %{name}-%{version}.tar.bz2 +Summary: Indent Formats C Source Code +License: GPL-3.0+ +Group: Development/Languages/C and C++ +Url: http://www.gnu.org/software/indent +Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz +Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig +Source2: %{name}.keyring Patch0: %{name}-%{version}-nothing_is_void.diff Patch1: %{name}-%{version}-warnings.diff Patch2: %{name}-%{version}-lcall.diff Patch3: %{name}-%{version}-cdw.diff Patch4: %{name}-%{version}-man.diff -Url: http://www.gnu.org/software/indent +BuildRequires: texinfo +Requires(pre): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: Indent Formats C Source Code -License: GPL-3.0+ -Group: Development/Languages/C and C++ -PreReq: %install_info_prereq %description -indent can be used to make code easier to read. It can also convert +Indent can be used to make code easier to read. It can also convert from one style of writing C code to another. indent understands a substantial amount of C syntax, but it also tries to cope with incomplete and malformed syntax. - - %prep %setup -q %patch0 -p1 @@ -50,24 +50,19 @@ %patch4 %build -%configure --with-pic -# Parallel make doesn't work -make +%configure +# parallel builds are broken +make -j 1 %install -make DESTDIR=$RPM_BUILD_ROOT install -# indent.html is installed with %doc below -rm -f $RPM_BUILD_ROOT/usr/doc/indent/indent.html $RPM_BUILD_ROOT%{_bindir}/texinfo2man $RPM_BUILD_ROOT/%{_infodir}/dir -mv $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW.Big5 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW +make DESTDIR=%{buildroot} install %{?_smp_mflags} +# indent.html is installed with doc below +rm -f %{buildroot}%{_prefix}/doc/indent/indent.html %{buildroot}%{_bindir}/texinfo2man %{buildroot}/%{_infodir}/dir +mv %{buildroot}%{_datadir}/locale/zh_TW.Big5 %{buildroot}%{_datadir}/locale/zh_TW %find_lang %{name} %check -echo =============== TEST BEGIN =============== -make -C regression -echo =============== TEST END =============== - -%clean -rm -rf $RPM_BUILD_ROOT +make %{?_smp_mflags} -C regression %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de