mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix up a couple of issues that were preventing things from building.
This commit is contained in:
parent
5ee0d57d60
commit
e654adf876
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
AC_INIT(configure.in)
|
AC_INIT(configure.in)
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(libapparmor, 2.1)
|
AM_INIT_AUTOMAKE(libapparmor1, 2.1)
|
||||||
|
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
|
|
|
@ -9,7 +9,7 @@ Version: 2.1
|
||||||
Release: 2
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-${version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: swig gcc perl
|
BuildRequires: swig gcc perl
|
||||||
Provides: libapparmor
|
Provides: libapparmor
|
||||||
|
|
Loading…
Add table
Reference in a new issue