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

Revision 1901, 5.2 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary: Library for reading and converting WordPerfect(tm) documents
2Summary(ja): WordPerfect(tm) 文書の読み込みおよび変換をするライブラリ
3Name: libwpd
4Version: 0.8.14
5Release: 3%{?_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* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.14-3
79- rebuild with rpm-4.8.1 for pkg-config file
80
81* Fri Jul  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.14-2
82- spec in UTF-8
83
84* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwa.com> 0.8.14-1
85- new upstream release
86
87* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.9-0vl1
88- initial build for Vine Linux
89
90* Sun Mar 27 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.9-2
91- Resolves: rhbz#233876: add unowned directory fix from Michael Schwendt
92
93* Fri Mar 16 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.9-1
94- next version
95
96* Fri Feb 09 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.8-2
97- spec cleanups
98
99* Thu Jan 11 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.8-1
100- next version
101
102* Mon Oct 09 2006 Caolan McNamara <caolanm@redhat.com> - 0.8.7-1
103- next version
104
105* Mon Jul 17 2006 Caolan McNamara <caolanm@redhat.com> - 0.8.6-1
106- next version
107
108* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8.5-3.1
109- rebuild
110
111* Sun Jun 11 2006  Caolan McNamara <caolanm@redhat.com> 0.8.5-3
112- add wp5nofontlistcrash
113
114* Fri Jun 02 2006  Caolan McNamara <caolanm@redhat.com> 0.8.5-2
115- build through brew
116
117* Thu Jun 01 2006  Caolan McNamara <caolanm@redhat.com> 0.8.5-1
118- next version
119
120* Tue Mar 21 2006  Caolan McNamara <caolanm@redhat.com> 0.8.4-2
121- rebuild for libgsf
122
123* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8.4-1.2.1
124- bump again for double-long bug on ppc(64)
125
126* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.8.4-1.2
127- rebuilt for new gcc4.1 snapshot and glibc changes
128
129* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 0.8.4-1.1
130- rebuilt
131
132* Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.4-1
133- next version
134
135* Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-2
136- rebuild because of libgsf
137
138* Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-1
139- update to latest libwpd
140
141* Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-2.fc5
142- export to other formats twiddle
143
144* Wed Jun 22 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-1
145- bump to latest version
146
147* Fri Apr 29 2005 Caolan McNamara <caolanm@redhat.com> 0.8.1-1
148- bump to latest version kudos Fridrich Strba
149- drop integrated patch
150
151* Wed Apr  6 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-4
152- add libwpd devel provided patch for endless loops on some wpd documents
153
154* Wed Mar 30 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-3
155- rh#152503# add some Requires for -devel package
156
157* Wed Mar  2 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-2
158- rebuild with gcc4
159
160* Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-1
161- new version
162
163* Wed Feb 9 2005 Caolan McNamara <caolanm@redhat.com> 0.7.2-2
164- rebuild
165
166* Fri Jul 23 2004 Caolan McNamara <caolanm@redhat.com> 0.7.2-1
167- bump to 0.7.2
168
169* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
170- rebuilt
171
172* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
173- rebuilt
174
175* Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 0.7.1-1
176- update to 0.7.1
177
178* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
179- rebuilt
180
181* Tue Dec 16 2003 Jeremy Katz <katzj@redhat.com> 0.6.6-1
182- 0.6.6
183
184* Tue Nov  4 2003 Jeremy Katz <katzj@redhat.com> 0.6.5-1
185- 0.6.5
186
187* Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 0.6.2-1
188- 0.6.2
189
190* Sun Jul  6 2003 Jeremy Katz <katzj@redhat.com> 0.5.0-1
191- initial build for Red Hat Linux, tweak accordingly
192
193* Sat Apr 26 2003 Rui M. Seabra <rms@1407.org>
194- Create rpm spec
Note: See TracBrowser for help on using the repository browser.