]> git.pld-linux.org Git - packages/fet.git/blame - fet.spec
- removed BR: libstdc++-devel (required by QtCore-devel)
[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/
8380c349
SS
11BuildRequires: Qt3Support-devel
12BuildRequires: QtCore-devel
13BuildRequires: QtGui-devel
14BuildRequires: qt4-build
15BuildRequires: qt4-qmake
16BuildRequires: QtXml-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20FET is open source free software for automatically scheduling the
21timetable of a school, high-school or university. It uses a fast and
22efficient timetabling algorithm.
23
24%description -l hu.UTF-8
25FET egy nílt forrású szoftver, amely általános iskolák,
26középiskolák, egyetemek órarendjét (időbeosztását) készíti
27el. Egy gyors és hatékony algoritmust használ.
28
29%prep
30%setup -q
31
32%build
33qmake-qt4 fet.pro
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
694d1073
SS
38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/%{name}/translations}
39
40install fet $RPM_BUILD_ROOT%{_bindir}
41install doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1
42install translations/* $RPM_BUILD_ROOT%{_datadir}/%{name}/translations
43%{__cp} -a sample_inputs $RPM_BUILD_ROOT%{_datadir}/%{name}
44
8380c349
SS
45%clean
46rm -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.06302 seconds and 4 git commands to generate.