]> git.pld-linux.org Git - packages/geheimnis.git/blob - geheimnis.spec
- massiv changes (Status: NF).
[packages/geheimnis.git] / geheimnis.spec
1 Summary:        Geheimnis: KDE program for using GnuPG, PGP2, and PGP5 in a graphical manner.
2 Name:           geheimnis
3 Version:        0.60
4 Release:        1
5 Copyright:      GPL
6 Group:          X11/KDE/Utilities
7 Vendor:         Chris Wiegand <cwiegand@urgentmail.com>
8 Source:         %{name}-%{version}.tar.gz
9 Patch:          %{name}-%{version}.patch
10 URL:            http://members.home.com/cdwiegand/geheimnis
11 BuildPrereq:    qt-devel >= 1.42
12 BuildPrereq:    kdesupport-devel
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %description
16 Geheimnis is a KDE program for using GnuPG, PGP2, and PGP5 in a graphical
17 manner reminiscent of Win31's PGP shells. It is built and tested under KDE
18 1.0 (actually, revision 0.99 it appears).
19
20 %prep
21 %setup -q
22 %patch -p1
23
24 %build
25 if [ -z "$KDEDIR" ]; then
26         export KDEDIR=%{prefix}
27 fi
28 ./configure --build-rpms
29 make CFLAGS="$RPM_OPT_FLAGS -I. -Wall"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 make DESTDIR=$RPM_BUILD_ROOT install
34
35 cd $RPM_BUILD_ROOT
36 find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name}
37 find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name}
38 find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files -f ../file.list.%{name}
44
45 %changelog                                               
46 * Sat Jul 10 1999
47   []
48 - based on spec written by Troy Engel <tengel@sonic.net>.
This page took 0.080362 seconds and 3 git commands to generate.