source: projects/specs/trunk/lib/libd/libdap/libdap-vl.spec @ 10580

Revision 10580, 3.0 KB checked in by Takemikaduchi, 8 years ago (diff)

Xaw3d: new upstream release
others: rebuild with gcc-5.4.0

Line 
1Name:             libdap
2Version:          3.11.2
3Release:          2%{?_dist_release}
4Summary:          The C++ DAP2 library from OPeNDAP
5Summary(ja):      OPeNDAP の C++ DAP2 ライブラリ
6License:          LGPL
7Group:            System Environment/Libraries
8Source:           %{name}-%{version}.tar.gz
9URL:              http://www.opendap.org/
10
11BuildRoot:        %{_tmppath}/%{name}-%{version}-root
12BuildRequires:    curl-devel >= 7.10.6 libxml2-devel >= 2.5.7 
13BuildRequires:    cppunit-devel
14BuildRequires:    libuuid-devel
15BuildRequires:    bison
16BuildRequires:    flex
17Requires:         curl libxml2
18
19Distribution:     Vine Linux
20Vendor:           Project Vine
21
22%description
23The libdap++ library contains an implementation of DAP2. This package
24contains the library, dap-config, getdap and deflate. The script dap-config
25simplifies using the library in other projects. The getdap utility is a
26simple command-line tool to read from DAP2 servers. It is built using the
27library and demonstrates simple uses of it. The deflate utility is used by
28the library when it returns compressed responses.
29
30%description -l ja
31libdap++は、DAP2実行ライブラリとユーティリティプログラム(dep-config、
32getdap、deflate)を含む
33
34%package devel
35Summary:          Static libraries and header files from libdap
36Summary(ja):      libdapの静的ライブラリとヘッダファイル
37Group:            Development/Libraries
38Requires:         %{name} = %{version}-%{release}
39Requires:         pkgconfig automake
40Requires:         curl-devel >= 7.10.6
41Requires:         libxml2-devel >= 2.5.7
42
43%description devel
44This package contains all the files needed to develop applications that
45will use libdap.
46
47%description devel -l ja
48libdapを利用するために必要な開発ファイル
49
50%prep
51%setup -q
52
53%build
54%configure
55%{__make} %{?_smp_mflags}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59%makeinstall
60
61rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
62
63%clean
64rm -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* Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.11.2-2
98- rebuild with gcc-5.4.0
99
100* Tue Jun 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.11.2-1
101- update to 3.11.2
102- add BuildRequires: bision, flex, cppunit-devel, libuuid-devel
103
104* Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.8.2-1
105- new upstream release
106- applied new versioning policy
107- spec in UTF-8
108
109* Wed Mar  7 2007 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
110- Initial package
Note: See TracBrowser for help on using the repository browser.