]> git.pld-linux.org Git - packages/psplot.git/blob - psplot.spec
- pl translations, cosmetics
[packages/psplot.git] / psplot.spec
1 Summary:        A Fortran-callable Postscript plotting library
2 Summary(pl):    Dzia³aj±ca z Fortranem biblioteka rysuj±ca w Postscripcie
3 Name:           psplot
4 Version:        0.1
5 Release:        1
6 License:        Freeware
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 Source0:        ftp://student.ifpan.edu.pl/%{name}/%{name}-%{version}.tar.gz
16 Source1:        %{name}-Makefile
17 URL:            http://www.nova.edu/ocean/psplot.html
18 Buildrequires:  gcc-g77
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 The psplot library consists of Fortran-callable subroutines which can
23 be combined in a calling program to produce Postscript files. Since
24 the focus of the library is to produce technical drawing, many of the
25 'artistic' features of Postscript have not beed addressed. This
26 package is a shared library.
27
28 %description -l pl
29 Biblioteka psplot zawiera wywo³ywalne z Fortrana procedury do
30 produkcji plików postscriptowych. Poniewa¿ g³ównym zadaniem biblioteki
31 s± rysunki techniczne, wiele "artystycznych" mo¿liwo¶ci Postscriptu
32 nie jest wykorzystywanych. Ten pakiet zawiera bibliotekê
33 wspó³dzielon±.
34
35 %package devel
36 Summary:        A Fortran-callable Postscript plotting library - header files
37 Summary(pl):    Pliki nag³ówkowe do dzia³aj±cej z Fortranem biblioteki rysuj±cej Postscript
38 Group:          Development/Libraries
39 Group(de):      Entwicklung/Libraries
40 Group(es):      Desarrollo/Bibliotecas
41 Group(fr):      Development/Librairies
42 Group(pl):      Programowanie/Biblioteki
43 Group(pt_BR):   Desenvolvimento/Bibliotecas
44 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
45 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
46 Requires:       %{name} = %{version}
47
48 %description devel
49 Header files for the psplot library.
50
51 %description devel -l pl
52 Pliki nag³ówkowe do biblioteki psplot.
53
54 %prep
55 %setup -q -n %{name}
56
57 %build
58 cp -f %{SOURCE1} Makefile
59 %{__make} "CFLAGS=%{rpmcflags}"
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 install -d $RPM_BUILD_ROOT%{_libdir}
64 install libpsplot.so $RPM_BUILD_ROOT%{_libdir}
65 install libpsplot.a $RPM_BUILD_ROOT%{_libdir}
66
67 gzip -9nf grmana4.ps *.txt *.for
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post   -p /sbin/ldconfig
73 %postun -p /sbin/ldconfig
74
75 %files
76 %defattr(644,root,root,755)
77 %attr(755,root,root) %{_libdir}/lib%{name}.so
78
79 %files devel
80 %defattr(644,root,root,755)
81 %doc *.gz
82 %{_libdir}/lib%{name}.a
This page took 0.049123 seconds and 3 git commands to generate.