]> git.pld-linux.org Git - packages/VisualOS.git/blob - VisualOS.spec
- massive attack s/pld.org.pl/pld-linux.org/
[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-gnome-devel
20 BuildRequires:  transfig
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23
24 %description
25 VisualOS is an "visual simulator of and operating system", that will
26 help study and understand the way a real sistem works.
27
28 It allows the user to insert processes in the running system,
29 assigning them properties (memory usage, processing bursts, IO
30 accesses) and VisualOS will dynamically show different graphical
31 representations of each subsystem. It is also posible to select the
32 algorithm to be used in each case.
33
34 %description -l pl
35 VisualOS jest "wizualnym symulatorem systemu operacyjnego", który
36 pomaga studiowaæ i zrozumieæ jak dzia³a prawdziwy system operacyjny.
37
38 Pozwala u¿ytkownikowi wstawiaæ procesy do uruchomionego systemu,
39 przypisywaæ im w³a¶ciwo¶ci(wykorzystanie pamiêci, procesora, IO) a
40 VisualOS bêdzie dynamicznie pokazywaæ reprezentacje ka¿dego
41 podsystemu. Mo¿na tak¿e wybraæ algorytm do wykorzystania w ka¿dym
42 przypadku.
43
44 %prep
45 %setup -q
46
47 %build
48 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
49 mv -f configure.in.tmp configure.in
50 rm -f missing
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__automake}
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc README TODO NEWS ChangeLog
72 %attr(755,root,root) %{_bindir}/*
73 %{_datadir}/%{name}
74 %{_mandir}/man?/*
This page took 0.068964 seconds and 3 git commands to generate.