]> git.pld-linux.org Git - packages/epiphany-extensions.git/blobdiff - epiphany-extensions.spec
- release 3 (xulrunner 1.8.1.12)
[packages/epiphany-extensions.git] / epiphany-extensions.spec
index 7650c1b6bb21c9f5232f6560a3cfaa8bec3feb69..50f987d7f96af664ecf14ea461989c515df82269 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Collection of extensions for Epiphany
 Summary(pl.UTF-8):     Zbiór rozszerzeń dla Epiphany
 Name:          epiphany-extensions
-Version:       2.20.1
-Release:       1
+Version:       2.20.3
+Release:       3
 License:       GPL v2
 Group:         X11/Applications/Networking
-Source0:       http://ftp.gnome.org/pub/gnome/sources/epiphany-extensions/2.20/%{name}-%{version}.tar.bz2
-# Source0-md5: cd8a247d81960217df4d7c8edfe9fbf8
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.20/%{name}-%{version}.tar.bz2
+# Source0-md5: 86563cb1e7cda31d45f220ae2e185fef
 URL:           http://www.gnome.org/projects/epiphany/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
@@ -24,7 +24,9 @@ BuildRequires:        opensp-devel
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
 BuildRequires: python-gnome-devel >= 2.20.0
+BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.198
+BuildRequires: sed >= 4.0
 BuildRequires: xulrunner-devel >= 1.8.0.4
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
@@ -32,6 +34,8 @@ Requires(post,preun): GConf2
 %requires_eq   xulrunner
 Provides:      epiphany-plugins
 Obsoletes:     epiphany-plugins <= 0.1.2
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # can be provided by mozilla or mozilla-embedded
@@ -47,6 +51,9 @@ Epiphany Extensions jest zbiorem rozszerzeń dla Epiphany.
 %prep
 %setup -q
 
+sed -i -e 's#sr\@Latn#sr\@latin#' po/LINGUAS
+mv po/sr\@{Latn,latin}.po
+
 %build
 %{__intltoolize}
 %{__libtoolize}
@@ -67,9 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/%{basever}/extensions/{,libepilicious/}*.{la,py}
 
-%find_lang %{name}-%{basever}
-%find_lang %{name} --with-gnome
-cat %{name}.lang >> %{name}-%{basever}.lang
+%find_lang %{name} --with-gnome --with-omf --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -86,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 %scrollkeeper_update_postun
 
-%files -f %{name}-%{basever}.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/epiphany/%{basever}/extensions/*.so*
@@ -97,6 +102,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 %{_datadir}/epiphany/icons/hicolor/*/*/*.png
 %{_datadir}/epiphany/icons/hicolor/*/*/*.svg
-%{_omf_dest_dir}/%{name}
 %{_sysconfdir}/gconf/schemas/epilicious.schemas
 %{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas
This page took 0.077924 seconds and 4 git commands to generate.