source: projects/specs/trunk/lib/libs/libsylph/libsylph-vl.spec @ 10971

Revision 10971, 2.9 KB checked in by iwaim, 7 years ago (diff)

libsylph 1.1.0-6

RevLine 
[3359]1Summary: E-Mail client library
[3361]2Summary(ja): 電子メールクライアントライブラリ
[3359]3Name: libsylph
4Version: 1.1.0
[10971]5Release: 6%{?_dist_release}
[3359]6License: LGPLv2.1+
7Group: System Environment/Libraries
8URL: http://sylpheed.sraoss.jp/ja/download.html#libsylph
9Source0: http://sylpheed.sraoss.jp/sylpheed/libsylph/%{name}-%{version}.tar.bz2
[7224]10Patch0: libsylph-1.1.0-glib-header.patch
[3359]11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
[3361]12BuildRequires: glib2-devel >= 2.4.0
[10971]13BuildRequires: openssl-devel
[3359]14
15Packager: iwaim
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20LibSylph is an e-mail client library which is derived from Sylpheed.
21LibSylph is a lightweight but featureful library. It has many common e-mail
22related features and other useful functions, and you can utilize them from
23your application. Moreover you can create a new e-mail client by wrapping
24LibSylph with any UI.
25
26%description -l ja
27LibSylphはSylpheedのユーザインタフェースから独立したコア部分の機能を提供する
28ライブラリです。LibSylphによって、他のアプリケーションからSylpheedの機能を
29利用することができます。また、LibSylphを用いて新たなメールクライアントを
30作成することも可能です。それ以外にも、単独で使えるメール関連、文字コード変換、
31文字列処理、I/O、XML処理などの多数のAPIを提供しています。
32
33%package devel
34Summary:         Development files for %{name}
35Summary(ja):     %{name} の開発ファイル
36Group:           Development/Libraries
37Requires:        %{name} = %{version}-%{release}
38
39%description devel
40The %{name}-devel package contains libraries and header files for
41developing applications that use %{name}.
42
43%prep
44%setup -q
[10951]45%if %{?_dist_release} != "vl6"
[7224]46%patch0 -p1 -b .glibheader
47%endif
[3359]48
49%build
50%configure --enable-shared --disable-static
51make
52
53%install
54%{__rm} -rf %{buildroot}
55%makeinstall
56%{__rm} %{buildroot}%{_libdir}/libsylph.la
57%find_lang %{name}
58
59%clean
60%{__rm} -rf %{buildroot}
61
62%check
63make check
64
65%post -p /sbin/ldconfig
66
67%postun -p /sbin/ldconfig
68
69%files -f %{name}.lang
70%defattr(-,root,root,-)
71%doc README* AUTHORS COPYING ChangeLog NEWS TODO
72%{_libdir}/libsylph.so.*
73
74%files devel
75%defattr(-,root,root,-)
76%doc doc
77%{_includedir}/*
78%{_libdir}/*.so
79
80%changelog
[10971]81* Sun Mar 19 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1.0-6
82- add BR: openssl-devel
83
[10951]84* Sun Mar 19 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1.0-5
85- build with current VineSeed
86
[8233]87* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1.0-4
88- build with current VineSeed
89
[7224]90* Wed Dec 12 2012 IWAI, Masaharu <iwai@alib.jp> 1.1.0-3vl7
91- build with current VineSeed
92- add only "glib.h" patch (Patch0)
93
[3361]94* Sat Apr  9 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.0-2
95- add BuildRequires: glib2-devel >= 2.4.0
96- add Summary(ja)
97
[3359]98* Tue Mar  9 2010 IWAI, Masaharu <iwai@alib.jp> 1.1.0-1
99- Initial build.
Note: See TracBrowser for help on using the repository browser.