1 |
unnilennium |
1.1 |
Name: wv |
2 |
|
|
Summary: MSWord 6/7/8/9 binary file format to HTML converter |
3 |
|
|
Version: 1.2.7 |
4 |
|
|
Release: 2%{?dist} |
5 |
|
|
License: GPLv2+ |
6 |
|
|
Group: Applications/Text |
7 |
|
|
URL: http://wvware.sourceforge.net |
8 |
|
|
Source: http://dl.sourceforge.net/wvware/wv-%{version}.tar.gz |
9 |
|
|
|
10 |
|
|
BuildRequires: glib2-devel |
11 |
|
|
BuildRequires: libjpeg-devel |
12 |
|
|
BuildRequires: libpng-devel |
13 |
|
|
BuildRequires: libxml2-devel |
14 |
|
|
BuildRequires: ImageMagick-devel |
15 |
|
|
BuildRequires: pkgconfig |
16 |
|
|
BuildRequires: libgsf-devel >= 1.11.2 |
17 |
|
|
Provides: wvware = %{version}-%{release} |
18 |
|
|
|
19 |
|
|
%description |
20 |
|
|
Wv is a program that understands the Microsoft Word 6/7/8/9 |
21 |
|
|
binary file format and is able to convert Word |
22 |
|
|
documents into HTML, which can then be read with a browser. |
23 |
|
|
|
24 |
|
|
|
25 |
|
|
%package devel |
26 |
|
|
Summary: MSWord format converter - development files |
27 |
|
|
Group: Development/Libraries |
28 |
|
|
Requires: %{name} = %{version}-%{release} |
29 |
|
|
|
30 |
|
|
%description devel |
31 |
|
|
Wv is a program that understands the Microsoft Word 6/7/8/9 |
32 |
|
|
binary file format and is able to convert Word |
33 |
|
|
documents into HTML, which can then be read with a browser. |
34 |
|
|
This package contains the development files |
35 |
|
|
|
36 |
|
|
|
37 |
|
|
%prep |
38 |
|
|
%setup -q |
39 |
|
|
sed -i 's/^LT_CURRENT=`expr $WV_MICRO_VERSION - $WV_INTERFACE_AGE`/LT_CURRENT=3/' configure |
40 |
|
|
|
41 |
|
|
%build |
42 |
|
|
%configure --disable-static |
43 |
|
|
|
44 |
|
|
make %{?_smp_mflags} |
45 |
|
|
|
46 |
|
|
%install |
47 |
|
|
make install DESTDIR=$RPM_BUILD_ROOT |
48 |
|
|
|
49 |
|
|
find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -exec rm -f {} \; |
50 |
|
|
|
51 |
|
|
%clean |
52 |
|
|
rm -rf $RPM_BUILD_ROOT |
53 |
|
|
|
54 |
|
|
%post -p /sbin/ldconfig |
55 |
|
|
|
56 |
|
|
%postun -p /sbin/ldconfig |
57 |
|
|
|
58 |
|
|
|
59 |
|
|
%files |
60 |
|
|
%defattr(-,root,root) |
61 |
|
|
%doc COPYING README |
62 |
|
|
%{_bindir}/wv* |
63 |
|
|
%{_datadir}/wv |
64 |
|
|
%{_mandir}/man1/* |
65 |
|
|
%{_libdir}/libwv*.so.* |
66 |
|
|
|
67 |
|
|
%files devel |
68 |
|
|
%defattr(-,root,root) |
69 |
|
|
%{_includedir}/wv |
70 |
|
|
%{_libdir}/libwv*.so |
71 |
|
|
%{_libdir}/pkgconfig/* |
72 |
|
|
|
73 |
|
|
|
74 |
|
|
%changelog |
75 |
|
|
* Tue Dec 22 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.2.7-2 |
76 |
|
|
- Workaround a incorrect soname bump |
77 |
|
|
|
78 |
|
|
* Fri Dec 11 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.2.7-1 |
79 |
|
|
- New upstream release that fixes a regression |
80 |
|
|
- Resolves rhbz#546406,546406 |
81 |
|
|
|
82 |
|
|
* Sun Nov 29 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.2.6-1 |
83 |
|
|
- Changelog at rhbz#511221 |
84 |
|
|
|
85 |
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-7 |
86 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
87 |
|
|
|
88 |
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-6 |
89 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
90 |
|
|
|
91 |
|
|
* Mon Jan 12 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.4-5 |
92 |
|
|
- rebuild to get provides pkgconfig(wv-1.0) >= 0:1.2.0 |
93 |
|
|
|
94 |
|
|
* Sun Mar 30 2008 Michel Salim <michel.sylvan@gmail.com> - 1.2.4-4 |
95 |
|
|
- fix libdir in wv's pkgconfig entry |
96 |
|
|
|
97 |
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.4-3 |
98 |
|
|
- Autorebuild for GCC 4.3 |
99 |
|
|
|
100 |
|
|
* Sun Aug 26 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.2.4-2 |
101 |
|
|
- fix license tag |
102 |
|
|
- rebuild for BuildID |
103 |
|
|
|
104 |
|
|
* Sat Oct 28 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.4-1 |
105 |
|
|
- update to 1.2.4, fixes #212696 (CVE-2006-4513) |
106 |
|
|
|
107 |
|
|
* Fri Sep 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.1-7 |
108 |
|
|
- rebuild (releases 1 to 7, cvs problem) |
109 |
|
|
|
110 |
|
|
* Fri Sep 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.1-1 |
111 |
|
|
- version 1.2.1 |
112 |
|
|
|
113 |
|
|
* Fri Apr 14 2006 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-4 |
114 |
|
|
- rebuild |
115 |
|
|
|
116 |
|
|
* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-3 |
117 |
|
|
- don't build the static lib |
118 |
|
|
|
119 |
|
|
* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-2 |
120 |
|
|
- rebuild for FC5 |
121 |
|
|
|
122 |
|
|
* Fri Nov 11 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-1 |
123 |
|
|
- version 1.2.0 |
124 |
|
|
|
125 |
|
|
* Fri Oct 28 2005 Aurelien Bompard <gauret[AT]free.fr> 1.0.3-2 |
126 |
|
|
- split out a -devel package (#171962) |
127 |
|
|
|
128 |
|
|
* Sun May 15 2005 Aurelien Bompard <gauret[AT]free.fr> 1.0.3-1%{?dist} |
129 |
|
|
- new version |
130 |
|
|
- fix build with gcc4 |
131 |
|
|
- use dist tag |
132 |
|
|
|
133 |
|
|
* Tue May 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.0-5 |
134 |
|
|
- Include printf format fix for bug 150461. |
135 |
|
|
|
136 |
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> |
137 |
|
|
- rebuilt |
138 |
|
|
|
139 |
|
|
* Wed Jul 28 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.0-0.fdr.3 |
140 |
|
|
- fix security vulnerability (CAN-2004-0645) |
141 |
|
|
|
142 |
|
|
* Fri May 14 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.0-0.fdr.2 |
143 |
|
|
- add several patches |
144 |
|
|
- depend on glib2 (bug 1592) |
145 |
|
|
|
146 |
|
|
* Wed May 12 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.0-0.fdr.1 |
147 |
|
|
- initial RPM (from Mandrake) |