]> git.pld-linux.org Git - packages/esofokles.git/blob - esofokles.spec
- updated gettext BR
[packages/esofokles.git] / esofokles.spec
1 # TODO - BuildRequires/Requires
2 #
3 Summary:        e-Sofokles - Polish application to manage school divisions and students
4 Summary(pl.UTF-8):      e-Sofokles - polski program dla szkół do zarządzania listą klas, uczniów i ich danymi
5 Name:           esofokles
6 Version:        1.0
7 Release:        1
8 License:        GPL-v2
9 Group:          Applications
10 Source0:        http://www.esofokles.ab-com.pl/download/sources/%{name}-%{version}.tar.gz
11 # Source0-md5:  7624dbaa0cc15dcdb8edf996f8665a3a
12 URL:            http://www.esofokles.ab-com.pl/
13 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.5.91-2
14 BuildRequires:  gettext-tools
15 BuildRequires:  mono-csharp >= 1.1.9
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 e-Sofokles is a Polish application for schools. It's designed to
20 manage schoold division and student lists and their personal data,
21 marks and notes. It allows to generate reports for parents. The
22 application is multi-platform - it can work in different operating
23 systems, including Windows and Linux. It's easy to use with nice GUI.
24 The application includes network interface for parents, which allows
25 browsing students' marks, notes and attendance.
26
27 %description -l pl.UTF-8
28 e-Sofokles to polski program dla szkół. Pozwala na zarządzanie listą
29 klas, uczniów i ich danymi personalnymi, ocenami, uwagami. Umożliwia
30 także tworzenie raportów dla rodziców. Aplikacja jest
31 wieloplatformowa, co oznacza, że można ją uruchomić pod kontrolą
32 różnych systemów operacyjnych, m.in. Windows i Linuksa. Obsługa
33 programu jest prosta - ma łatwy w obsłudze graficzny interfejs
34 użytkownika. Ponadto aplikacja posiada interfejs sieciowy dla
35 rodziców, który umożliwia przeglądanie ocen, uwag i frekwencji
36 uczniów.
37
38 %prep
39 %setup -q
40
41 %build
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README
58 %attr(755,root,root) %{_bindir}/*
59 %dir %{_libdir}/esofokles
60 %{_libdir}/esofokles/MySql.Data.dll
61 %{_libdir}/esofokles/esofokles.exe
62 %{_desktopdir}/esofokles.desktop
63 %{_pixmapsdir}/esofokles.ico
64 %{_pixmapsdir}/esofokles.png
This page took 0.370166 seconds and 3 git commands to generate.