source: projects/specs/trunk/lib/libw/libwpd/libwpd-vl.spec @ 521

Revision 521, 5.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Library for reading and converting WordPerfect(tm) documents
2Summary(ja): WordPerfect(tm) 文書の読み込みおよび変換をするライブラリ
3Name: libwpd
4Version: 0.8.14
5Release: 2%{?_dist_release}
6Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
7Group: System Environment/Libraries
8URL: http://libwpd.sf.net/
9License: LGPL
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: glib2-devel >= 2.10.0
13BuildRequires: libgsf-devel >= 1.6.0
14
15%description
16libwpd is a library that handles WordPerfect documents.
17
18%description -l ja
19libwpd は WordPerfect 文書を扱うためのライブラリです。
20
21%package tools
22Summary: Tools to transform WordPerfect Documents into other formats
23Summary(ja): WordPerfect 文書を他のフォーマットに変換するツール
24Group: Applications/Publishing
25
26%description tools
27Tools to transform WordPerfect Documents into other formats.
28Currently supported: html, raw, text.
29
30%package devel
31Summary: Development files for libwpd
32Summary(ja): libwpd の開発用ファイル
33Group: Development/Libraries
34Requires: libwpd = %{version}-%{release}
35Requires: glib2-devel >= 2.10.0
36Requires: libgsf-devel >= 1.6.0
37Requires: pkgconfig
38
39%description devel
40Includes and definitions for developing with libwpd.
41
42%prep
43%setup -q
44
45%build
46%configure --without-docs --disable-static
47make %{?_smp_mflags}
48
49%install
50make DESTDIR=$RPM_BUILD_ROOT install
51rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%post -p /sbin/ldconfig
57
58%postun -p /sbin/ldconfig
59
60%files
61%defattr(-,root,root,-)
62%doc CHANGES COPYING CREDITS README
63%{_libdir}/*.so.*
64
65%files tools
66%defattr(-,root,root,-)
67%{_bindir}/wpd2*
68
69%files devel
70%defattr(-,root,root,-)
71%doc HACKING TODO
72%{_libdir}/*.so
73%{_libdir}/pkgconfig/*
74%dir %{_includedir}/libwpd-0.8
75%{_includedir}/libwpd-0.8/libwpd/
76
77%changelog
78* Fri Jul  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.14-2
79- spec in UTF-8
80
81* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwa.com> 0.8.14-1
82- new upstream release
83
84* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.9-0vl1
85- initial build for Vine Linux
86
87* Sun Mar 27 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.9-2
88- Resolves: rhbz#233876: add unowned directory fix from Michael Schwendt
89
90* Fri Mar 16 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.9-1
91- next version
92
93* Fri Feb 09 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.8-2
94- spec cleanups
95
96* Thu Jan 11 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.8-1
97- next version
98
99* Mon Oct 09 2006 Caolan McNamara <caolanm@redhat.com> - 0.8.7-1
100- next version
101
102* Mon Jul 17 2006 Caolan McNamara <caolanm@redhat.com> - 0.8.6-1
103- next version
104
105* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8.5-3.1
106- rebuild
107
108* Sun Jun 11 2006  Caolan McNamara <caolanm@redhat.com> 0.8.5-3
109- add wp5nofontlistcrash
110
111* Fri Jun 02 2006  Caolan McNamara <caolanm@redhat.com> 0.8.5-2
112- build through brew
113
114* Thu Jun 01 2006  Caolan McNamara <caolanm@redhat.com> 0.8.5-1
115- next version
116
117* Tue Mar 21 2006  Caolan McNamara <caolanm@redhat.com> 0.8.4-2
118- rebuild for libgsf
119
120* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8.4-1.2.1
121- bump again for double-long bug on ppc(64)
122
123* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.8.4-1.2
124- rebuilt for new gcc4.1 snapshot and glibc changes
125
126* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 0.8.4-1.1
127- rebuilt
128
129* Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.4-1
130- next version
131
132* Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-2
133- rebuild because of libgsf
134
135* Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-1
136- update to latest libwpd
137
138* Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-2.fc5
139- export to other formats twiddle
140
141* Wed Jun 22 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-1
142- bump to latest version
143
144* Fri Apr 29 2005 Caolan McNamara <caolanm@redhat.com> 0.8.1-1
145- bump to latest version kudos Fridrich Strba
146- drop integrated patch
147
148* Wed Apr  6 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-4
149- add libwpd devel provided patch for endless loops on some wpd documents
150
151* Wed Mar 30 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-3
152- rh#152503# add some Requires for -devel package
153
154* Wed Mar  2 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-2
155- rebuild with gcc4
156
157* Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-1
158- new version
159
160* Wed Feb 9 2005 Caolan McNamara <caolanm@redhat.com> 0.7.2-2
161- rebuild
162
163* Fri Jul 23 2004 Caolan McNamara <caolanm@redhat.com> 0.7.2-1
164- bump to 0.7.2
165
166* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
167- rebuilt
168
169* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
170- rebuilt
171
172* Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 0.7.1-1
173- update to 0.7.1
174
175* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
176- rebuilt
177
178* Tue Dec 16 2003 Jeremy Katz <katzj@redhat.com> 0.6.6-1
179- 0.6.6
180
181* Tue Nov  4 2003 Jeremy Katz <katzj@redhat.com> 0.6.5-1
182- 0.6.5
183
184* Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 0.6.2-1
185- 0.6.2
186
187* Sun Jul  6 2003 Jeremy Katz <katzj@redhat.com> 0.5.0-1
188- initial build for Red Hat Linux, tweak accordingly
189
190* Sat Apr 26 2003 Rui M. Seabra <rms@1407.org>
191- Create rpm spec
Note: See TracBrowser for help on using the repository browser.