commit obs-service-format_spec_file for openSUSE:Factory
Hello community, here is the log from the commit of package obs-service-format_spec_file for openSUSE:Factory checked in at 2014-08-30 16:03:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old) and /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "obs-service-format_spec_file" Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes 2014-08-15 09:58:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes 2014-08-30 16:03:59.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 25 05:13:17 UTC 2014 - coolo@suse.com + +- updated to SPDX License List v1.20 +- cleaned up the SUSE specific list and moved to tar_scm service + +------------------------------------------------------------------- Old: ---- COPYING fetch-licenses.sh format_spec_file format_spec_file.service licenses_changes.txt patch_license prepare_spec New: ---- _service obs-service-format_spec_file-20140825.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-format_spec_file.spec ++++++ --- /var/tmp/diff_new_pack.6C2Uy9/_old 2014-08-30 16:04:00.000000000 +0200 +++ /var/tmp/diff_new_pack.6C2Uy9/_new 2014-08-30 16:04:00.000000000 +0200 @@ -20,16 +20,11 @@ Summary: An OBS source service: reformats a spec file to SUSE standard License: GPL-2.0 Group: Development/Tools/Building -Version: 0.4.2 +Version: 20140825 Release: 0 Url: https://github.com/openSUSE/obs-service-format_spec_file -Source: format_spec_file -Source1: format_spec_file.service -Source2: prepare_spec -Source3: patch_license -Source4: licenses_changes.txt -Source5: fetch-licenses.sh -Source100: COPYING +# osc service dr +Source: %{name}-%{version}.tar.bz2 Requires: obs-service-source_validator BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -45,20 +40,19 @@ %prep -%setup -q -D -T 0 -n . -cp -a %{SOURCE100} . +%setup %build %install mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files -install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service -install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service -install -m 0755 %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files -install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files +install -m 0755 format_spec_file $RPM_BUILD_ROOT/usr/lib/obs/service +install -m 0644 format_spec_file.service $RPM_BUILD_ROOT/usr/lib/obs/service +install -m 0755 prepare_spec patch_license $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files +install -m 0644 licenses_changes.txt $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files %check -perl %{SOURCE2} %_topdir/SOURCES/%name.spec +perl prepare_spec %_topdir/SOURCES/%name.spec %files %defattr(-,root,root) ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">git@github.com:openSUSE/obs-service-format_spec_file.git</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="version">git-master</param> <param name="versionformat">%ad</param> <param name="revision">master</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">bz2</param> </service> <service name="set_version" mode="disabled"/> </services> -- 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