File: libxml%2B%2B.spec.in

package info (click to toggle)
libxml%2B%2B 1.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,440 kB
  • ctags: 442
  • sloc: sh: 8,219; cpp: 3,095; makefile: 248; xml: 186
file content (51 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Summary: A C++ interface to the libxml2 library
Name: libxml++
Version: @VERSION@ 
Release: 2
URL: http://libxmlplusplus.sourceforge.net
Source0: %{name}-%{version}.tar.gz
License: LGPL
Group: Libraries
BuildRoot: %{_tmppath}/%{name}-root

%description
libxml++ is a C++ wrapper for the GNOME libxml2 library.

%package devel
Group: Development/Libraries
Summary: Files necessary for building libxml++ apps.

%description devel
This package contains the files necessary for building libxml++ apps.

%prep
%setup -q

%build
./configure --prefix=/usr
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/lib/*.so*

%files devel
%defattr(-,root,root)
/usr/include/libxml++-1.0
/usr/lib/*.a
/usr/lib/*.la
/usr/lib/pkgconfig/libxml++-1.0.pc

%changelog
* Wed Apr  9 2003 Eric Bourque <ericb@computer.org>
- updated file section to be version agnostic
* Mon Feb 17 2003 Eric Bourque <ericb@computer.org>
- Initial build.