]> git.pld-linux.org Git - packages/fet.git/blame - fet.spec
- initial (thx to Zsolt Udvari /udvzsolt monkey gmail dot com/)
[packages/fet.git] / fet.spec
CommitLineData
8380c349
SS
1Summary: FET is open source free software for automatically scheduling the timetable
2Summary(hu.UTF-8): FET egy nyílt forrású órarend-készítő program
3Name: fet
4Version: 5.6.0
5Release: 0.1
6License: GPL v2
7Group: X11/Applications
8Source0: http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
9# Source0-md5: 00a416ed0d4b7613120c2737221d0ee5
10URL: http://www.lalescu.ro/liviu/fet/
11BuildRequires: libstdc++-devel
12BuildRequires: Qt3Support-devel
13BuildRequires: QtCore-devel
14BuildRequires: QtGui-devel
15BuildRequires: qt4-build
16BuildRequires: qt4-qmake
17BuildRequires: QtXml-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21FET is open source free software for automatically scheduling the
22timetable of a school, high-school or university. It uses a fast and
23efficient timetabling algorithm.
24
25%description -l hu.UTF-8
26FET egy nílt forrású szoftver, amely általános iskolák,
27középiskolák, egyetemek órarendjét (időbeosztását) készíti
28el. Egy gyors és hatékony algoritmust használ.
29
30%prep
31%setup -q
32
33%build
34qmake-qt4 fet.pro
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39# rm -rf $RPM_BUILD_ROOT
40install -d $RPM_BUILD_ROOT%{_bindir}/
41install -v fet $RPM_BUILD_ROOT%{_bindir}/
42install -d $RPM_BUILD_ROOT%{_mandir}/man1
43install -v doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1/
44install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{sample_inputs,translations}
45install -v sample_inputs/* $RPM_BUILD_ROOT%{_datadir}/%{name}/sample_inputs/
46install -v translations/* $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/
47%clean
48rm -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.067164 seconds and 4 git commands to generate.