1#
2# spec file for package mingw-debugsrc-devel
3#
4# Copyright (c) 2014-2017 Bareos GmbH & Co. KG
5#
6# All modifications and additions to the file contributed by third parties
7# remain the property of their copyright owners, unless otherwise agreed
8# upon. The license for this file, and modifications and additions to the
9# file, is the same license as for the pristine package itself (unless the
10# license for the pristine package is not an Open Source License, in which
11# case the license is the MIT License). An "Open Source License" is a
12# license that conforms to the Open Source Definition (Version 1.9)
13# published by the Open Source Initiative.
14
15# Please submit bugfixes or comments via http://bugs.bareos.org
16#
17#!BuildIgnore: post-build-checks
18
19Name:           mingw-debugsrc-devel
20Version:        0.0.0
21Release:        0
22Summary:        bareos
23License:        LGPLv2+
24Group:          Development/Libraries
25URL:            http://bareos.org
26Source0:        bareos-%{version}.tar.bz2
27BuildRoot:      %{_tmppath}/%{name}-%{version}-build
28BuildArch:      noarch
29Provides:       %name = %version
30Provides:       %name-release = %version
31Provides:       %name-debug = %version
32#Provides:       %name-prevista = %version
33#Provides:       %name-prevista-debug = %version
34
35%description
36
37%prep
38%setup -q -n bareos-%{version}
39
40%build
41
42%install
43cp  -av ../bareos-%{version} $RPM_BUILD_ROOT/
44
45%post
46
47%postun
48
49%files
50%defattr(-,root,root)
51/bareos-*
52
53
54
55%changelog
56