]> git.pld-linux.org Git - packages/fet.git/blob - fet.spec
b1d304265b5a18f782045eea2967eba896913e70
[packages/fet.git] / fet.spec
1 Summary:        FET is open source free software for automatically scheduling the timetable
2 Summary(hu.UTF-8):      FET egy nyílt forrású órarend-készítő program
3 Name:           fet
4 Version:        5.6.0
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
9 # Source0-md5:  00a416ed0d4b7613120c2737221d0ee5
10 URL:            http://www.lalescu.ro/liviu/fet/
11 BuildRequires:  Qt3Support-devel
12 BuildRequires:  QtCore-devel
13 BuildRequires:  QtGui-devel
14 BuildRequires:  qt4-build
15 BuildRequires:  qt4-qmake
16 BuildRequires:  QtXml-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 FET is open source free software for automatically scheduling the
21 timetable of a school, high-school or university. It uses a fast and
22 efficient timetabling algorithm.
23
24 %description -l hu.UTF-8
25 FET egy nílt forrású szoftver, amely általános iskolák,
26 középiskolák, egyetemek órarendjét (időbeosztását) készíti
27 el. Egy gyors és hatékony algoritmust használ.
28
29 %prep
30 %setup -q
31
32 %build
33 qmake-qt4 fet.pro
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/%{name}/translations}
39
40 install fet $RPM_BUILD_ROOT%{_bindir}
41 install doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1
42 install translations/* $RPM_BUILD_ROOT%{_datadir}/%{name}/translations
43 %{__cp} -a sample_inputs $RPM_BUILD_ROOT%{_datadir}/%{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog CONTRIBUTORS GUESTBOOK LINKS README REFERENCES SPONSORS THANKS TODO TRANSLATORS doc/*/*
51 %attr(755,root,root) %{_bindir}/%{name}
52 %{_mandir}/man1/fet*
53 %{_datadir}/%{name}
This page took 0.037922 seconds and 2 git commands to generate.