Hello community, here is the log from the commit of package camlistore for openSUSE:Factory checked in at 2016-09-21 18:47:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/camlistore (Old) and /work/SRC/openSUSE:Factory/.camlistore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "camlistore" Changes: -------- New Changes file: --- /dev/null 2016-09-15 12:42:18.240042505 +0200 +++ /work/SRC/openSUSE:Factory/.camlistore.new/camlistore.changes 2016-09-21 18:47:19.000000000 +0200 @@ -0,0 +1,29 @@ +------------------------------------------------------------------- +Wed Aug 17 10:41:31 UTC 2016 - [email protected] + +- Add #nodebuginfo to ensure that we don't strip Go binaries. +- Install camlistored to /usr/bin, as the default (intended) user is not + necessarily an administrator and the binary does not require privileges. + +------------------------------------------------------------------- +Sun Aug 7 07:36:15 UTC 2016 - [email protected] + +- Cleanup spec file with help of spec-cleaner: + * Build only on architectures with native go + * Drop unnecessary go defines + * Do not specify buildroot it is needed only on SLE-11 and older + * Use url for source + * Drop unnecessary _service + * Mention changelog in spec file +- Adjust formatting/indentation of changelog + +------------------------------------------------------------------- +Sun Aug 7 02:20:03 UTC 2016 - [email protected] + +- Enforce the Go >= 1.5 requirement. + +------------------------------------------------------------------- +Sun Aug 7 02:06:31 UTC 2016 - [email protected] + +- Import Camlistore 0.9 "Astrakhan". + * See https://camlistore.org/doc/release/0.9 New: ---- camlistore-0.9.tar.gz camlistore.changes camlistore.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ camlistore.spec ++++++ # # spec file for package camlistore # # Copyright (c) 2016 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # # nodebuginfo Name: camlistore Version: 0.9 Release: 0 Summary: Personal storage system for life License: Apache-2.0 Group: Productivity/Archiving/Backup Url: https://camlistore.org/ Source: https://github.com/camlistore/camlistore/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: go >= 1.5 ExclusiveArch: %{ix86} x86_64 aarch64 ppc64 ppc64le %description Camlistore is a set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data in the post-PC era. Data may be files or objects, tweets or 5TB videos, and you can access it via a phone, browser or FUSE filesystem. %package daemon Summary: Camlistore daemon %description daemon The Camlistore daemon which actually orchestrates the storage, access and indexing of your blobs. %package utils Summary: Camlistore utilities %description utils The set of example utilities provided by Camlistore to allow a client to push, pull and otherwise interact with their blobs stored in a remote Camlistore server. %prep %setup -q %build # Create builddir. export GOPATH=$PWD/vendor ln -sfv . $PWD/vendor/src mkdir -pv $GOPATH/src/camlistore/ ln -svfn $PWD $GOPATH/src/camlistore/camlistore # make.go will try to parse .git unless we hardcode the version. echo "%{version}" > $PWD/VERSION # Build binaries. make %{?_smp_mflags} %install # Administraton utilities. install -D -m 0755 $PWD/bin/camlistored %{buildroot}/%{_bindir}/camlistored #install -D -m 0755 $PWD/bin/camdeploy %{buildroot}/%{_sbindir}/camdeploy # Client tools. install -D -m 0755 $PWD/bin/camget %{buildroot}/%{_bindir}/camget install -D -m 0755 $PWD/bin/camput %{buildroot}/%{_bindir}/camput install -D -m 0755 $PWD/bin/camtool %{buildroot}/%{_bindir}/camtool install -D -m 0755 $PWD/bin/cammount %{buildroot}/%{_bindir}/cammount %files daemon %defattr(-,root,root) %doc doc/ %doc README COPYING AUTHORS CONTRIBUTORS %{_bindir}/camlistored %files utils %defattr(-,root,root,-) %doc doc/ %doc README COPYING AUTHORS CONTRIBUTORS %{_bindir}/camget %{_bindir}/camput %{_bindir}/camtool %{_bindir}/cammount %changelog
