]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- updated to 0.7.1
authorgrzegol <grzegol@pld-linux.org>
Sun, 15 Feb 2004 18:55:14 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added locale-names patch (changes locale no -> nb)
- regenerate lt/al/ac/am

Changed files:
    epiphany-extensions.spec -> 1.1.2.3

epiphany-extensions.spec

index b35f2fd6bcaa43c3127686e7b4dd6962851c28df..baaf7230cf95be7cddcb60ca137000e55fa70430 100644 (file)
@@ -1,18 +1,24 @@
 Summary:       Collection of extensions for Epiphany
 Summary(pl):   Zbiór rozszerzeñ dla Epiphany
 Name:          epiphany-extensions
-Version:       0.7
+Version:       0.7.1
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
-# Source0-md5: 3780fd96d0acc4c6b02b310a4bfbb5f4
+# Source0-md5: e8c38a481b8d3b4a70fa1016dbffe7cf
+Patch0:                %{name}-locale-names.patch
 URL:           http://epiphany.mozdev.org/
-BuildRequires: epiphany-devel >= 1.1.7
-BuildRequires: gtk+2-devel >= 2.3.1
-BuildRequires: libglade2-devel >= 2.3.0
+BuildRequires: autoconf
+Buildrequires: automake
+BuildRequires: epiphany-devel >= 1.1.8
+BuildRequires: gnome-common
+BuildRequires: gtk+2-devel >= 2.3.2
+BuildRequires: intltool >= 0.29
+BuildRequires: libglade2-devel >= 2.3.1
+BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.6.0
-Requires:      epiphany >= 1.1.7
+Requires:      epiphany >= 1.1.8
 Obsoletes:     epiphany-plugins <= 0.1.2
 Provides:      epiphany-plugins
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,10 +31,18 @@ Epiphany Extensions jest zbiorem rozszerze
 
 %prep
 %setup -q
+%patch0 -p1
+
+mv po/{no,nb}.po
 
 %build
+%{__libtoolize}
+%{__aclocal} -I %{_aclocaldir}/gnome2-macros
+%{__autoconf}
+%{__automake}
 %configure \
        --with-extensions=all
+
 %{__make}
 
 %install
This page took 0.051885 seconds and 4 git commands to generate.