]> git.pld-linux.org Git - packages/GiNaC.git/blob - GiNaC.spec
- pl, missing dir, finished demandrakization
[packages/GiNaC.git] / GiNaC.spec
1 Summary:        C++ class library for symbolic calculations
2 Summary(pl):    Biblioteka klas C++ do obliczeñ symbolicznych
3 Name:           GiNaC
4 Version:        1.1.0
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 # Source0-md5:  30c86d96a9d9d689ff0981409b038906
9 Source0:        ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/%{name}-%{version}.tar.bz2
10 Source1:        ginac.png
11 URL:            http://www.ginac.de/
12 BuildRequires:  cln-devel >= 1.1
13 BuildRequires:  readline-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
18 System)") is an open framework for symbolic computation within the C++
19 programming language.
20
21 %description -l pl
22 GiNaC (co oznacza "GiNaC is Not a CAS (Computer Algebra System)") to
23 otwarty szkielet do obliczeñ symbolicznych w jêzyku programowania C++.
24
25 %package devel
26 Summary:        Header files and more to develop GiNaC applications
27 Summary(pl):    Pliki nag³ówkowe i inne do tworzenia aplikacji GiNaC
28 Group:          Development/Libraries
29 Requires:       %{name} = %{version}-%{release}
30
31 %description devel
32 This package contains include files and other resources you can use
33 to develop GiNaC applications.
34
35 %description devel -l pl
36 Ten pakiet zawiera pliki nag³ówkowe i inne zasoby, których mo¿na
37 u¿ywaæ do rozwiajania aplikacji opartych na GiNaC.
38
39 %package utils
40 Summary:        GiNaC-related utilities
41 Summary(pl):    Narzêdzia zwi±zane z GiNaC
42 Group:          Applications/Science
43 Requires:       %{name} = %{version}-%{release}
44
45 %description utils
46 This package includes the ginsh ("GiNaC interactive shell") which
47 provides a simple and easy-to-use CAS-like interface to GiNaC for
48 non-programmers, and the tool "viewgar" which displays the contents of
49 GiNaC archives.
50
51 %description utils -l pl
52 Ten pakiet zawiera ginsh (interaktywn± pow³okê GiNaC, ktora udostêpnia
53 prosty i ³atwy w u¿yciu, podobny do CAS interfejs do GiNaC dla osób
54 nie bêd±cych programistami) oraz narzêdzie viewgar, wy¶wietlaj±ce
55 zawarto¶æ archiwów GiNaC.
56
57 %prep
58 %setup -q
59
60 %build
61 %configure
62 %{__make}
63
64 %{__make} check
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post   -p /sbin/ldconfig
75 %postun -p /sbin/ldconfig
76
77 %post devel
78 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
79
80 %preun devel
81 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
82
83 %files
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog NEWS README
86 %attr(755,root,root) %{_libdir}/lib*.so.*.*
87
88 %files devel
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_bindir}/ginac-config
91 %attr(755,root,root) %{_libdir}/*.so
92 %{_libdir}/*.la
93 %{_includedir}/ginac
94 %{_infodir}/*.info*
95 %{_mandir}/man1/ginac-config.1*
96 %{_aclocaldir}/*
97
98 %files static
99 %defattr(644,root,root,755)
100 %{_libdir}/*.a
101
102 %files utils
103 %defattr(644,root,root,755)
104 %attr(755,root,root) %{_bindir}/ginsh
105 %attr(755,root,root) %{_bindir}/viewgar
106 %{_mandir}/man1/ginsh.1*
107 %{_mandir}/man1/viewgar.1*
This page took 0.369041 seconds and 3 git commands to generate.