CASA: updated CASA.spec.in to fix the build break
This commit is contained in:
parent
f9139d6404
commit
fb7c157779
@ -21,11 +21,12 @@
|
|||||||
%define debug_opt ""
|
%define debug_opt ""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: @PACKAGE@
|
Name: @PACKAGE@
|
||||||
URL: http://www.novell.com/products
|
URL: http://www.novell.com/products
|
||||||
BuildRequires: gcc-c++ glade-sharp2 glib-sharp2 glib2-devel gtk-sharp2 gtk-sharp2-gapi gtk2-devel java2-devel-packages kdelibs3-devel krb5-devel libgssapi libstdc++-devel mono-devel pam-devel pkgconfig qt3-devel
|
BuildRequires: gcc-c++ glade-sharp2 glib-sharp2 glib2-devel gtk-sharp2 gtk-sharp2-gapi gtk2-devel java2-devel-packages kdelibs3-devel krb5-devel libgssapi libstdc++-devel mono-devel pam-devel pkgconfig qt3-devel
|
||||||
%define prefix /usr/share/doc/packages
|
%define prefix /usr/share/doc/packages
|
||||||
%define bin_prefix /usr
|
%define bin_prefix /usr
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -34,12 +35,12 @@ AutoReqProv: on
|
|||||||
Obsoletes: CASA-64bit
|
Obsoletes: CASA-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%define bldno 1.1.1
|
%define bldno 1.1.1
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Release: 15
|
Release: 15
|
||||||
Summary: Novell Common Authentication Services Adapter (CASA)
|
Summary: Novell Common Authentication Services Adapter (CASA)
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
#Patch: %{name}-%{version}.diff
|
#Patch: %{name}-%{version}.diff
|
||||||
#Patch2: CASA-detect_lib64.patch
|
#Patch2: CASA-detect_lib64.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: mono >= 1.1.13 mono-core >= 1.1.13
|
Requires: mono >= 1.1.13 mono-core >= 1.1.13
|
||||||
@ -55,10 +56,10 @@ enterprise network. CASA provides a local on box credential store that
|
|||||||
is purely session based in 1.0. This store is populated with your
|
is purely session based in 1.0. This store is populated with your
|
||||||
Desktop and Network Login credentials on Novell Linux Desktop, Windows
|
Desktop and Network Login credentials on Novell Linux Desktop, Windows
|
||||||
and Apple workstations.
|
and Apple workstations.
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Novell, Inc.
|
Novell, Inc.
|
||||||
|
|
||||||
%package cli
|
%package cli
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: CASA Command Line Interface
|
Summary: CASA Command Line Interface
|
||||||
@ -66,13 +67,13 @@ Group: Productivity/Other
|
|||||||
Requires: CASA = %{version}
|
Requires: CASA = %{version}
|
||||||
|
|
||||||
%description cli
|
%description cli
|
||||||
This package contains a CLI (command line interface) that providesa way
|
This package contains a CLI (command line interface) that provides a way
|
||||||
for administrators to set, reset or delete credentials used by
|
for administrators to set, reset or delete credentials used by
|
||||||
services. These credentials are stored in CASA.
|
services. These credentials are stored in CASA.
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Novell, Inc.
|
Novell, Inc.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: CASA include Files and Libraries mandatory for Development
|
Summary: CASA include Files and Libraries mandatory for Development
|
||||||
@ -81,12 +82,12 @@ Requires: CASA >= 1.0.0
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
to develop applications that can use CASA (Common Authnetication
|
to develop applications that can use CASA (Common Authnetication Services Adapter)
|
||||||
Services Adapter)for credential storage and single sign-on.
|
for credential storage and single sign-on.
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Novell, Inc.
|
Novell, Inc.
|
||||||
|
|
||||||
%package gui
|
%package gui
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: The CASA Console Utility
|
Summary: The CASA Console Utility
|
||||||
@ -99,9 +100,11 @@ This package contains the CASA (Common Authnetication Services Adapter)
|
|||||||
Management application that allows you to manage credentials within
|
Management application that allows you to manage credentials within
|
||||||
CASA and for your kwallet gnome keyring. Additionally, you can also
|
CASA and for your kwallet gnome keyring. Additionally, you can also
|
||||||
link secrets to one another.
|
link secrets to one another.
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Novell, Inc.
|
Novell, Inc.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user