]> git.pld-linux.org Git - packages/geheimnis.git/blob - geheimnis.spec
- tabs in preamble
[packages/geheimnis.git] / geheimnis.spec
1 Summary:        Geheimnis: KDE program for using GnuPG, PGP2, and PGP5 in a graphical manner
2 Summary(pl.UTF-8):      Graficzny interfejs pod KDE do programów GnuPG, PGP2 i PGP5
3 Name:           geheimnis
4 Version:        1.98
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Vendor:         Chris Wiegand <cwiegand@urgentmail.com>
9 Source0:        http://dl.sourceforge.net/geheimnis/%{name}-%{version}.tar.gz
10 # Source0-md5:  f22452568cad98de77689311f3fa251e
11 Patch0:         %{name}-build.patch
12 URL:            http://geheimnis.sourceforge.net/
13 # stupid ac macros check for artsc-config
14 BuildRequires:  artsc-devel
15 BuildRequires:  kdelibs-devel >= 3.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Geheimnis is a KDE program for using GnuPG, PGP2, and PGP5 in a
20 graphical manner reminiscent of Win31's PGP shells.
21
22 %description -l pl.UTF-8
23 Geheminis jest programem KDE umożliwiającym używanie GNUPG, PGP2 i
24 PGP5 poprzez interfejs graficzny, podobnie jak w powłokach PGP Windows
25 3.1x.
26
27 %prep
28 %setup -q -n %{name}
29 %patch0 -p1
30
31 %build
32 kde_appsdir="%{_applnkdir}"; export kde_appsdir
33 kde_htmldir="%{_kdedocdir}"; export kde_htmldir
34 kde_icondir="%{_pixmapsdir}"; export kde_icondir
35 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
36 %configure2_13 \
37         --enable-mt \
38         --enable-final
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %find_lang %{name} --with-kde
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog README
56 %attr(755,root,root) %{_bindir}/*
57 %{_datadir}/apps/geheimnis
58 %{_pixmapsdir}/*/*/apps/*
59 %{_applnkdir}/Utilities/geheimnis*.desktop
This page took 0.077736 seconds and 3 git commands to generate.