2009-02-20 23:53:18 +01:00
|
|
|
#
|
2014-05-14 21:59:19 +02:00
|
|
|
# spec file for package specRPM_CREATION_NAME
|
2010-11-18 13:00:55 +01:00
|
|
|
#
|
2014-12-17 09:12:24 +01:00
|
|
|
# Copyright (c) specCURRENT_YEAR SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-11-18 13:00:55 +01:00
|
|
|
#
|
|
|
|
# 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/
|
2009-02-20 23:53:18 +01:00
|
|
|
#
|
|
|
|
|
2009-02-26 15:49:59 +01:00
|
|
|
Name: specRPM_CREATION_NAME
|
2009-02-20 23:53:18 +01:00
|
|
|
Version:
|
|
|
|
Release:
|
|
|
|
License:
|
2010-11-18 13:00:55 +01:00
|
|
|
Summary:
|
2009-02-20 23:53:18 +01:00
|
|
|
Url:
|
2010-11-18 13:00:55 +01:00
|
|
|
Group:
|
2009-02-20 23:53:18 +01:00
|
|
|
Source:
|
|
|
|
Patch:
|
2010-11-18 13:00:55 +01:00
|
|
|
BuildRequires:
|
|
|
|
PreReq:
|
|
|
|
Provides:
|
2009-02-20 23:53:18 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
%prep
|
2010-11-18 13:00:55 +01:00
|
|
|
%setup -q
|
2009-02-20 23:53:18 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2010-11-18 13:00:55 +01:00
|
|
|
make %{?_smp_mflags}
|
2009-02-20 23:53:18 +01:00
|
|
|
|
|
|
|
%install
|
2014-05-14 21:59:19 +02:00
|
|
|
make install DESTDIR=%{buildroot} %{?_smp_mflags}
|
2009-02-20 23:53:18 +01:00
|
|
|
|
|
|
|
%post
|
2010-11-18 13:00:55 +01:00
|
|
|
|
2009-02-20 23:53:18 +01:00
|
|
|
%postun
|
|
|
|
|
|
|
|
%files
|
2009-02-26 15:49:59 +01:00
|
|
|
%defattr(-,root,root)
|
2009-02-20 23:53:18 +01:00
|
|
|
%doc ChangeLog README COPYING
|
|
|
|
|