source: projects/specs/branches/6/lib/libx/libxml/libxml-vl.spec @ 1901

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

rebuild with rpm-4.8.1

Line 
1# Note that this is NOT a relocatable package
2%define ver     1.8.17
3%define rel     5%{?_dist_release}
4%define name    libxml
5
6Summary:        An XML library
7Summary(ja):    XMLライブラリ
8Name:           %name
9Version:        %ver
10Release:        %rel
11License:        LGPL
12Group:          System Environment/Libraries
13Source:         ftp://ftp.gnome.org/pub/GNOME/sources/libxml/1.8/%{name}-%{ver}.tar.bz2
14Patch0:         libxml-1.8.6-zlib_fixed.patch
15Patch100:       CAN-2004-0110.patch
16Patch110:       libxml-1.8.17_CVE-2009-2414-2416.patch
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19BuildRequires:  zlib-devel
20URL:            http://xmlsoft.org
21
22%description
23The libxml package contains an XML library, which allows you to
24manipulate XML files. XML (eXtensible Markup Language) is a data
25format for structured document interchange via the Web.
26
27%description -l ja
28libxmlパッケージは XMLファイルを操作するためのXMLライブラリを備
29えています. XML (eXtensible Markup Language)は、
30ウェブ経由でデータを交換するための構造化された形式です。
31
32
33%package devel
34Summary:        Libraries, includes and other files to develop libxml applications.
35Group:          Development/Libraries
36Requires:       %{name} = %{version}-%{release}
37Requires:       zlib-devel
38
39%description devel
40The libxml-devel package contains the libraries, include and other
41files you can use to develop libxml applications.
42
43%description devel -l ja
44libxml-develパッケージはlibxmlアプリケーションを開発するのに利用する
45ライブラリやヘッダファイルを含んでいます。
46
47
48%prep
49%setup -q
50%patch0 -p1
51
52%patch100 -p1 -b .CAN-2004-0110
53%patch110 -p0 -b .CVE-2009-2414-2416
54
55%build
56%configure --disable-static
57# don't use parallel build
58# make %{?_smp_mflags}
59make
60
61%install
62[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
63
64%makeinstall
65
66
67%clean
68[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
69
70
71%post -p /sbin/ldconfig
72
73%postun -p /sbin/ldconfig
74
75
76%files
77%defattr(-, root, root)
78%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
79%doc doc/html
80%{_libdir}/*.so.*
81
82
83%files devel
84%defattr(-, root, root)
85%{_bindir}/xml-config
86%{_libdir}/*.so
87%exclude %{_libdir}/*.la
88%{_libdir}/*.sh
89%{_libdir}/pkgconfig
90%{_includedir}/*
91%docdir %{_datadir}/gnome-xml/html
92%{_datadir}/gnome-xml
93
94
95%changelog
96* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.17-5
97- rebuild with rpm-4.8.1 for pkg-config file
98
99* Thu Apr 29 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.17-4
100- rebuilt without smp option
101
102* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-3
103- rebuilt with new toolchain
104- added --disable-static to %%configure
105- updated URL
106
107* Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.8.17-2vl5
108- add patch100 for fix CAN-2004-0110 (from RHEL3)
109- add patch110 for fix CVE-2009-2414-2416 (from RHEL3)
110
111* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.8.17-1vl5
112- applied new versioning policy, spec in utf-8
113
114* Sun Jun 03 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-0vl6
115- rebuilt with new toolchain
116- remove PreReq: install-info
117
118* Sun Feb 05 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.8.17-0vl5
119- rebuild
120- add PreReq: install-info instead of /sbin/install-info
121- contain %%{_libdir}/pkgconfig/*.pc instead of %%{_libdir}/pkgconfig
122
123* Wed Jul 07 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.8.17-0vl4
124- rebuild
125
126* Sun Apr 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-0vl3
127- fix %doc (removed Docdir: /usr/doc)
128
129* Fri Apr 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-0vl2
130- fix to contain %{_libdir}/pkgconfig
131
132* Sun Apr 13 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-0vl1
133- rebuild with new toolchains
134- updated to 1.8.17
135
136* Fri Nov 23 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.16-0vl1
137- updated in sync with the new upstream 1.8.16 release
138
139* Sun Jul 08 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
140- 1.8.14-0vl1
141- updated in sync with the new upstream 1.8.14 release
142
143* Wed Mar  7 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.8.11-0vl1
144- New upstream release.
145
146* Thu Dec 28 2000 Akira TAGOH <tagoh@gnome.gr.jp>
147- 1.8.10-0vl1
148- updated to 1.8.10
149
150* Mon Aug 14 2000 Yoshihiro Kajiki <kajiki@ylug.org>
151- updated to 1.8.9
152
153* Tue May 23 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
154- updated to 1.8.7
155
156* Wed Feb  9 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
157- updated to 1.8.6
158
159* Mon Jan 17 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
160- updated to 1.8.4
161
162* Mon Jan 10 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
163- added zlib_fixed patch for small bug in macro.
164
165* Sun Jan 9 2000 Kazuhito Nishi <nishi@imasy.or.jp>
166- version 1.8.3
167
168* Sat Oct 16 1999 Kazuhito Nishi <nishi@imasy.or.jp>
169- modified spec file, %description, %files
170
171* Sat Sep 18 1999 Kazuhito Nishi <nishi@imasy.or.jp>
172- First try at a spec file for Vine
Note: See TracBrowser for help on using the repository browser.