]> git.pld-linux.org Git - packages/geheimnis.git/commitdiff
- updated to 1.98, added build patch (fixes for C++ and KDE3)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Nov 2003 15:48:01 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geheimnis.spec -> 1.24

geheimnis.spec

index 2e8908f69d4592bfd54facef08107be7e402860d..bf5f98fb083d2ddcd0603c524178af89ccbe36e8 100644 (file)
@@ -1,15 +1,18 @@
 Summary:       Geheimnis: KDE program for using GnuPG, PGP2, and PGP5 in a graphical manner
 Summary(pl):   Graficzny interfejs pod KDE do programów GnuPG, PGP2 i PGP5
 Name:          geheimnis
-Version:       1.96
+Version:       1.98
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Vendor:                Chris Wiegand <cwiegand@urgentmail.com>
 Source0:       http://dl.sourceforge.net/geheimnis/%{name}-%{version}.tar.gz
-# Source0-md5: 048a1e1f016cdf4343aee5d153625d24
+# Source0-md5: f22452568cad98de77689311f3fa251e
+Patch0:                %{name}-build.patch
 URL:           http://geheimnis.sourceforge.net/
-BuildRequires: kdelibs-devel
+# stupid ac macros check for artsc-config
+BuildRequires: artsc-devel
+BuildRequires: kdelibs-devel >= 3.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,14 +20,17 @@ Geheimnis is a KDE program for using GnuPG, PGP2, and PGP5 in a
 graphical manner reminiscent of Win31's PGP shells.
 
 %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
+Geheminis jest programem KDE umo¿liwiaj±cym u¿ywanie GNUPG, PGP2 i
+PGP5 poprzez interfejs graficzny, podobnie jak w pow³okach PGP Windows
 3.1x.
 
 %prep
 %setup -q -n %{name}
+%patch -p1
 
 %build
+kde_appsdir="%{_applnkdir}"; export kde_appsdir
+kde_htmldir="%{_kdedocdir}"; export kde_htmldir
 kde_icondir="%{_pixmapsdir}"; export kde_icondir
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure2_13 \
@@ -39,15 +45,15 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv -f $RPM_BUILD_ROOT%{_applnkdir}/{Applications,Utilities}
+%find_lang %{name} --with-kde
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS TODO
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/apps/geheimnis
 %{_pixmapsdir}/*/*/apps/*
-%{_applnkdir}/Utilities/geheimnis.desktop
+%{_applnkdir}/Utilities/geheimnis*.desktop
This page took 0.079711 seconds and 4 git commands to generate.