]> git.pld-linux.org Git - packages/exo.git/blobdiff - exo.spec
- x32 rebuild
[packages/exo.git] / exo.spec
index 3e93c19b44719e40ddfc88c474c301ed75e8e7c5..b275e764b943caeb2f6de108b1b9d82831649ad4 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -2,23 +2,23 @@
 # Conditional build:
 %bcond_without apidocs         # disable gtk-doc
 %bcond_with    static_libs     # don't build static library
-#
+
 %define                xfce_version    4.10.0
-#
 Summary:       Extension library to Xfce developed by os-cillation
 Summary(pl.UTF-8):     Biblioteka rozszerzeĹ„ do Xfce opracowana przez os-cillation
 Name:          exo
-Version:       0.8.0
-Release:       1
+Version:       0.10.2
+Release:       3
 License:       GPL v2
 Group:         X11/Libraries
-Source0:       http://archive.xfce.org/xfce/4.10/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 189bd19210e1d7d8601be1cdf27bf259
+Source0:       http://archive.xfce.org/src/xfce/exo/0.10/%{name}-%{version}.tar.bz2
+# Source0-md5: c70f2a217811bfba2e62f938d4b8f748
+Patch0:                mate-terminal.patch
 URL:           http://www.os-cillation.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: docbook-dtd412-xml
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.27.0
 BuildRequires: gtk+2-devel >= 2:2.14.0
 %{?with_apidocs:BuildRequires: gtk-doc >= 1.9}
@@ -103,6 +103,9 @@ Statyczna biblioteka libexo.
 
 %prep
 %setup -q
+%patch0 -p1
+
+%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 
 %build
 %{?with_apidocs:%{__gtkdocize}}
@@ -122,15 +125,13 @@ Statyczna biblioteka libexo.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{tl_PH,tl}
 # already exists as ur
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
 
 %{!?with_apidocs:rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/exo}
 
This page took 0.027123 seconds and 4 git commands to generate.