SPECS: arora.spec - fixed installation - rel 1
shadzik
shadzik at pld-linux.org
Wed May 28 22:38:32 CEST 2008
Author: shadzik Date: Wed May 28 20:38:32 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed installation
- rel 1
---- Files affected:
SPECS:
arora.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/arora.spec
diff -u SPECS/arora.spec:1.3 SPECS/arora.spec:1.4
--- SPECS/arora.spec:1.3 Wed May 28 22:32:18 2008
+++ SPECS/arora.spec Wed May 28 22:38:27 2008
@@ -3,7 +3,7 @@
Summary: A simple cross platform web browser
Name: arora
Version: 0.2
-Release: 0.1
+Release: 1
License: GPL v2
Group: X11/Applications/Networking
Source0: %{name}-20080528.tar.bz2
@@ -27,8 +27,7 @@
%setup -q -n %{name}
%build
-export QTDIR=/usr
-qmake-qt4
+qmake-qt4 PREFIX=%{_prefix}
%{__make}
%install
@@ -42,6 +41,16 @@
%files
%defattr(644,root,root,755)
%doc README ChangeLog
+%attr(755,root,root) %{_bindir}/arora
+%{_desktopdir}/arora.desktop
+%dir %{_datadir}/arora
+%lang(cs_CZ) %{_datadir}/arora/locale/cs_CZ.qm
+%lang(de) %{_datadir}/arora/locale/de.qm
+%lang(en) %{_datadir}/arora/locale/en.qm
+%lang(es) %{_datadir}/arora/locale/es.qm
+%lang(fr) %{_datadir}/arora/locale/fr.qm
+%lang(pl) %{_datadir}/arora/locale/pl.qm
+%lang(ru) %{_datadir}/arora/locale/ru.qm
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -49,6 +58,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008-05-28 20:38:27 shadzik
+- fixed installation
+- rel 1
+
Revision 1.3 2008-05-28 20:32:18 shadzik
- define INSTALL_ROOT - NFY
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/arora.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list