]> git.pld-linux.org Git - packages/ammonite.git/blob - ammonite.spec
- force to use openssl >= 0.9.7, idea by kloczek
[packages/ammonite.git] / ammonite.spec
1 Summary:        Ammonite is a portion of the Eazel Services authentication framework
2 Summary(pl):    Czê¶æ schematu autoryzacji u¿ywanego w us³ugach Eazel
3 Name:           ammonite
4 Version:        1.0.0
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.gz
9 URL:            http://www.gnome.org/
10 BuildRequires:  GConf-devel >= 0.11.0
11 BuildRequires:  gettext-devel
12 BuildRequires:  glib-devel >= 1.2.8
13 BuildRequires:  gnome-libs >= 1.2.0
14 BuildRequires:  libxml-devel
15 BuildRequires:  oaf-devel >= 0.6.0
16 BuildRequires:  openssl-devel >= 0.9.7
17 BuildRequires:  popt-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _sysconfdir     /etc/X11/GNOME
21 %define         _localstatedir  /var/lib
22
23 %description
24 Ammonite is a non-caching client-side HTTP proxy with a set of special
25 features required by Eazel to communicate with Eazel Services.
26 Ammonite provides the user authentication and encryption features used
27 by Eazel Services. It is part of the GNOME project, and its source
28 code can be found in the GNOME CVS repository.
29
30 %description -l pl
31 Ammonite jest nie-keszuj±cym serwerem proxy HTTP po stronie klienta ze
32 specjalnymi mo¿liwo¶ciami koniecznymi by móc korzystaæ z Us³ug Eazel.
33 Ammonite dostarcza u¿ytkownikowi mo¿liwo¶æ autentyfikacji oraz
34 szyfrowania danych.
35
36 %package devel
37 Summary:        Header files and libraries
38 Summary(pl):    Pliki nag³ówkowe i biblioteki statyczne
39 Group:          Development/Libraries
40
41 %description devel
42 Header files and libraries
43
44 %description devel -l pl
45 Pliki nag³ówkowe i biblioteki statyczne.
46
47 %prep
48 %setup -q
49
50 %build
51 %{__gettextize}
52 %configure2_13
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} DESTDIR=$RPM_BUILD_ROOT install
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README
68 %attr(755,root,root) %{_bindir}/*
69 %{_sysconfdir}/vfs/modules/*
70 %{_datadir}/nautilus/certs/*
71 %{_pixmapsdir}/nautilus/*
72
73 %files devel
74 %defattr(644,root,root,755)
75 %{_includedir}/*/*
76 %{_datadir}/idl/*
77 %{_datadir}/oaf/*
78 %{_libdir}/*.a
79 %attr(755,root,root) %{_libdir}/*.sh
This page took 0.053736 seconds and 3 git commands to generate.