From ec5a742f3798b7d3e17e9f51aa4a7ca86de8bf6d Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Sep 17 2008 07:04:30 +0000 Subject: - Initial spec file --- diff --git a/.cvsignore b/.cvsignore index e69de29..388aaf7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +arora-0.3.tar.gz diff --git a/arora.spec b/arora.spec new file mode 100644 index 0000000..bf1a2d3 --- /dev/null +++ b/arora.spec @@ -0,0 +1,62 @@ +Name: arora +Version: 0.3 +Release: 1%{?dist} +Summary: A cross platform web browser + +Group: Applications/Internet +License: GPLv2+ +URL: http://code.google.com/p/arora/ +Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: desktop-file-utils +%if 0%{?fedora} > 8 +BuildRequires: qt-devel >= 4.4.0 +%else +BuildRequires: qt4-devel >= 4.4.0 +%endif + + +%description +Arora is a simple, cross platform web browser based on the QtWebKit engine. +Currently, Arora is still under development, but it already has support for +browsing and other common features such as web history and bookmarks. + + +%prep +%setup -q + +%build +qmake-qt4 PREFIX=%{_prefix} +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make INSTALL_ROOT=$RPM_BUILD_ROOT install + +desktop-file-install --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications\ + --delete-original\ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS README ChangeLog +%doc LICENSE.GPL2 LICENSE.GPL3 +%{_bindir}/arora +%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/icons/hicolor/128x128/apps/arora.png +%{_datadir}/icons/hicolor/16x16/apps/arora.png +%{_datadir}/icons/hicolor/32x32/apps/arora.png +%{_datadir}/icons/hicolor/scalable/apps/arora.svg +%{_datadir}/arora/locale/* +%{_datadir}/pixmaps/arora.xpm +%{_datadir}/man/man1/arora.1.gz + +%changelog +* Wed Aug 13 2008 Jaroslav Reznik - 0.3-1 +- Initial spec file \ No newline at end of file diff --git a/import.log b/import.log new file mode 100644 index 0000000..8ba878f --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +arora-0_3-1_fc9:HEAD:arora-0.3-1.fc9.src.rpm:1221634943 diff --git a/sources b/sources index e69de29..e8beb14 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6da3c659f99775cee38b38b1ca85e173 arora-0.3.tar.gz