This commit is contained in:
parent
3b6957d329
commit
1f7e628375
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
expat
|
||||||
|
libexpat1
|
||||||
|
obsoletes "expat-<targettype>"
|
||||||
|
provides "expat-<targettype>"
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 28 19:38:40 CEST 2007 - coolo@suse.de
|
Sat Jul 28 19:38:40 CEST 2007 - coolo@suse.de
|
||||||
|
|
||||||
|
67
expat.spec
67
expat.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package expat (Version 2.0.1)
|
# spec file for package expat (Version 2.0.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,18 +10,18 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 13
|
Release: 53
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
URL: http://expat.sourceforge.net/
|
Url: http://expat.sourceforge.net/
|
||||||
Summary: XML Parser Toolkit
|
Summary: XML Parser Toolkit
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}faq.html
|
Source1: %{name}faq.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Expat is an XML 1.0 parser written in C. It aims to be fully
|
Expat is an XML 1.0 parser written in C. It aims to be fully
|
||||||
conformant. It is currently not a validating XML processor. The current
|
conformant. It is currently not a validating XML processor. The current
|
||||||
@ -52,6 +52,7 @@ Authors:
|
|||||||
James Clark <jjc@jclark.com>
|
James Clark <jjc@jclark.com>
|
||||||
|
|
||||||
%package -n libexpat1
|
%package -n libexpat1
|
||||||
|
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Summary: XML Parser Toolkit
|
Summary: XML Parser Toolkit
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
@ -85,6 +86,7 @@ Authors:
|
|||||||
James Clark <jjc@jclark.com>
|
James Clark <jjc@jclark.com>
|
||||||
|
|
||||||
%package -n libexpat-devel
|
%package -n libexpat-devel
|
||||||
|
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Summary: XML Parser Toolkit
|
Summary: XML Parser Toolkit
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libexpat1 = %{version}
|
Requires: libexpat1 = %{version}
|
||||||
@ -167,12 +169,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libexpat.so
|
%{_libdir}/libexpat.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jul 28 2007 - coolo@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Sat Jul 28 2007 coolo@suse.de
|
||||||
- fix devel symlink
|
- fix devel symlink
|
||||||
* Wed Jul 25 2007 - prusnak@suse.cz
|
* Wed Jul 25 2007 prusnak@suse.cz
|
||||||
- move libraries from /usr/lib to /lib [#285472]
|
- move libraries from /usr/lib to /lib [#285472]
|
||||||
- replace deprecated %%run_ldconfig with /sbin/ldconfig
|
- replace deprecated %%run_ldconfig with /sbin/ldconfig
|
||||||
* Thu Jun 07 2007 - prusnak@suse.cz
|
* Thu Jun 07 2007 prusnak@suse.cz
|
||||||
- update to 2.0.1:
|
- update to 2.0.1:
|
||||||
( from Changes )
|
( from Changes )
|
||||||
* Fixed bugs #1515266, 1515600: The character data handler's calling
|
* Fixed bugs #1515266, 1515600: The character data handler's calling
|
||||||
@ -194,59 +199,59 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Fixes to Makefile.in to have make check work correctly:
|
* Fixes to Makefile.in to have make check work correctly:
|
||||||
bugs #1408143, #1535603, #1536684.
|
bugs #1408143, #1535603, #1536684.
|
||||||
* Added Open Watcom support: patch #1523242.
|
* Added Open Watcom support: patch #1523242.
|
||||||
* Tue Apr 17 2007 - prusnak@suse.cz
|
* Tue Apr 17 2007 prusnak@suse.cz
|
||||||
- split libexpat1 and libexpat-devel subpackages [#260214]
|
- split libexpat1 and libexpat-devel subpackages [#260214]
|
||||||
* Thu Oct 19 2006 - dmueller@suse.de
|
* Thu Oct 19 2006 dmueller@suse.de
|
||||||
- strip .la file
|
- strip .la file
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jan 13 2006 - ro@suse.de
|
* Fri Jan 13 2006 ro@suse.de
|
||||||
- fixed file list for debuginfo package (do not pack all of libdir)
|
- fixed file list for debuginfo package (do not pack all of libdir)
|
||||||
* Wed Jan 11 2006 - mjancar@suse.cz
|
* Wed Jan 11 2006 mjancar@suse.cz
|
||||||
- update to 2.0.0
|
- update to 2.0.0
|
||||||
* Mon Jan 09 2006 - mjancar@suse.cz
|
* Mon Jan 09 2006 mjancar@suse.cz
|
||||||
- update to 2.0 pre release
|
- update to 2.0 pre release
|
||||||
* Wed Nov 10 2004 - ro@suse.de
|
* Wed Nov 10 2004 ro@suse.de
|
||||||
- fixed filelist
|
- fixed filelist
|
||||||
* Mon Aug 09 2004 - tcrhak@suse.cz
|
* Mon Aug 09 2004 tcrhak@suse.cz
|
||||||
- update to 1.95.8
|
- update to 1.95.8
|
||||||
* Thu Feb 05 2004 - kukuk@suse.de
|
* Thu Feb 05 2004 kukuk@suse.de
|
||||||
- Build as user
|
- Build as user
|
||||||
* Thu Feb 05 2004 - tcrhak@suse.cz
|
* Thu Feb 05 2004 tcrhak@suse.cz
|
||||||
- update to version 1.95.7
|
- update to version 1.95.7
|
||||||
* Tue Feb 18 2003 - tcrhak@suse.cz
|
* Tue Feb 18 2003 tcrhak@suse.cz
|
||||||
- in expat.h, declare enum XML_Status before using it;
|
- in expat.h, declare enum XML_Status before using it;
|
||||||
put into patch "...-header.diff" [bug #23742]
|
put into patch "...-header.diff" [bug #23742]
|
||||||
* Mon Feb 17 2003 - tcrhak@suse.cz
|
* Mon Feb 17 2003 tcrhak@suse.cz
|
||||||
- updated to version 1.95.6
|
- updated to version 1.95.6
|
||||||
* Sun Dec 22 2002 - tcrhak@suse.cz
|
* Sun Dec 22 2002 tcrhak@suse.cz
|
||||||
- update to version 1.95.5
|
- update to version 1.95.5
|
||||||
* Sat Jul 13 2002 - tcrhak@suse.cz
|
* Sat Jul 13 2002 tcrhak@suse.cz
|
||||||
- update to version 1.95.4
|
- update to version 1.95.4
|
||||||
* Thu Mar 28 2002 - tcrhak@suse.cz
|
* Thu Mar 28 2002 tcrhak@suse.cz
|
||||||
- added parameter --target to configure
|
- added parameter --target to configure
|
||||||
* Mon Jan 14 2002 - rvasice@suse.cz
|
* Mon Jan 14 2002 rvasice@suse.cz
|
||||||
- use %%{_libdir} and %%{_lib}
|
- use %%{_libdir} and %%{_lib}
|
||||||
* Tue Nov 20 2001 - rvasice@suse.cz
|
* Tue Nov 20 2001 rvasice@suse.cz
|
||||||
- fix URL in spec file
|
- fix URL in spec file
|
||||||
* Wed Aug 15 2001 - rvasice@suse.cz
|
* Wed Aug 15 2001 rvasice@suse.cz
|
||||||
- update to version 1.95.2
|
- update to version 1.95.2
|
||||||
- spec file cleanup
|
- spec file cleanup
|
||||||
- added DESTDIR
|
- added DESTDIR
|
||||||
* Mon May 14 2001 - pblaha@suse.cz
|
* Mon May 14 2001 pblaha@suse.cz
|
||||||
- fixed links for soname of libexpat.so*
|
- fixed links for soname of libexpat.so*
|
||||||
* Fri May 11 2001 - cihlar@suse.cz
|
* Fri May 11 2001 cihlar@suse.cz
|
||||||
- fixed soname of libexpat.so.1.2
|
- fixed soname of libexpat.so.1.2
|
||||||
* Fri Jan 05 2001 - pblaha@suse.cz
|
* Fri Jan 05 2001 pblaha@suse.cz
|
||||||
- back on stable version 1.2 added build shared libexpat.so
|
- back on stable version 1.2 added build shared libexpat.so
|
||||||
* Thu Jan 04 2001 - pblaha@suse.cz
|
* Thu Jan 04 2001 pblaha@suse.cz
|
||||||
- update on 1.95.1 on sourgeforge needed for midgard
|
- update on 1.95.1 on sourgeforge needed for midgard
|
||||||
- new description
|
- new description
|
||||||
* Thu Mar 09 2000 - ke@suse.de
|
* Thu Mar 09 2000 ke@suse.de
|
||||||
- Don't "install" symlinks; use "cp"; reported by bs; proposed fix
|
- Don't "install" symlinks; use "cp"; reported by bs; proposed fix
|
||||||
by ro.
|
by ro.
|
||||||
- Cleanup the spec file: better Group tag; more accurate files list.
|
- Cleanup the spec file: better Group tag; more accurate files list.
|
||||||
* Tue Nov 23 1999 - ke@suse.de
|
* Tue Nov 23 1999 ke@suse.de
|
||||||
- first SuSE package: version 1.1.
|
- first SuSE package: version 1.1.
|
||||||
- apply Debian patch to build shared libs.
|
- apply Debian patch to build shared libs.
|
||||||
- build libexpat.a.
|
- build libexpat.a.
|
||||||
|
Loading…
Reference in New Issue
Block a user