commit c64a1b3a376bbc2feaa872cf64aa700784a913baede1edd7bb45b1a22339c410 Author: Dominique Leuenberger Date: Fri Sep 23 09:29:49 2016 +0000 Accepting request 421080 from Application:ERP:Tryton:Factory Part of GNU Health OBS-URL: https://build.opensuse.org/request/show/421080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond_product?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..aa59ca1 --- /dev/null +++ b/_service @@ -0,0 +1,4 @@ + + + + diff --git a/trytond_product-3.8.0.tar.gz b/trytond_product-3.8.0.tar.gz new file mode 100644 index 0000000..c1695ae --- /dev/null +++ b/trytond_product-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c719bef5457f5fba84ae4e9275e23a119827230cee0ac7e8fd468bd7f16984 +size 50998 diff --git a/trytond_product.changes b/trytond_product.changes new file mode 100644 index 0000000..69c1348 --- /dev/null +++ b/trytond_product.changes @@ -0,0 +1,23 @@ +------------------------------------------------------------------- +Sun Aug 21 12:31:41 UTC 2016 - jengelh@inai.de + +- Update summary/description + +------------------------------------------------------------------- +Wed Oct 19 20:14:38 UTC 2015 - axel.braun@gmx.de + +- Tryton Release 3.8 + +------------------------------------------------------------------- +Wed Apr 15 07:24:15 UTC 2015 - axel.braun@gmx.de + +- Tryton Release 3.6 + +------------------------------------------------------------------- +Fri Oct 25 17:51:39 UTC 2013 - axel.braun@gmx.de + +- new branch 3.0 + + +* Thu May 02 2013 axel.braun@gmx.de +- initial build diff --git a/trytond_product.spec b/trytond_product.spec new file mode 100644 index 0000000..0a672b9 --- /dev/null +++ b/trytond_product.spec @@ -0,0 +1,58 @@ +# +# spec file for package trytond_product +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2014-2016 Dr. Axel Braun +# +# 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/ +# + + +%define majorver 3.8 +Name: trytond_product +Version: %{majorver}.0 +Release: 0 +Summary: The "product" module for the Tryton ERP system +License: GPL-3.0 +Group: Productivity/Office/Management +Url: http://www.tryton.org/ +Source: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz +BuildRequires: fdupes +# List of additional build dependencies +BuildRequires: python-devel +BuildRequires: python-setuptools +Requires: trytond +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +%py_requires + +%description +The Product module defines the following models in the Tryton +application platform: Category of Unit of Measure, Unit of Measure, +Product Template, Product and Product Category. + +%prep +%setup -q + +%build +python setup.py build + + +%install +python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%fdupes -s %{buildroot} + +%files +%defattr(-,root,root) +%{python_sitelib}/* + +%changelog