~ubuntu-branches/ubuntu/intrepid/wfmath/intrepid

« back to all changes in this revision

Viewing changes to wfmath.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2007-12-09 16:19:35 UTC
  • mfrom: (1.1.5 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071209161935-5zy1h5h60acy6xkm
Tags: 0.3.7-1
* New upstream release.
* Updated Standards-Version to 3.7.3.
* Updated debhelper level to 5.
* Added homepage field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
License: GPL
11
11
Group: System Environment/Libraries
12
12
URL: http://www.worldforge.org/dev/eng/libraries/wfmath
13
 
Packager: Al Riddoch <alriddoch@zepler.org>
 
13
Packager: Al Riddoch <alriddoch@googlemail.com>
14
14
Vendor: WorldForge
15
15
Distribution: Mason
16
16
Source: %{name}-%{version}.tar.bz2
21
21
geometric objects.
22
22
 
23
23
%package devel
24
 
Summary: A math library headers and static libs.
 
24
Summary: A math library headers.
25
25
Group: Development/Libraries
26
26
Requires: %{name} = %{version} libstdc++-devel >= 2.95.2
27
27
 
29
29
This is the WorldForge math library. The primary focus of %{name} is
30
30
geometric objects.
31
31
 
 
32
%package static
 
33
Summary: A math library static libraries.
 
34
Group: Development/Libraries
 
35
Requires: %{name}-devel = %{version}
 
36
 
 
37
%description static
 
38
This is the WorldForge math library. The primary focus of %{name} is
 
39
geometric objects.
 
40
 
32
41
%prep
33
42
%setup -q
34
43
 
39
48
%install
40
49
rm -rf $RPM_BUILD_ROOT
41
50
%makeinstall
 
51
rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*.la
42
52
 
43
53
%clean
44
54
rm -rf $RPM_BUILD_ROOT
51
61
%files devel
52
62
%defattr(-,root,root)
53
63
%{_libdir}/lib*.so
54
 
%{_libdir}/lib*.la
55
 
%{_libdir}/lib*.a
56
64
%{_libdir}/pkgconfig/*
57
65
%{_includedir}/%{name}%{libsuffix}
 
66
 
 
67
%files static
 
68
%{_libdir}/lib*.a