| 1 | Name: libdap |
|---|
| 2 | Version: 3.11.2 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary: The C++ DAP2 library from OPeNDAP |
|---|
| 5 | Summary(ja): OPeNDAP の C++ DAP2 ライブラリ |
|---|
| 6 | License: LGPL |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | Source: %{name}-%{version}.tar.gz |
|---|
| 9 | URL: http://www.opendap.org/ |
|---|
| 10 | |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 12 | BuildRequires: curl-devel >= 7.10.6 libxml2-devel >= 2.5.7 |
|---|
| 13 | BuildRequires: cppunit-devel |
|---|
| 14 | BuildRequires: libuuid-devel |
|---|
| 15 | BuildRequires: bison |
|---|
| 16 | BuildRequires: flex |
|---|
| 17 | Requires: curl libxml2 |
|---|
| 18 | |
|---|
| 19 | Distribution: Vine Linux |
|---|
| 20 | Vendor: Project Vine |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | The libdap++ library contains an implementation of DAP2. This package |
|---|
| 24 | contains the library, dap-config, getdap and deflate. The script dap-config |
|---|
| 25 | simplifies using the library in other projects. The getdap utility is a |
|---|
| 26 | simple command-line tool to read from DAP2 servers. It is built using the |
|---|
| 27 | library and demonstrates simple uses of it. The deflate utility is used by |
|---|
| 28 | the library when it returns compressed responses. |
|---|
| 29 | |
|---|
| 30 | %description -l ja |
|---|
| 31 | libdap++は、DAP2実行ライブラリとユーティリティプログラム(dep-config、 |
|---|
| 32 | getdap、deflate)を含む |
|---|
| 33 | |
|---|
| 34 | %package devel |
|---|
| 35 | Summary: Static libraries and header files from libdap |
|---|
| 36 | Summary(ja): libdapの静的ライブラリとヘッダファイル |
|---|
| 37 | Group: Development/Libraries |
|---|
| 38 | Requires: %{name} = %{version}-%{release} |
|---|
| 39 | Requires: pkgconfig automake |
|---|
| 40 | Requires: curl-devel >= 7.10.6 |
|---|
| 41 | Requires: libxml2-devel >= 2.5.7 |
|---|
| 42 | |
|---|
| 43 | %description devel |
|---|
| 44 | This package contains all the files needed to develop applications that |
|---|
| 45 | will use libdap. |
|---|
| 46 | |
|---|
| 47 | %description devel -l ja |
|---|
| 48 | libdapを利用するために必要な開発ファイル |
|---|
| 49 | |
|---|
| 50 | %prep |
|---|
| 51 | %setup -q |
|---|
| 52 | |
|---|
| 53 | %build |
|---|
| 54 | %configure |
|---|
| 55 | %{__make} %{?_smp_mflags} |
|---|
| 56 | |
|---|
| 57 | %install |
|---|
| 58 | rm -rf $RPM_BUILD_ROOT |
|---|
| 59 | %makeinstall |
|---|
| 60 | |
|---|
| 61 | rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la |
|---|
| 62 | |
|---|
| 63 | %clean |
|---|
| 64 | rm -rf $RPM_BUILD_ROOT |
|---|
| 65 | |
|---|
| 66 | %post -p /sbin/ldconfig |
|---|
| 67 | |
|---|
| 68 | %postun -p /sbin/ldconfig |
|---|
| 69 | |
|---|
| 70 | %files |
|---|
| 71 | %defattr(-,root,root) |
|---|
| 72 | %doc README NEWS COPYING COPYRIGHT_URI README.dodsrc |
|---|
| 73 | %doc COPYRIGHT_W3C |
|---|
| 74 | %{_bindir}/getdap |
|---|
| 75 | %{_libdir}/libdap.so.* |
|---|
| 76 | %{_libdir}/libdapclient.so.* |
|---|
| 77 | %{_libdir}/libdapserver.so.* |
|---|
| 78 | %{_mandir}/man1/getdap.1.gz |
|---|
| 79 | |
|---|
| 80 | %files devel |
|---|
| 81 | %defattr(-,root,root,-) |
|---|
| 82 | %{_libdir}/libdap.a |
|---|
| 83 | %{_libdir}/libdap.so |
|---|
| 84 | %{_libdir}/libdapclient.so |
|---|
| 85 | %{_libdir}/libdapclient.a |
|---|
| 86 | %{_libdir}/libdapserver.so |
|---|
| 87 | %{_libdir}/libdapserver.a |
|---|
| 88 | %{_bindir}/dap-config |
|---|
| 89 | %{_bindir}/dap-config-pkgconfig |
|---|
| 90 | %{_includedir}/libdap |
|---|
| 91 | %{_datadir}/aclocal/* |
|---|
| 92 | %{_libdir}/pkgconfig/*.pc |
|---|
| 93 | %{_mandir}/man1/dap-config.1.gz |
|---|
| 94 | |
|---|
| 95 | |
|---|
| 96 | %changelog |
|---|
| 97 | * Tue Jun 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.11.2-1 |
|---|
| 98 | - update to 3.11.2 |
|---|
| 99 | - add BuildRequires: bision, flex, cppunit-devel, libuuid-devel |
|---|
| 100 | |
|---|
| 101 | * Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.8.2-1 |
|---|
| 102 | - new upstream release |
|---|
| 103 | - applied new versioning policy |
|---|
| 104 | - spec in UTF-8 |
|---|
| 105 | |
|---|
| 106 | * Wed Mar 7 2007 Susumu Tanimura <stanimura-ngs@umin.ac.jp> |
|---|
| 107 | - Initial package |
|---|