rpms/midori/F-9 midori.spec,1.6,1.7

Peter Gordon pgordon at fedoraproject.org
Mon Feb 16 22:45:51 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/midori/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv570/F-9

Modified Files:
	midori.spec 
Log Message:
Update to 0.1.2


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-9/midori.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- midori.spec	10 Sep 2008 02:05:55 -0000	1.6
+++ midori.spec	16 Feb 2009 22:45:21 -0000	1.7
@@ -1,5 +1,5 @@
 Name:		midori
-Version:	0.0.21
+Version:	0.1.2
 Release:	1%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
@@ -17,11 +17,17 @@
 BuildRequires:	intltool
 BuildRequires:	libsexy-devel
 BuildRequires:	librsvg2
+BuildRequires:	libsoup-devel
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel
 BuildRequires:	perl(XML::Parser)
+BuildRequires:	python-docutils
+BuildRequires:	sqlite-devel
 BuildRequires:	unique-devel
-BuildRequires:	waf
+## We're now using the in-tarball waf for building on Fedora 9/10, since it
+## requires waf >= 1.5, which only Rawhide/F11 will have for the forseeable
+## future, according to Kevin Fenzi.
+#BuildRequires:	waf
 BuildRequires:	WebKit-gtk-devel
 
 %description
@@ -41,19 +47,20 @@
 
 %prep
 %setup -q
-## Use the system-provided waf, instead of the in-tarball copy.
-rm -rf waf
 
 
 %build
 export CFLAGS="%{optflags}"
-waf --prefix=%{_usr} configure
-waf %{?_smp_mflags} build
+./waf	--prefix=%{_usr}			\
+	--docdir=%{_docdir}/%{name}-%{version}	\
+	--libdir=%{_libdir}			\
+	configure
+./waf %{?_smp_mflags} build
 
 
 %install
 rm -rf %{buildroot}
-waf --destdir=%{buildroot} install
+./waf --destdir=%{buildroot} install
 %find_lang %{name}
 desktop-file-install					\
 	--vendor fedora					\
@@ -82,15 +89,28 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc %{_docdir}/%{name}-%{version}/
 %{_bindir}/midori
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/*/*/apps/%{name}.*
 %{_datadir}/icons/*/*/categories/extension.*
 %{_datadir}/icons/*/*/status/news-feed.*
+%{_datadir}/%{name}/
+%{_libdir}/%{name}/
 
 
 %changelog
+* Mon Feb 16 2009 Peter Gordon <peter at thecodergeek.com> - 0.1.2-1
+- Update to new upstream release (0.1.2): support for bookmarklets
+  ("javascript:foo" URLs and bookmarks), better persistent cookie support,
+  preference changes saved dynamically. Lots of startup fixes for speed
+  issues, too. :)
+  Enhancments from 0.1.1: error pages, basic documentation, panel history
+  support, icon caching, libsoup integration, support for WebKit's Inspector
+  functionality, and the beginnings of support for runtime extensions (in C).
+- Use the in-tarball waf, since F9/F10 don't have waf 1.5.x, which is needed
+  for properly building Midori.
+
 * Tue Sep 09 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.21-1
 - Update to new upstream release (0.0.21): contains updated translations,
   fixes for GVFS-->GIO regressions, and various aesthetic enhancements.




More information about the fedora-extras-commits mailing list