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