]> git.pld-linux.org Git - packages/geheimnis.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 21:48:36 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geheimnis.spec -> 1.8

geheimnis.spec

index 038516e88b7a65bcf8f6114c68165e6e1d3c2561..db2da299cb2599aff9df16a123fdd307d3748fd1 100644 (file)
@@ -2,25 +2,30 @@ Summary:      Geheimnis: KDE program for using GnuPG, PGP2, and PGP5 in a graphical m
 Name:          geheimnis
 Version:       0.60
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         X11/KDE/Utilities
+######         Unknown group!
 Vendor:                Chris Wiegand <cwiegand@urgentmail.com>
-Source:                %{name}-%{version}.tar.gz
-Patch:         %{name}-%{version}.patch
+Source0:       %{name}-%{version}.tar.gz
+Patch0:                %{name}-%{version}.patch
 URL:           http://members.home.com/cdwiegand/geheimnis
 BuildRequires: qt-devel >= 1.42
 BuildRequires: kdesupport-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
 %description
-Geheimnis is a KDE program for using GnuPG, PGP2, and PGP5 in a graphical
-manner reminiscent of Win31's PGP shells. It is built and tested under KDE
-1.0 (actually, revision 0.99 it appears).
+Geheimnis is a KDE program for using GnuPG, PGP2, and PGP5 in a
+graphical manner reminiscent of Win31's PGP shells. It is built and
+tested under KDE 1.0 (actually, revision 0.99 it appears).
 
 %description -l pl
-Geheminis jest programem KDE umozliwiaj±cym u¿ycie GNUPG, PGP2 i PGP5 poprzez
-interfejs graficzny, podobnie jak w pow³okach PGP Windows 3.1x. Program
-zosta³ zbudowany i przetestowany pod KDE 1.0 (a dok³adnie w wersji 0.99).
+Geheminis jest programem KDE umozliwiaj±cym u¿ycie GNUPG, PGP2 i PGP5
+poprzez interfejs graficzny, podobnie jak w pow³okach PGP Windows
+3.1x. Program zosta³ zbudowany i przetestowany pod KDE 1.0 (a
+dok³adnie w wersji 0.99).
 
 %prep
 %setup -q
@@ -28,7 +33,7 @@ zosta
 
 %build
 if [ -z "$KDEDIR" ]; then
-       export KDEDIR=%{prefix}
+       export KDEDIR=%{_prefix}
 fi
 ./configure --build-rpms
 make CFLAGS="$RPM_OPT_FLAGS -I. -Wall"
@@ -46,3 +51,4 @@ find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list
 rm -rf $RPM_BUILD_ROOT
 
 %files -f ../file.list.%{name}
+%defattr(644,root,root,755)
This page took 0.04614 seconds and 4 git commands to generate.