File: krb5-auth-dialog.spec.in

package info (click to toggle)
krb5-auth-dialog 3.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,260 kB
  • ctags: 1,203
  • sloc: sh: 11,412; ansic: 4,578; xml: 2,171; makefile: 301; lex: 159; python: 58; yacc: 42
file content (45 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Summary: Kerberos 5 authentication dialog
Name: krb5-auth-dialog
Version: @VERSION@
Release: 1
License: GPL
Group: User Interface/X
URL: http://www.redhat.com/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: krb5-devel
BuildRequires: libgnomeui-devel

%description
This package contains a dialog that warns the user when their Kerberos
tickets are about to expire and lets them renew them.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %name.lang
%defattr(-,root,root,-)
%doc
%{_bindir}/krb5-auth-dialog
%{_mandir}/man?/krb5-auth-dialog.1*
%{_datadir}/krb5-auth-dialog/
%{_sysconfdir}/xdg/autostart/krb5-auth-dialog.dekstop


%changelog
* Mon Aug 16 2004 GNOME <jrb@redhat.com> - auth-dialog
- Initial build.