forked from pool/kbuild
Accepting request 95074 from home:coolo:removeautomake
add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/95074 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=11
This commit is contained in:
parent
a3193ce3f9
commit
92083b8251
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 15:50:58 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 22:56:19 UTC 2011 - joop.boonen@opensuse.org
|
||||
|
||||
|
12
kbuild.spec
12
kbuild.spec
@ -14,18 +14,18 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Url: http://svn.netlabs.org/kbuild
|
||||
|
||||
Name: kbuild
|
||||
BuildRequires: bison flex libacl-devel
|
||||
License: GPL v2 or later
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: libacl-devel
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Summary: Framework for writing simple makefiles for complex tasks
|
||||
Version: 0.1.9998svn2543
|
||||
Release: 1
|
||||
Release: 0
|
||||
%define _svnrev 2543
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch0: kbuild-man.diff
|
||||
|
Loading…
x
Reference in New Issue
Block a user