]> git.pld-linux.org Git - packages/exo.git/commitdiff
up to 0.10.2 auto/th/exo-0.10.2-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 6 Apr 2013 17:56:23 +0000 (20:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 6 Apr 2013 17:56:23 +0000 (20:56 +0300)
exo.spec

index 3e93c19b44719e40ddfc88c474c301ed75e8e7c5..da6c86ef046bd4ed90c5cbed42f784f8e112c189 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -2,18 +2,17 @@
 # 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
+Version:       0.10.2
 Release:       1
 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
 URL:           http://www.os-cillation.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -104,6 +103,8 @@ Statyczna biblioteka libexo.
 %prep
 %setup -q
 
+%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
 %build
 %{?with_apidocs:%{__gtkdocize}}
 %{__intltoolize}
@@ -128,9 +129,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{tl_PH,tl}
+#mv -f $RPM_BUILD_ROOT%{_localedir}/{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.048647 seconds and 4 git commands to generate.