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

Line 
1Summary: E-Mail client library
2Summary(ja): 電子メールクライアントライブラリ
3Name: libsylph
4Version: 1.1.0
5Release: 6%{?_dist_release}
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
10Patch0: libsylph-1.1.0-glib-header.patch
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
12BuildRequires: glib2-devel >= 2.4.0
13BuildRequires: openssl-devel
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
45%if %{?_dist_release} != "vl6"
46%patch0 -p1 -b .glibheader
47%endif
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
81* Sun Mar 19 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1.0-6
82- add BR: openssl-devel
83
84* Sun Mar 19 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1.0-5
85- build with current VineSeed
86
87* Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1.0-4
88- build with current VineSeed
89
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
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
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.