| 30 Distribution: OpenPKG Community |
30 Distribution: OpenPKG Community |
| 31 Class: PLUS |
31 Class: PLUS |
| 32 Group: Cryptography |
32 Group: Cryptography |
| 33 License: GPL/LGPL |
33 License: GPL/LGPL |
| 34 Version: 1.0.8 |
34 Version: 1.0.8 |
| 35 Release: 20100716 |
35 Release: 20101020 |
| 36 |
36 |
| 37 # list of sources |
37 # list of sources |
| 38 Source0: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2 |
38 Source0: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2 |
| 39 |
39 |
| 40 # build information |
40 # build information |
| |
41 Prefix: %{l_prefix} |
| |
42 BuildRoot: %{l_buildroot} |
| 41 BuildPreReq: OpenPKG, openpkg >= 20100101 |
43 BuildPreReq: OpenPKG, openpkg >= 20100101 |
| 42 PreReq: OpenPKG, openpkg >= 20100101 |
44 PreReq: OpenPKG, openpkg >= 20100101 |
| 43 BuildPreReq: gpg-error |
45 BuildPreReq: gpg-error |
| 44 PreReq: gpg-error |
46 PreReq: gpg-error |
| 45 |
47 |
| 68 --with-gpg-error-prefix=%{l_prefix} \ |
70 --with-gpg-error-prefix=%{l_prefix} \ |
| 69 --disable-shared |
71 --disable-shared |
| 70 %{l_make} %{l_mflags -O} |
72 %{l_make} %{l_mflags -O} |
| 71 |
73 |
| 72 %install |
74 %install |
| |
75 rm -rf $RPM_BUILD_ROOT |
| 73 %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" |
76 %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" |
| 74 rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir |
77 rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir |
| 75 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} |
78 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} |
| 76 |
79 |
| 77 %files -f files |
80 %files -f files |
| 78 |
81 |
| 79 %clean |
82 %clean |
| |
83 rm -rf $RPM_BUILD_ROOT |
| 80 |
84 |