SPECS: fet.spec (NEW) - initial (thx to Zsolt Udvari /udvzsolt monkey gmail...

sls sls at pld-linux.org
Wed Jul 30 19:23:01 CEST 2008


Author: sls                          Date: Wed Jul 30 17:23:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial (thx to Zsolt Udvari /udvzsolt monkey gmail dot com/)

---- Files affected:
SPECS:
   fet.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fet.spec
diff -u /dev/null SPECS/fet.spec:1.1
--- /dev/null	Wed Jul 30 19:23:01 2008
+++ SPECS/fet.spec	Wed Jul 30 19:22:55 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+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}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/07/30 17:22:55  sls
+- initial (thx to Zsolt Udvari /udvzsolt monkey gmail dot com/)
+
================================================================


More information about the pld-cvs-commit mailing list