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