File: xplc.spec

package info (click to toggle)
xplc 0.3.13-12.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,536 kB
  • sloc: sh: 2,739; cpp: 2,697; ansic: 1,127; makefile: 64; perl: 6
file content (98 lines) | stat: -rw-r--r-- 2,353 bytes parent folder | download | duplicates (9)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Name: xplc
Version: 0.3.13
Release: 1
Summary: Cross-platform lightweight component system
Group: System Environment/Libraries
License: LGPL
Source: xplc-%{version}.tar.gz
URL: http://xplc.sourceforge.net/
Prefix: /usr
BuildRoot: %{_tmppath}/%{name}-root
Requires: /sbin/ldconfig

%package devel
Summary: Cross-platform lightweight component system (development)
Group: Development/Libraries
Requires: xplc = %{version}

%package uuidgen
Summary: Cross-platform lightweight component system (uuidgen)
Group: Development/Libraries

%package doc
Summary: Cross-platform lightweight component system (documentation)
Group: Development/Libraries

%description
XPLC (cross-platform lightweight components) is a component system
that provide extensibility and reusability both inside and between
applications, being portable across platforms and languages, easy to
use and having the lowest possible overhead.

%description devel
This is the parts of XPLC needed for development.

%description uuidgen
This is a UUID generator. It is not strictly needed, as there are other
tools available to generate UUIDs.

%description doc
This package contains documentation and examples for XPLC.

%prep
%setup -q

%build
%configure
make
make tests

%install
rm -rf %{buildroot}
%makeinstall
rm -rf $(find examples -name CVS -type d -o -name .cvsignore)

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
/usr/lib/libxplc.so.%{version}

%files devel
%defattr(-,root,root)
/usr/include/xplc-%{version}
/usr/lib/xplc-%{version}
/usr/lib/pkgconfig/xplc-%{version}.pc

%files uuidgen
%defattr(-,root,root)
/usr/bin/uuidgen
%doc /usr/share/man/man1/uuidgen.1.gz

%files doc
%defattr(-,root,root)
%doc README CREDITS NEWS LICENSE ChangeLog
%doc examples

%changelog
 * Wed Oct  6 2004  Pierre Phaneuf <pp@ludusdesign.com>
 - Updated for the new parallel installation support.

 * Wed Apr  7 2004  Pierre Phaneuf <pp@ludusdesign.com>
 - Fixed the ownership of the documentation files.
 - Runs the unit tests while packaging.

 * Fri Jan 17 2003  Pierre Phaneuf <pp@ludusdesign.com>
 - Minor fix to the permission of the header files.

 * Sat Nov 30 2002  Pierre Phaneuf <pp@ludusdesign.com>
 - Added libxplc-cxx.a to the devel package.

 * Fri Sep 27 2002  Pierre Phaneuf <pp@ludusdesign.com>
 - Initial RPM release.