rpms/midori/F-8 midori.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Fri Mar 7 21:35:22 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/midori/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14380

Modified Files:
	.cvsignore sources 
Added Files:
	midori.spec 
Log Message:
Initial import (#435661)


--- NEW FILE midori.spec ---
## Dependency: WebKit SVN 29723+
## This is the EVR for its sufficient Fedora package.
%global	webkit_min_version	1.0.0-0.6.svn30667

Name:		midori
Version:	0.0.17
Release:	2%{?dist}
Summary:	A lightweight GTK+ web browser 

Group:		Applications/Internet
License:	LGPLv2.1+
URL:		http://software.twotoasts.de/?page=midori

Source0:	http://software.twotoasts.de/media/%{name}/%{name}-%{version}.tar.gz

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	WebKit-gtk-devel >= %{webkit_min_version}  
BuildRequires:	libsexy-devel
BuildRequires:	libxml2-devel
BuildRequires:	desktop-file-utils

Requires:	WebKit-gtk >= %{webkit_min_version}

%description
Midori is a lightweight web browser, and has many features expected of a
modern browser, including:
* Full integration with GTK+2.
* Fast rendering with WebKit.
* Tabs, windows and session management.
* Bookmarks are stored with XBEL.
* Searchbox based on OpenSearch.
* Custom context menu actions.
* User scripts and user styles support.
* Extensible via Lua scripts.

The project is currently in an early alpha state. The features are still being
implemented, and some are still quite incomplete.

%prep
%setup -q
chmod a-x src/main.c


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
desktop-file-install					\
	--vendor fedora					\
	--delete-original				\
	--dir %{buildroot}%{_datadir}/applications	\
	%{buildroot}%{_datadir}/applications/%{name}.desktop


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/midori
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Mon Mar 03 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.17-2
- Cleanups from review (bug 435661):
  (1) Fix consistency of tabs/spaces usage.
  (2) Fix source permissions.
  (3) Add desktop-file-utils build dependency.

* Sun Mar 02 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.17-1
- Initial packaging for Fedora.

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Mar 2008 18:04:02 -0000	1.1
+++ .cvsignore	7 Mar 2008 21:34:48 -0000	1.2
@@ -0,0 +1 @@
+midori-0.0.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Mar 2008 18:04:02 -0000	1.1
+++ sources	7 Mar 2008 21:34:48 -0000	1.2
@@ -0,0 +1 @@
+58d1b7ed282540030eb1b5803b760865  midori-0.0.17.tar.gz




More information about the fedora-extras-commits mailing list