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