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 ""
|
||||
|
||||
|
||||
|
||||
Name: @PACKAGE@
|
||||
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
|
||||
%define prefix /usr/share/doc/packages
|
||||
%define bin_prefix /usr
|
||||
%define prefix /usr/share/doc/packages
|
||||
%define bin_prefix /usr
|
||||
License: LGPL v2.1 or later
|
||||
Group: Productivity/Other
|
||||
AutoReqProv: on
|
||||
@ -34,12 +35,12 @@ AutoReqProv: on
|
||||
Obsoletes: CASA-64bit
|
||||
%endif
|
||||
#
|
||||
%define bldno 1.1.1
|
||||
%define bldno 1.1.1
|
||||
Version: @VERSION@
|
||||
Release: 15
|
||||
Summary: Novell Common Authentication Services Adapter (CASA)
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
#Patch: %{name}-%{version}.diff
|
||||
#Patch: %{name}-%{version}.diff
|
||||
#Patch2: CASA-detect_lib64.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
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
|
||||
Desktop and Network Login credentials on Novell Linux Desktop, Windows
|
||||
and Apple workstations.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Novell, Inc.
|
||||
Novell, Inc.
|
||||
|
||||
%package cli
|
||||
License: LGPL v2.1 or later
|
||||
Summary: CASA Command Line Interface
|
||||
@ -66,13 +67,13 @@ Group: Productivity/Other
|
||||
Requires: CASA = %{version}
|
||||
|
||||
%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
|
||||
services. These credentials are stored in CASA.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Novell, Inc.
|
||||
Novell, Inc.
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: CASA include Files and Libraries mandatory for Development
|
||||
@ -81,12 +82,12 @@ Requires: CASA >= 1.0.0
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that can use CASA (Common Authnetication
|
||||
Services Adapter)for credential storage and single sign-on.
|
||||
|
||||
to develop applications that can use CASA (Common Authnetication Services Adapter)
|
||||
for credential storage and single sign-on.
|
||||
Authors:
|
||||
--------
|
||||
Novell, Inc.
|
||||
Novell, Inc.
|
||||
|
||||
%package gui
|
||||
License: LGPL v2.1 or later
|
||||
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
|
||||
CASA and for your kwallet gnome keyring. Additionally, you can also
|
||||
link secrets to one another.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Novell, Inc.
|
||||
Novell, Inc.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user