]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- gpg2->gpg compat symlink for kmail.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 19 Apr 2005 13:16:49 +0000 (13:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnupg2.spec -> 1.28

gnupg2.spec

index 6aeae71b1e1d933a63aa0f0b284329d054ee9f62..37430d58b581c2e4c7c15a71d2e199a8b5df562e 100644 (file)
@@ -120,6 +120,8 @@ install -d $RPM_BUILD_ROOT/etc/profile.d
        DESTDIR=$RPM_BUILD_ROOT \
        pkglibdir=%{_libexecdir}
 
+ln -sf %{_bindir}/gpg2 $RPM_BUILD_ROOT%{_bindir}/gpg
+
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/profile.d/gnupg-agent.sh
 %{?with_xinitrc:ln -sf /etc/profile.d/gnupg-agent.sh $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/gnupg-agent.sh}
 
@@ -140,6 +142,7 @@ rm -rf $RPM_BUILD_ROOT
 %files 
 %defattr(644,root,root,755)
 %doc g10-ChangeLog g10/options.skel
+%attr(755,root,root) %{_bindir}/gpg
 %attr(755,root,root) %{_bindir}/gpg2
 %attr(755,root,root) %{_bindir}/gpgv2
 
This page took 0.198701 seconds and 4 git commands to generate.