]> git.pld-linux.org Git - SPECS.git/blob - tetex-latex-fde.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / tetex-latex-fde.spec
1 # TODO:
2 # - check proper version
3 %define short_name fde
4 %define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
5 Summary:        Formats for International Journal Functional Differential Equations
6 Summary(pl.UTF-8):      Formaty dla publikujących w Functional Differential Equations
7 Name:           tetex-latex-%{short_name}
8 Version:        1.0
9 Release:        1
10 License:        LaTeX Project Public License
11 Group:          Applications/Publishing/TeX
12 Source0:        http://www.hait.ac.il/staff/benzionS/FDE/Makros.zip
13 # Source0-md5:  e908f231f37895bf8961a453e8bff837
14 Source1:        http://www.hait.ac.il/staff/benzionS/FDE/Example.zip
15 # Source1-md5:  0b1c2c25b9703830f3fed798d9bf9a39
16 BuildRequires:  unzip
17 Requires:       tetex-latex
18 Requires(post,postun):  /usr/bin/texhash
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Functional Differential Equations (FDE) is devoted to the publication
23 of high quality mathematical papers in the area of functional
24 differential equations. Emphasis will be placed on important
25 developments in abstract and applied FDE involving Boundary Value
26 Problems, Stability Theory, Oscillation Theory, Variational Problems,
27 Optimization Theory and Control Theory. Papers on Functional
28 Differential Equations with Impulses, Integral Equations, some related
29 questions. Partial Differential Equations, Ordinary Differential
30 Equations and Difference Equations are also welcome by the journal.
31 FDE will also support the publication of serious, comprehensive and
32 authoritative survey articles aiming at informing our readers of the
33 recent developments as well as the historical background of the
34 relevant subjects.
35
36 To publish in that journal you need these styles.
37
38 %description -l pl.UTF-8
39 Functional Differential Equations (FDE) to pismo przeznaczone do
40 publikowania wysokiej jakości artykułów matematycznych z zakresu
41 funkcyjnych równań różniczkowych. Nacisk jest położony na ważne
42 postępy w abstrakcyjnych i stosowanych funkcyjnych równaniach
43 różniczkowych związanych z problemami wartości granicznych, teorią
44 stabilności, teorią oscylacji, problemami wariacyjnymi, teorią
45 optymalizacji i teorią sterowania. Artykuły dotyczące funkcyjnych
46 równań różniczkowych z impulsami, równaniami całkowymi i niektórymi
47 związanymi problemami. Cząstkowe równania różniczkowe, zwykłe
48 równania różniczkowe i równania różnicowe są również mile widziane w
49 tym piśmie. FDE wspiera także publikowanie poważnych, obszernych i
50 autorytatywnych artykułów przeglądowych, których celem jest
51 informowanie czytelników o ostatnich postępach, a także tle
52 historycznym związanym z tymi tematami.
53
54 Style z tego pakietu są potrzebne do publikowania w tym piśmie.
55
56 %prep
57 %setup -q -c
58 unzip -n %{SOURCE1} -d examples
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
63
64 install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post
70 %texhash
71
72 %postun
73 %texhash
74
75 %files
76 %defattr(644,root,root,755)
77 %doc examples/*.tex
78 %dir %{_datadir}/texmf/tex/latex/%{short_name}
79 %{_datadir}/texmf/tex/latex/%{short_name}/*.sty
This page took 1.311939 seconds and 3 git commands to generate.