Author: uzsolt Date: Wed Aug 25 07:45:30 2010 GMT Module: packages Tag: HEAD ---- Log message: - fet.png - comment the install section - rel 3
---- Files affected: packages/fet: fet.spec (1.54 -> 1.55) ---- Diffs: ================================================================ Index: packages/fet/fet.spec diff -u packages/fet/fet.spec:1.54 packages/fet/fet.spec:1.55 --- packages/fet/fet.spec:1.54 Tue Aug 17 16:42:03 2010 +++ packages/fet/fet.spec Wed Aug 25 09:45:25 2010 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Narzędzie do automatycznego układania planów dla szkół i uczelni Name: fet Version: 5.14.1 -Release: 2 +Release: 3 License: GPL v2 Group: X11/Applications Source0: http://www.lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2 @@ -19,6 +19,7 @@ Source3: http://www.lalescu.ro/liviu/fet/doc/en/tips.html # Source3-md5: d2a0a061f224d3c7ab96f7a3257a3b35 Source4: %{name}.desktop +Source5: %{name}.png URL: http://www.lalescu.ro/liviu/fet BuildRequires: Qt3Support-devel BuildRequires: QtCore-devel @@ -309,12 +310,24 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/%{name}/translations} install fet $RPM_BUILD_ROOT%{_bindir} + +# install manual install doc/fet.1 $RPM_BUILD_ROOT%{_mandir}/man1 + +# install translations install translations/fet_*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/translations + +# install examples install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +%{__cp} -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + +# install fet.desktop install -d $RPM_BUILD_ROOT%{_desktopdir} install %{SOURCE4} $RPM_BUILD_ROOT%{_desktopdir} -%{__cp} -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + +# install fet.png +install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps +install %{SOURCE5} $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/translations/fet_untranslated.qm @@ -328,6 +341,7 @@ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/translations %{_desktopdir}/%{name}.desktop +%{_iconsdir}/hicolor/32x32/apps/%{name}.png %{_mandir}/man1/fet.1* %files examples @@ -437,6 +451,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55 2010/08/25 07:45:25 uzsolt +- fet.png +- comment the install section +- rel 3 + Revision 1.54 2010/08/17 14:42:03 uzsolt - desktop file - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fet/fet.spec?r1=1.54&r2=1.55&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
