]> git.pld-linux.org Git - packages/VisualOS.git/blob - VisualOS.spec
4f94db58048864ebc100edd753cde4c914c460a5
[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.5
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:  db0db4fe4251038fcfe0b2e7f5feefa4
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 %{__gettextize}
54 %{__aclocal} -I m4
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 #empty file!
77 #%%{_mandir}/man?/*
This page took 0.039693 seconds and 2 git commands to generate.