]> git.pld-linux.org Git - packages/fet.git/commitdiff
- initial (thx to Zsolt Udvari /udvzsolt monkey gmail dot com/)
authorSzymon Siwek <sls@pld-linux.org>
Wed, 30 Jul 2008 17:22:55 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fet.spec -> 1.1

fet.spec [new file with mode: 0644]

diff --git a/fet.spec b/fet.spec
new file mode 100644 (file)
index 0000000..5ecc57d
--- /dev/null
+++ b/fet.spec
@@ -0,0 +1,55 @@
+Summary:       FET is open source free software for automatically scheduling the timetable
+Summary(hu.UTF-8):     FET egy nyílt forrású órarend-készítő program
+Name:          fet
+Version:       5.6.0
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
+# Source0-md5: 00a416ed0d4b7613120c2737221d0ee5
+URL:           http://www.lalescu.ro/liviu/fet/
+BuildRequires: libstdc++-devel
+BuildRequires: Qt3Support-devel
+BuildRequires: QtCore-devel
+BuildRequires: QtGui-devel
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: QtXml-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FET is open source free software for automatically scheduling the
+timetable of a school, high-school or university. It uses a fast and
+efficient timetabling algorithm.
+
+%description -l hu.UTF-8
+FET egy nílt forrású szoftver, amely általános iskolák,
+középiskolák, egyetemek órarendjét (időbeosztását) készíti
+el. Egy gyors és hatékony algoritmust használ.
+
+%prep
+%setup -q
+
+%build
+qmake-qt4 fet.pro
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}/
+install -v fet $RPM_BUILD_ROOT%{_bindir}/
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -v doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{sample_inputs,translations}
+install -v sample_inputs/* $RPM_BUILD_ROOT%{_datadir}/%{name}/sample_inputs/
+install -v translations/* $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog CONTRIBUTORS GUESTBOOK LINKS README REFERENCES SPONSORS THANKS TODO TRANSLATORS doc/*/*
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/fet*
+%{_datadir}/%{name}
This page took 0.080404 seconds and 4 git commands to generate.