]> git.pld-linux.org Git - packages/efreet.git/blobdiff - efreet.spec
- x32 rebuild
[packages/efreet.git] / efreet.spec
index 7e412ed6f21386c7c9f7f4d445037a2cb28786a0..7698a8cea8a4c5a40e93c55f030897ca5a5e50ce 100644 (file)
@@ -1,31 +1,35 @@
+# NOTE: for versions >= 1.8 see efl.spec
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
-%define                ecore_ver       1.0.0
-%define                eet_ver         1.4.0
+%define                ecore_ver       1.7.10
+%define                eet_ver         1.7.10
+%define                eina_ver        1.7.10
 
 Summary:       freedesktop.org standards implementation for the EFL
 Summary(pl.UTF-8):     Implementacja standardów freedesktop.org dla EFL
 Name:          efreet
-%define        subver  beta2
-Version:       1.0.0
-Release:       0.%{subver}.1
+Version:       1.7.10
+Release:       2
 License:       BSD
 Group:         X11/Libraries
-Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.%{subver}.tar.bz2
-# Source0-md5: 75c36c92d09f3d8737ce10cabe6a1535
-URL:           http://enlightenment.org/p.php?p=about/libs/efreet
+Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+# Source0-md5: 4aa5d4a677abd2d5a013ccfe61be8824
+URL:           http://trac.enlightenment.org/e/wiki/Efreet
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
 BuildRequires: ecore-devel >= %{ecore_ver}
 BuildRequires: ecore-file-devel >= %{ecore_ver}
 BuildRequires: eet-devel >= %{eet_ver}
+BuildRequires: eina-devel >= %{eina_ver}
+BuildRequires: gettext-tools >= 0.17
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.22
-Requires:      eet >= %{eet_ver}
 Requires:      ecore >= %{ecore_ver}
 Requires:      ecore-file >= %{ecore_ver}
+Requires:      eet >= %{eet_ver}
+Requires:      eina >= %{eina_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,6 +68,7 @@ Requires:     %{name} = %{version}-%{release}
 Requires:      ecore-devel >= %{ecore_ver}
 Requires:      ecore-file-devel >= %{ecore_ver}
 Requires:      eet-devel >= %{eet_ver}
+Requires:      eina-devel >= %{eina_ver}
 
 %description devel
 Header files for Efreet.
@@ -84,9 +89,10 @@ Static Efreet library.
 Statyczna biblioteka Efreet.
 
 %prep
-%setup -q -n %{name}-%{version}.%{subver}
+%setup -q
 
 %build
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -107,15 +113,18 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{_bindir}/efreet_{alloc,menu_alloc,test,spec_test,cache_test}
 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/%{name}/test
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/efreet_icon_cache_dump
 %attr(755,root,root) %{_libdir}/libefreet.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libefreet.so.1
 %attr(755,root,root) %{_libdir}/libefreet_mime.so.*.*.*
@@ -124,6 +133,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libefreet_trash.so.1
 %dir %{_libdir}/efreet
 %attr(755,root,root) %{_libdir}/efreet/efreet_desktop_cache_create
+%attr(755,root,root) %{_libdir}/efreet/efreet_icon_cache_create
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.053168 seconds and 4 git commands to generate.