/[smeserver]/rpms/wv/sme10/wv.spec
ViewVC logotype

Contents of /rpms/wv/sme10/wv.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Mar 18 03:15:29 2016 UTC (8 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: wv-1_2_7-3_el7_sme, HEAD
Changes since 1.1: +4 -1 lines
* Fri Mar 18 2016 JP Pialasse <tests@pialasse.com> - 1.2.7-3
- Import to SME Server 10 build tree [SME: 9334]

1 Name: wv
2 Summary: MSWord 6/7/8/9 binary file format to HTML converter
3 Version: 1.2.7
4 Release: 3%{?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 * Fri Mar 18 2016 JP Pialasse <tests@pialasse.com> - 1.2.7-3
76 - Import to SME Server 10 build tree [SME: 9334]
77
78 * Tue Dec 22 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.2.7-2
79 - Workaround a incorrect soname bump
80
81 * Fri Dec 11 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.2.7-1
82 - New upstream release that fixes a regression
83 - Resolves rhbz#546406,546406
84
85 * Sun Nov 29 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.2.6-1
86 - Changelog at rhbz#511221
87
88 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-7
89 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-6
92 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
93
94 * Mon Jan 12 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.4-5
95 - rebuild to get provides pkgconfig(wv-1.0) >= 0:1.2.0
96
97 * Sun Mar 30 2008 Michel Salim <michel.sylvan@gmail.com> - 1.2.4-4
98 - fix libdir in wv's pkgconfig entry
99
100 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.4-3
101 - Autorebuild for GCC 4.3
102
103 * Sun Aug 26 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.2.4-2
104 - fix license tag
105 - rebuild for BuildID
106
107 * Sat Oct 28 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.4-1
108 - update to 1.2.4, fixes #212696 (CVE-2006-4513)
109
110 * Fri Sep 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.1-7
111 - rebuild (releases 1 to 7, cvs problem)
112
113 * Fri Sep 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.1-1
114 - version 1.2.1
115
116 * Fri Apr 14 2006 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-4
117 - rebuild
118
119 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-3
120 - don't build the static lib
121
122 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-2
123 - rebuild for FC5
124
125 * Fri Nov 11 2005 Aurelien Bompard <gauret[AT]free.fr> 1.2.0-1
126 - version 1.2.0
127
128 * Fri Oct 28 2005 Aurelien Bompard <gauret[AT]free.fr> 1.0.3-2
129 - split out a -devel package (#171962)
130
131 * Sun May 15 2005 Aurelien Bompard <gauret[AT]free.fr> 1.0.3-1%{?dist}
132 - new version
133 - fix build with gcc4
134 - use dist tag
135
136 * Tue May 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.0-5
137 - Include printf format fix for bug 150461.
138
139 * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
140 - rebuilt
141
142 * Wed Jul 28 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.0-0.fdr.3
143 - fix security vulnerability (CAN-2004-0645)
144
145 * Fri May 14 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.0-0.fdr.2
146 - add several patches
147 - depend on glib2 (bug 1592)
148
149 * Wed May 12 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0.0-0.fdr.1
150 - initial RPM (from Mandrake)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed