rpms/epiphany/devel epiphany.spec,1.176,1.177

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Feb 7 00:00:04 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/epiphany/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17335

Modified Files:
	epiphany.spec 
Log Message:
fix some cosmetic issues



Index: epiphany.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany/devel/epiphany.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- epiphany.spec	29 Jan 2008 19:01:38 -0000	1.176
+++ epiphany.spec	6 Feb 2008 23:59:26 -0000	1.177
@@ -8,7 +8,7 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
 Version: 2.21.90
-Release: 0.1.svn7856%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/
@@ -53,7 +53,7 @@
 Patch4: epiphany-xulrunner19.patch
 
 %description
-epiphany is a simple GNOME web browser based on the Mozilla rendering
+Epiphany is a simple GNOME web browser based on the Mozilla rendering
 engine.
 
 %package devel
@@ -73,11 +73,15 @@
 Requires: startup-notification-devel
 # We install a pc file
 Requires: pkgconfig
+# We install docs
+Requires: gtk-doc
+# We install python stuff
+Requires: pygtk2-devel
 # We install an automake macro
 Requires: automake
 
 %description devel
-epiphany is a web browser based on the Mozilla rendering engine.
+Epiphany is a web browser based on the Mozilla rendering engine.
 This package allows you to develop extensions that work within epiphany.
 
 Install epiphany-devel if you want to write extensions for epiphany.
@@ -112,9 +116,9 @@
 make %{?_smp_mflags}
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 %find_lang %{name} --with-gnome
@@ -176,7 +180,7 @@
 fi
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -208,7 +212,10 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
-* Tue Jan 29 2008 Matthias Clasen <mclasne at redhat.com> - 2.21.90-1
+* Wed Feb  6 2008 Matthias Clasen <mclasen at redhat.com> - 2.21.90-2
+- Fix some cosmetic packaging issues
+
+* Tue Jan 29 2008 Matthias Clasen <mclasen at redhat.com> - 2.21.90-1
 - Update to 2.21.90
 
 * Sat Jan 12 2008 Christopher Aillon <caillon at redhat.com> - 2.21.5-0.1.svn7856




More information about the fedora-extras-commits mailing list