rpms/libnxml/F-8 libnxml-pkgconf.diff, NONE, 1.1 libnxml.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert awjb at fedoraproject.org
Sun Oct 26 20:59:45 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/libnxml/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8290/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	libnxml-pkgconf.diff libnxml.spec 
Log Message:
- f8/f9 branch


libnxml-pkgconf.diff:

--- NEW FILE libnxml-pkgconf.diff ---
--- nxml.pc.in.orig	2008-10-22 19:42:44.000000000 +0200
+++ nxml.pc.in	2008-10-22 19:44:43.000000000 +0200
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
 includedir=@includedir@
 
 Name: libnxml


--- NEW FILE libnxml.spec ---
Name:           libnxml
Version:        0.18.3
Release:        2%{?dist}
Summary:        C library for parsing, writing and creating XML

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://www.autistici.org/bakunin/libnxml/doc/
Source0:        http://www.autistici.org/bakunin/libnxml/libnxml-0.18.3.tar.gz
# fix hardcoded libdir
Patch0:         libnxml-pkgconf.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libcurl-devel
BuildRequires:  pkgconfig
BuildRequires:  doxygen graphviz

%description
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files
or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143,
2312).

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       libcurl-devel
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
%patch0

%build
%configure --disable-static
make %{?_smp_mflags}

doxygen doxy.conf

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

%files devel
%defattr(-,root,root,-)
%doc doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/nxml.pc


%changelog
* Fri Oct 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.18.3-2
- add doxygen doc
- fix pkgconfig

* Sat Oct 04 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.18.3-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libnxml/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Oct 2008 20:11:10 -0000	1.1
+++ .cvsignore	26 Oct 2008 20:59:15 -0000	1.2
@@ -0,0 +1 @@
+libnxml-0.18.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libnxml/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Oct 2008 20:11:10 -0000	1.1
+++ sources	26 Oct 2008 20:59:15 -0000	1.2
@@ -0,0 +1 @@
+857f43970e7f0724d28f4ddc87085daf  libnxml-0.18.3.tar.gz




More information about the fedora-extras-commits mailing list