OBS User unknown
2009-06-02 22:49:18 +00:00
committed by Git OBS Bridge
parent fe6c5f34d9
commit e4477aff9a
3 changed files with 72 additions and 1 deletions

View File

@@ -25,13 +25,14 @@ License: GPL v2 or later
Group: Development/Tools/Building
Summary: framework for writing simple makefiles for complex tasks
Version: 0.1.5svn2336
Release: 1
Release: 2
%define _svnrev 2336
Source0: %{name}-%{version}.tar.bz2
Patch0: kbuild-man.diff
Patch1: warnings.diff
Patch2: kbuild-dummy_noreturn.diff
Patch3: kbuild-func_missing_args.diff
Patch4: glibc-2.10.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -64,6 +65,7 @@ Authors:
%patch1
%patch2
%patch3
%patch4
%build
export CFLAGS="$RPM_OPT_FLAGS"
@@ -92,6 +94,8 @@ kBuild/env.sh kmk NIX_INSTALL_DIR=/usr BUILD_TYPE=release PATH_INS=%{buildroot}
%{_datadir}/kBuild
%changelog
* Sun May 31 2009 dmueller@suse.de
- fix build against glibc 2.10
* Mon Apr 20 2009 mseben@suse.cz
- updated to 0.1.5svn2336
- updated Maintenance.kmk with a patch variable.