Author: uzsolt Date: Mon Dec 1 19:04:36 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 5.7.5 - examples subpackage, removed 'sample_inputs' TODO
---- Files affected: SPECS: fet.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/fet.spec diff -u SPECS/fet.spec:1.16 SPECS/fet.spec:1.17 --- SPECS/fet.spec:1.16 Mon Nov 24 20:11:52 2008 +++ SPECS/fet.spec Mon Dec 1 20:04:31 2008 @@ -2,19 +2,17 @@ # TODO: # - optflags # - fet doesn't respect locale settings -# - mv sample_inputs files to proper place (maybe /usr/src/examples -# or _docdir) # 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 Summary(pl.UTF-8): Narzędzie do automatycznego układania planów dla szkół i uczelni Name: fet -Version: 5.7.4 +Version: 5.7.5 Release: 1 License: GPL v2 Group: X11/Applications Source0: http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2 -# Source0-md5: 24d5e51d4606d24da4cd24a78429e6b1 +# Source0-md5: 7d815e3ba40f2eb503a5c82a06179dca URL: http://www.lalescu.ro/liviu/fet BuildRequires: Qt3Support-devel BuildRequires: QtCore-devel @@ -40,6 +38,18 @@ automatycznego układania planów zajęć szkół i uczelni. Program ten używa szybkiego i efektywnego algorytmu układającego harmonogramy. +%package examples +Summary: Sample inputs to FET +Summary(hu.UTF-8): Példafájlok FET-hez +Group: X11/Applications + +%description examples +Sample input files to FET from all the world. + +%description examples -l hu.UTF-8 +Példafájlok FET-hez a világ minden tájáról. + + %prep %setup -q @@ -54,7 +64,8 @@ install fet $RPM_BUILD_ROOT%{_bindir} install doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1 install translations/fet_*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/translations -%{__cp} -a sample_inputs $RPM_BUILD_ROOT%{_datadir}/%{name} +install -d $RPM_BUILD_ROOT%{_docdir} +%{__cp} -a sample_inputs $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/fet_untranslated.qm @@ -67,7 +78,6 @@ %attr(755,root,root) %{_bindir}/%{name} %{_mandir}/man1/fet.1* %dir %{_datadir}/%{name} -%{_datadir}/%{name}/sample_inputs %dir %{_datadir}/%{name}/translations %lang(ar) %{_datadir}/%{name}/translations/fet_ar.qm %lang(ca) %{_datadir}/%{name}/translations/fet_ca.qm @@ -85,12 +95,20 @@ %lang(ro) %{_datadir}/%{name}/translations/fet_ro.qm %lang(tr) %{_datadir}/%{name}/translations/fet_tr.qm +%files examples +%defattr(644,root,root,755) +%{_examplesdir}/%{name}-%{version}/sample_inputs + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2008/12/01 19:04:31 uzsolt +- up to 5.7.5 +- examples subpackage, removed 'sample_inputs' TODO + Revision 1.16 2008/11/24 19:11:52 uzsolt - up to 5.7.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fet.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
