rpms/epiphany-extensions/devel .cvsignore, 1.13, 1.14 epiphany-extensions.spec, 1.15, 1.16 sources, 1.13, 1.14

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Jan 25 03:39:35 UTC 2007


Author: pgordon

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

Modified Files:
	.cvsignore epiphany-extensions.spec sources 
Log Message:
Update to 2.17.4; fix directory ownership and don't package .la files; make macro usage more consistent.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	2 Dec 2006 02:08:05 -0000	1.13
+++ .cvsignore	25 Jan 2007 03:39:05 -0000	1.14
@@ -1 +1 @@
-epiphany-extensions-2.17.0.tar.bz2
+epiphany-extensions-2.17.4.tar.bz2


Index: epiphany-extensions.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- epiphany-extensions.spec	2 Dec 2006 02:08:05 -0000	1.15
+++ epiphany-extensions.spec	25 Jan 2007 03:39:05 -0000	1.16
@@ -1,13 +1,13 @@
-%define ephy_major 2.17.0
+%define ephy_major 2.17
 
 Summary: Extensions for Epiphany, the GNOME web browser.
 Name: epiphany-extensions
-Version: 2.17.0
+Version: %{ephy_major}.4
 Release: 1
 License: GPL
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/extensions
-Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.17/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/%{ephy_major}/%{name}-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: epiphany-devel >= %{ephy_major}
@@ -29,28 +29,38 @@
 %{__make} %{?_smp_mflags}
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT %{name} --all-name
+%{__rm} -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+%{find_lang} "%{name}-%{ephy_major}"
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %post
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
 
 %postun
-scrollkeeper-update -q || :
+scrollkeeper-update -q ||:
 
-%files -f %{name}.lang
+%files -f %{name}-%{ephy_major}.lang
 %defattr(-,root,root,-)
 %doc ChangeLog README NEWS
 %{_datadir}/epiphany-extensions
 %{_datadir}/gnome/help/%{name}
 %{_datadir}/omf/%{name}
-%{_libdir}/epiphany
+%exclude %{_libdir}/epiphany/%{ephy_major}/extensions/*.la
+%{_libdir}/epiphany/%{ephy_major}/extensions/
 
 %changelog
+* Wed Jan 24 2007 Peter Gordon <peter at thecodergeek.com> - 2.17.4-1
+- Update to new upstream release (2.17.4)
+- Use %%find_lang instead of a hardcoded call to 'find_lang.sh --all-name'
+- A couple of fixes from Brian Pepple:
+  (1) Own only the extensions subdirectory in %%_libdir/epiphany, not the
+  toplevel epiphany directory (which is owned by epiphany).
+  (2) Don't package libtool archive (*.la) files.
+- Make macro usage a bit more consistent.
+
 * Fri Dec 01 2006 Peter Gordon <peter at thecodergeek.com> - 2.17.0-1
 - Update to new upstream release (2.17.0), for new Epiphany 2.17/2.18 in Devel. 
 - Fix BuildRoot to be in compliance with Fedora Extras packaging policy  


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	2 Dec 2006 02:08:05 -0000	1.13
+++ sources	25 Jan 2007 03:39:05 -0000	1.14
@@ -1 +1 @@
-76083e5d0f27da9bf6d42ccc0679236e  epiphany-extensions-2.17.0.tar.bz2
+13f610c22ca701eb1fd34c17d9f81895  epiphany-extensions-2.17.4.tar.bz2




More information about the scm-commits mailing list