source: projects/specs/trunk/lib/libx/libxml/libxml-vl.spec @ 8243

Revision 8243, 4.9 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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