]> git.pld-linux.org Git - packages/fet.git/blob - fet.spec
5ecc57dcc9271ce4738a97d2701c716c16018cac
[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:  libstdc++-devel
12 BuildRequires:  Qt3Support-devel
13 BuildRequires:  QtCore-devel
14 BuildRequires:  QtGui-devel
15 BuildRequires:  qt4-build
16 BuildRequires:  qt4-qmake
17 BuildRequires:  QtXml-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 FET is open source free software for automatically scheduling the
22 timetable of a school, high-school or university. It uses a fast and
23 efficient timetabling algorithm.
24
25 %description -l hu.UTF-8
26 FET egy nílt forrású szoftver, amely általános iskolák,
27 középiskolák, egyetemek órarendjét (időbeosztását) készíti
28 el. Egy gyors és hatékony algoritmust használ.
29
30 %prep
31 %setup -q
32
33 %build
34 qmake-qt4 fet.pro
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 # rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_bindir}/
41 install -v fet $RPM_BUILD_ROOT%{_bindir}/
42 install -d $RPM_BUILD_ROOT%{_mandir}/man1
43 install -v doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1/
44 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{sample_inputs,translations}
45 install -v sample_inputs/* $RPM_BUILD_ROOT%{_datadir}/%{name}/sample_inputs/
46 install -v translations/* $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog CONTRIBUTORS GUESTBOOK LINKS README REFERENCES SPONSORS THANKS TODO TRANSLATORS doc/*/*
53 %attr(755,root,root) %{_bindir}/%{name}
54 %{_mandir}/man1/fet*
55 %{_datadir}/%{name}
This page took 0.1014 seconds and 2 git commands to generate.