]> git.pld-linux.org Git - packages/VisualOS.git/blob - VisualOS.spec
- finished.
[packages/VisualOS.git] / VisualOS.spec
1 #
2 # TODO:
3 # - add desktop and png icon for VisualOS
4 #
5 Summary:        visual simulator of and operating system
6 Summary(pl):    wizualny symulator systemu operacyjnego
7 Name:           VisualOS
8 Version:        1.0.4
9 Release:        1
10 License:        GPL
11 Group:          Applications/Emulators
12 Source0:        http://unc.dl.sourceforge.net/sourceforge/visualos/%{name}-%{version}.tar.gz
13 URL:            http://visualos.sourceforge.net/
14 BuildRequires:  automake
15 BuildRequires:  autoconf
16 BuildRequires:  libtool
17 BuildRequires:  gnome-libs-devel
18 BuildRequires:  gettext-devel
19 BuildRequires:  libglade-devel
20 BuildRequires:  transfig
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25
26 %description
27 VisualOS is an "visual simulator of and operating system", that will
28 help study and understand the way a real sistem works.
29
30 It allows the user to insert processes in the running system,
31 assigning them properties (memory usage, processing bursts, IO
32 accesses) and VisualOS will dynamically show different graphical
33 representations of each subsystem. It is also posible to select the
34 algorithm to be used in each case.
35
36 %description -l pl
37 VisualOS jest "wizualnym symulatorem systemu operacyjnego", który
38 pomaga studiowaæ i zrozumieæ jak dzia³a prawdziwy system operacyjny.
39
40 Pozwala u¿ytkownikowi wstawiac procesy do uruchomionego systemu,
41 przypisywaæ im w³a¶ciwo¶ci(wykorzystanie pamiêci, procesora, IO) a
42 VisualOS bêdzie dynamicznie pokazywaæ reprezentacje ka¿dego
43 podsystemu. Mo¿na tak¿e wybraæ algorytm do wykorzystania w ka¿dym
44 przypadku.
45
46 %prep
47 %setup -q
48
49 %build
50 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
51 mv -f configure.in.tmp configure.in
52 rm -f missing
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__automake}
57 %configure
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %find_lang %{name}
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc README TODO NEWS ChangeLog
74 %attr(755,root,root) %{_bindir}/*
75 %{_datadir}/%{name}
76 %{_mandir}/man?/*
This page took 0.053952 seconds and 3 git commands to generate.