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