rpms/libxml/devel libxml.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Sep 11 17:56:51 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/libxml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1820/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libxml.spec 
Log Message:
auto-import libxml-1.8.17-15 on branch devel from libxml-1.8.17-15.src.rpm


--- NEW FILE libxml.spec ---
Name:           libxml
Summary:        Old libXML library for Gnome-1 application compatibility
Epoch:          1
Version:        1.8.17
Release:        15%{?dist}
License:        LGPL
Group:          Development/Libraries
URL:            http://veillard.com/XML/
Source:         ftp://xmlsoft.org/libxml/old/libxml-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This library allows old Gnome-1 applications to manipulate XML files.

%package devel
Summary:        Libraries, includes, etc. to build old libxml-based applications
Group:          Development/Libraries
Requires:       %{name} = %{epoch}:%{version}-%{release}, pkgconfig

%description devel
%{summary}.

%prep
%setup -q

%build
%configure --disable-static
# Makefile doesn't work with %{_smp_mflags}
%{__make}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install

# hack to get /usr/include/gnome-xml/libxml/
if [ -d %{buildroot}/%{prefix}/include/gnome-xml ]; then
        %{__ln_s} -f . %{buildroot}/%{_includedir}/gnome-xml/libxml
fi

%clean
%{__rm} -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog README COPYING.LIB TODO
%{_libdir}/libxml.so.*

%files devel
%defattr(-,root,root)
%{_bindir}/xml-config
%{_datadir}/gnome-xml/
%{_includedir}/gnome-xml/
%{_libdir}/libxml.so
%{_libdir}/xmlConf.sh
%{_libdir}/pkgconfig/libxml.pc
%exclude %{_libdir}/libxml.la

%changelog
* Mon Sep 11 2006 Paul Howarth <paul at city-fan.org> 1:1.8.17-15
- add release to versioned dependency of libxml-devel on libxml
- drop COPYING file; license is dual W3C/LGPL and the only GPL bits are in the
  build system (e.g. libtool), which is not distributed

* Sat Aug 26 2006 Paul Howarth <paul at city-fan.org> 1:1.8.17-14
- add dist tag
- devel package requires pkgconfig
- update URL to http://veillard.com/XML/
- update source URL
- use Fedora Extras standard buildroot
- own %%{_datadir}/gnome-xml/
- don't include empty NEWS file
- don't include static library or libtool archive
- add note about Makefile being broken with %%{_smp_mflags}
- use make/DESTDIR instead of %%makeinstall
- remove pointless prereq: /sbin/install-info
- cosmetic clean-up of spec file

* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> 1:1.8.17-13.2.2
- rebuild

* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> 1:1.8.17-13.2.1
- bump again for double-long bug on ppc(64)

* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1:1.8.17-13.2
- rebuilt for new gcc4.1 snapshot and glibc changes

* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
- rebuilt

* Wed Feb  9 2005 Daniel Veillard <veillard at redhat.com> 1.8.17-13
- rebuilt

* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Tue Mar 02 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Sun Jun  8 2003 Tim Powers <timp at redhat.com> 1:1.8.17-9.1
- build for RHEL

* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Tue Jun  3 2003 Jeff Johnson <jbj at redhat.com>
- add explicit epochs where needed.

* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
- rebuilt

* Sun Jan 19 2003 Daniel Veillard <veillard at redhat.com> 1.8.17-7
- apparently there was an old 1.8.17-6 laying around

* Tue Jan 14 2003 Daniel Veillard <veillard at redhat.com> 1.8.17-6
- cleaned up the spec file, rebuild for RawHide

* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Thu May 23 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Mon Jan 28 2002 Daniel Veillard <veillard at redhat.com>
- updated to 1.8.17
- made sure the Epoch is set

* Sun Aug 05 2001 Jens Finke <jens at triq.net>
- Merged GPP spec file with spec.in file from CVS.
- Added %%{_datadir}/gnome-xml to devel package to include documentation.
- Added libxml.pc file.

* Wed Jul 18 2001 Gregory Leblanc <gleblanc at cu-portland.edu>
- removed unncessary %%defines 
- made %%setup -quiet
- fixed buildroot
- fixed source line

* Thu Feb 22 2001 Gregory Leblanc <gleblanc at cu-portland.edu>
- fixed macros, removed hard-coded paths, that sort of thing.

* Thu Sep 23 1999 Daniel Veillard <Daniel.Veillard at w3.org>
- corrected the spec file alpha stuff
- switched to version 1.7.1
- Added validation, XPath, nanohttp, removed memory leaks
- Renamed CHAR to xmlChar

* Wed Jun  2 1999 Daniel Veillard <Daniel.Veillard at w3.org>
- Switched to version 1.1: SAX extensions, better entities support, lots of
  bug fixes.

* Sun Oct  4 1998 Daniel Veillard <Daniel.Veillard at w3.org>
- Added xml-config to the package

* Thu Sep 24 1998 Michael Fulbright <msf at redhat.com>
- Built release 0.30


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libxml/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Sep 2006 17:55:54 -0000	1.1
+++ .cvsignore	11 Sep 2006 17:56:51 -0000	1.2
@@ -0,0 +1 @@
+libxml-1.8.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libxml/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Sep 2006 17:55:54 -0000	1.1
+++ sources	11 Sep 2006 17:56:51 -0000	1.2
@@ -0,0 +1 @@
+53846294aa850a7d042948176d1d19dc  libxml-1.8.17.tar.gz




More information about the scm-commits mailing list