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