]> git.pld-linux.org Git - packages/gal.git/blobdiff - gal.spec
- added am15 patch and run aclocal, autoconf, automake in correct order.
[packages/gal.git] / gal.spec
index f70e2cb9261dcf085137edd210826cbf4000618e..4e0706aa66e1c7c74f008cf45c8b06ec6b237b08 100644 (file)
--- a/gal.spec
+++ b/gal.spec
@@ -1,26 +1,31 @@
 Summary:       GNOME Application Libs (GAL)
 Summary(pl):   Biblioteki Aplikacji GNOME (GAL)
 Name:          gal
-Version:       0.7
-Release:       2
+Version:       0.11.2
+Release:       1
+Epoch:         1
 License:       LGPL
 Group:         X11/Libraries
 Group(de):     X11/Libraries
+Group(es):     X11/Bibliotecas
+Group(fr):     X11/Librairies
 Group(pl):     X11/Biblioteki
-Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gal/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-no_version.patch
-Patch1:                %{name}-use_AM_GNU_GETTEXT.patch
+Patch1:                %{name}-no_macros_in_AC_OUTPUT.patch
+Patch2:                %{name}-i18n.patch
+Patch3:                %{name}-am15.patch
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRequires: libtool
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.2.12
-BuildRequires: gnome-print-devel >= 0.22
+BuildRequires: gnome-print-devel >= 0.28
 BuildRequires: gnome-vfs-devel
 BuildRequires: gtk+-devel
 BuildRequires: libglade-devel >= 0.13
+BuildRequires: libtool
 BuildRequires: libunicode-devel
-BuildRequires: iconv
 BuildRequires: libxml-devel
 BuildRequires: xml-i18n-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,14 +34,15 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _mandir         %{_prefix}/man
 
 %description
-This the GNOME Application Libs (GAL). This module contains some library functions
-that came from Gnumeric and Evolution. The idea is to reuse those
-widgets across various larger GNOME applications that might want to
-use these widgets.
+This the GNOME Application Libs (GAL). This module contains some
+library functions that came from Gnumeric and Evolution. The idea is
+to reuse those widgets across various larger GNOME applications that
+might want to use these widgets.
 
 %description -l pl
-Pakiet zawiera funkcje pochodz±ce z programów Gnumeric i Evolution. Ide± tej
-biblioteki jest u¿ywanie tych funkcji i wigetów w innych programach GNOME.
+Pakiet zawiera funkcje pochodz±ce z programów Gnumeric i Evolution.
+Ide± tej biblioteki jest u¿ywanie tych funkcji i wigetów w innych
+programach GNOME.
 
 %package devel
 Summary:       gal header files and development documentation
@@ -70,12 +76,18 @@ Biblioteki statyczne gal.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
+sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
+mv -f configure.in.tmp configure.in
+rm -f missing
+libtoolize --copy --force
 gettextize --copy --force
-automake -a -c
 aclocal -I %{_aclocaldir}/gnome
 autoconf
+automake -a -c
 %configure \
        --enable-static
 %{__make}
@@ -100,7 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_datadir}/etable
-%{_datadir}/gal
+%dir %{_datadir}/gal
+%{_datadir}/gal/glade
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.030063 seconds and 4 git commands to generate.