]> git.pld-linux.org Git - packages/eog.git/commitdiff
- 2.20.0 auto/th/eog-2_20_0-1
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 18 Sep 2007 11:30:53 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eog-desktop.patch -> 1.4
    eog.spec -> 1.103

eog-desktop.patch
eog.spec

index 767095ea715fc02234c74e31e7ddada32978394f..69d8a47f106214a4374fa02a2a2d893ab2abd6ca 100644 (file)
@@ -1,6 +1,6 @@
-diff -aurN eog-2.13.90.orig/eog.desktop.in.in eog-2.13.90/eog.desktop.in.in
---- eog-2.13.90.orig/eog.desktop.in.in 2006-01-26 06:17:59.000000000 +0100
-+++ eog-2.13.90/eog.desktop.in.in      2006-01-31 00:04:10.020754000 +0100
+diff -aurN eog-2.13.90.orig/data/eog.desktop.in.in eog-2.13.90/data/eog.desktop.in.in
+--- eog-2.13.90.orig/data/eog.desktop.in.in    2006-01-26 06:17:59.000000000 +0100
++++ eog-2.13.90/data/eog.desktop.in.in 2006-01-31 00:04:10.020754000 +0100
 @@ -8,7 +8,7 @@
  StartupNotify=true
  Terminal=false
index 6e7f3f0cee03a679c73ac91a0c88c18b725f0527..ee02eff2d9b0e2ed3220696a07ecba627b9567d8 100644 (file)
--- a/eog.spec
+++ b/eog.spec
@@ -2,29 +2,30 @@ Summary:      The Eye of GNOME image viewer
 Summary(pl.UTF-8):     Oko GNOME - przeglądarka obrazków
 Summary(pt_BR.UTF-8):  Visualizador de imagem Eye of GNOME
 Name:          eog
-Version:       2.18.2
+Version:       2.20.0
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/eog/2.18/%{name}-%{version}.tar.bz2
-# Source0-md5: 7e5fc342201ea00404008258c19b4461
-Patch0:                %{name}-libtool.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/eog/2.20/%{name}-%{version}.tar.bz2
+# Source0-md5: c60bae13a84bca33d303c63d31e63e54
+Patch0:                %{name}-codegen.patch
 Patch1:                %{name}-desktop.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel >= 2.18.0.1
+BuildRequires: GConf2-devel >= 2.19.1
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.18.0
-BuildRequires: gnome-desktop-devel >= 2.18.2
-BuildRequires: gnome-vfs2-devel >= 2.18.1
-BuildRequires: intltool >= 0.35.5
+BuildRequires: gnome-icon-theme >= 2.20.0
+BuildRequires: gnome-desktop-devel >= 2.20.0
+BuildRequires: gnome-vfs2-devel >= 2.20.0
+BuildRequires: intltool >= 0.36.1
 BuildRequires: lcms-devel
 BuildRequires: libart_lgpl-devel >= 2.3.19
 BuildRequires: libexif-devel >= 1:0.6.13
-BuildRequires: libglade2-devel >= 1:2.6.0
+BuildRequires: libglade2-devel >= 1:2.6.2
 BuildRequires: libgnomeprintui-devel >= 2.18.0
-BuildRequires: libgnomeui-devel >= 2.18.1
+BuildRequires: libgnomeui-devel >= 2.19.1
 BuildRequires: libjpeg-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 0.9.0
@@ -35,7 +36,7 @@ Requires(post,postun):        desktop-file-utils
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
-Requires:      libgnomeui >= 2.18.1
+Requires:      libgnomeui >= 2.19.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,6 +49,18 @@ obrazków.
 %description -l pt_BR.UTF-8
 Aplicativo para visualizar imagens chamado Eye of GNOME.
 
+%package devel
+Summary:       Header files for eog
+Summary(pl.UTF-8):     Pliki nagłówkowe eog
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for eog.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe eog.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -101,4 +114,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_omf_dest_dir}/%{name}
 %{_desktopdir}/*.desktop
 %{_iconsdir}/hicolor/*/*/*
-%{_pixmapsdir}/*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/eog-2.20
+%{_pkgconfigdir}/*.pc
This page took 0.044907 seconds and 4 git commands to generate.