Accepting request 86322 from GNOME:Factory
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 85998 from coolo) OBS-URL: https://build.opensuse.org/request/show/86322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=80
This commit is contained in:
commit
f6d7212259
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79315f766262b7493fe84794dc6329823e45af375d11119e2839ab0b5bd575b1
|
||||
size 5913553
|
3
epiphany-3.2.0.tar.bz2
Normal file
3
epiphany-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3cf8ed93670297d93e3ff7aa5ccff5ec86b0f75f7a682c0468be56aaca8a865
|
||||
size 5913656
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 20:07:59 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add libtool as buildrequire to make the spec file more reliable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 14:39:28 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 11:09:08 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.92:
|
||||
+ Disable irrelevant actions in web app mode (bgo#657624)
|
||||
+ Disable session resume in web app mode (bgo#658739)
|
||||
+ Normalize web app profile directory and desktop file names
|
||||
(bgo#658010)
|
||||
+ Remove G_DIRECTORY_SEPARATOR from web app names (bgo#658028)
|
||||
+ Other fixes and cleanups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant/obsolete tags/sections from specfile
|
||||
(cf. packaging guidelines)
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 7 02:50:41 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: epiphany
|
||||
Version: 3.1.91.1
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GNOME Web Browser
|
||||
Url: http://www.gnome.org/projects/epiphany/
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Source: http://download.gnome.org/sources/epiphany/3.1/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/epiphany/3.2/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE epiphany-hide-bookmark-editor.patch vuntz@opensuse.org -- Hide bookmark editors in menu
|
||||
Patch0: epiphany-hide-bookmark-editor.patch
|
||||
# PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 vuntz@novell.com -- Make one-click install work with one-click
|
||||
@ -41,7 +41,8 @@ BuildRequires: libgnome-keyring-devel
|
||||
BuildRequires: libnotify-devel >= 0.5.1
|
||||
BuildRequires: libseed-gtk3-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libwebkitgtk3-devel >= 1.5.2
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libwebkitgtk3-devel >= 1.6.1
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: mozilla-nss-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -119,7 +120,7 @@ translation-update-upstream
|
||||
%else
|
||||
--without-ca-file
|
||||
%endif
|
||||
%__make %{?jobs:-j%jobs} V=1
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -141,9 +142,6 @@ done
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%desktop_database_post
|
||||
@ -176,8 +174,8 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_libdir}/epiphany
|
||||
%{_libdir}/girepository-1.0/Epiphany-3.0.typelib
|
||||
%{_libdir}/girepository-1.0/EphyEgg-3.0.typelib
|
||||
%{_libdir}/girepository-1.0/Epiphany-3.2.typelib
|
||||
%{_libdir}/girepository-1.0/EphyEgg-3.2.typelib
|
||||
%doc %{_mandir}/man1/epiphany.1.gz
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user