rpms/midori/F-13 .cvsignore, 1.17, 1.18 midori.spec, 1.33, 1.34 sources, 1.17, 1.18

Adam Miller maxamillion at fedoraproject.org
Sat Feb 20 22:05:34 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/midori/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25689

Modified Files:
	.cvsignore midori.spec sources 
Log Message:
update to 0.2.3




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/midori/F-13/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	16 Dec 2009 19:32:18 -0000	1.17
+++ .cvsignore	20 Feb 2010 22:05:34 -0000	1.18
@@ -1 +1 @@
-midori-0.2.2.tar.bz2
+midori-0.2.3.tar.bz2


Index: midori.spec
===================================================================
RCS file: /cvs/extras/rpms/midori/F-13/midori.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- midori.spec	29 Jan 2010 22:45:18 -0000	1.33
+++ midori.spec	20 Feb 2010 22:05:34 -0000	1.34
@@ -1,13 +1,13 @@
 Name:		midori
-Version:	0.2.2
-Release:	2%{?dist}
+Version:	0.2.3
+Release:	1%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
 Group:		Applications/Internet
 License:	LGPLv2+
 URL:		http://software.twotoasts.de/?page=midori
 
-Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Source0:	http://archive.xfce.org/src/apps/%{name}/0.2/%{name}-%{version}.tar.bz2
 
 ## Fedora-specific: Set the default homepage to start.fedoraproject.org
 ## instead of Google.
@@ -50,22 +50,26 @@ implemented, and some are still quite in
 %prep
 %setup -q
 ## Use the system-provided waf, instead of the in-tarball copy.
-rm -rf waf
+#rm -rf waf
 %patch0 -b .fedora-homepage 
 
 
 %build
 export CFLAGS="%{optflags}"
-waf	--prefix=%{_usr}			\
+## Currently does not build against Fedora waf
+#waf	--prefix=%{_usr}			\
+./waf	--prefix=%{_usr}			\
 	--docdir=%{_docdir}/%{name}-%{version}	\
 	--libdir=%{_libdir}			\
 	configure
-waf %{?_smp_mflags} build
-
+#waf %{?_smp_mflags} build
+./waf %{?_smp_mflags} build
 
+ 
 %install
 rm -rf %{buildroot}
-waf --destdir=%{buildroot} install
+#waf --destdir=%{buildroot} install
+./waf --destdir=%{buildroot} install
 %find_lang %{name}
 desktop-file-install					\
 	--vendor fedora					\
@@ -103,11 +107,13 @@ fi
 %{_datadir}/%{name}/
 %{_libdir}/%{name}/
 %{_sysconfdir}/xdg/%{name}/
-%config(noreplace) %{_sysconfdir}/%{name}/extensions/*/config
-%{_sysconfdir}/%{name}/
+#%config(noreplace) %{_sysconfdir}/%{name}/extensions/*/config
+#%{_sysconfdir}/%{name}/
 
 
 %changelog
+* Sat Feb 20 2010 Adam Miller <maxamillion at fedoraproject.org> - 0.2.3-1
+- Update to 0.2.3 - spec patch by Kevin Fenzi <kevin at tummy.com>
 * Fri Jan 29 2010 Peter Gordon <peter at thecodergeek.com> - 0.2.2-2
 - Apply patch to set the Fedora-specific default homepage
   (start.fedoraproject.org), for consistency with other browser packages such


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/midori/F-13/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	16 Dec 2009 19:32:18 -0000	1.17
+++ sources	20 Feb 2010 22:05:34 -0000	1.18
@@ -1 +1 @@
-14f81a7a10f80a173da1b5e88713400b  midori-0.2.2.tar.bz2
+7289b170ab14925c2dc889f57a0b6a70  midori-0.2.3.tar.bz2



More information about the scm-commits mailing list