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