SPECS: esofokles.spec (NEW) - init - NFY - todo: en summary and de...
spider
spider at pld-linux.org
Sat Aug 12 23:37:16 CEST 2006
Author: spider Date: Sat Aug 12 21:37:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
- NFY
- todo: en summary and desc, BR and R, source
---- Files affected:
SPECS:
esofokles.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/esofokles.spec
diff -u /dev/null SPECS/esofokles.spec:1.1
--- /dev/null Sat Aug 12 23:37:16 2006
+++ SPECS/esofokles.spec Sat Aug 12 23:37:10 2006
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+Summary: e-Sofokles
+Summary(pl): e-Sofokles to polski program dla szkół. Pozwala na zarządzanie listą klas, uczniów i ich danymi.
+Name: esofokles
+Version: 0.90.2
+Release: 0.1
+License: GPL-v2
+Group: Applications
+Source0: %{name}-%{version}.tar.gz
+URL: http://www.esofokles.ab-com.pl/
+#BuildRequires: mono
+#Requires: mono
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+e-Sofokles
+
+%description -l pl
+e-Sofokles to polski program dla szkół. Pozwala na zarządzanie listą
+klas, uczniów i ich danymi personalnymi, ocenami, uwagami. Umożliwia
+także tworzenie raportów dla rodziców. Aplikacja jest
+wieloplatformowa, co oznacza, że możemy ją uruchomić w różnych
+systemach operacyjnych, m. in. w Windowsie i Linuksie. Obsługa
+programu jest prosta - ma łatwy w obsłudze graficzny interfejs
+użytkownika. Ponadto aplikacja posiada interfejs sieciowy dla
+rodziców, który umożliwia przeglądanie ocen, uwag i frekwencji
+uczniów.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%dir %{_prefix}/lib/esofokles
+%{_prefix}/lib/esofokles/MySql.Data.dll
+%{_prefix}/lib/esofokles/esofokles.exe
+%{_desktopdir}/esofokles.desktop
+%{_pixmapsdir}/esofokles.ico
+%{_pixmapsdir}/esofokles.png
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/08/12 21:37:10 spider
+- init
+- NFY
+- todo: en summary and desc, BR and R, source
+
================================================================
More information about the pld-cvs-commit
mailing list