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

Revision 10951, 2.7 KB checked in by iwaim, 7 years ago (diff)

libsylph 1.1.0-5

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