]> git.pld-linux.org Git - packages/eet.git/blobdiff - eet.spec
- updated to 1.7.6
[packages/eet.git] / eet.spec
index 567364882fc8252f5a453275c4e90892e564c533..dd1d47ddc15a38e8fdcfd6adad5b54c74ae971d9 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -5,16 +5,16 @@
 Summary:       Library for speedy data storage, retrieval, and compression
 Summary(pl.UTF-8):     Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
 Name:          eet
-Version:       1.3.2
+Version:       1.7.6
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 8e3ad419baaab4a9046f64d357583705
-URL:           http://enlightenment.org/p.php?p=about/efl/eet
+# Source0-md5: 24cb0f2c33bfcc403bd0ce2860bd3633
+URL:           http://trac.enlightenment.org/e/wiki/Eet
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
-BuildRequires: eina-devel >= 1.0.0
+BuildRequires: eina-devel >= 1.2.0
 BuildRequires: gnutls-devel >= 1.7.6
 BuildRequires: libgcrypt-devel
 BuildRequires: libjpeg-devel
@@ -22,6 +22,7 @@ BuildRequires:        libtool
 BuildRequires: pkgconfig >= 1:0.22
 BuildRequires: sed >= 4.0
 BuildRequires: zlib-devel
+Requires:      eina >= 1.2.0
 Requires:      gnutls >= 1.7.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -57,7 +58,7 @@ Summary:      Header files for Eet library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Eet
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      eina-devel >= 1.0.0
+Requires:      eina-devel >= 1.2.0
 Requires:      gnutls-devel >= 1.7.6
 Requires:      libgcrypt-devel
 Requires:      libjpeg-devel
@@ -84,8 +85,6 @@ Statyczna biblioteka Eet.
 %prep
 %setup -q
 
-%{__sed} -i -e 's/eina-0/eina/' configure.ac
-
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
@@ -103,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_examplesdir}
+mv -f $RPM_BUILD_ROOT%{_datadir}/eet/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -111,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING COPYING-PLAIN README
+%doc AUTHORS COPYING NEWS README
 %attr(755,root,root) %{_bindir}/eet
 %attr(755,root,root) %{_libdir}/libeet.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libeet.so.1
@@ -120,8 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libeet.so
 %{_libdir}/libeet.la
+%{_includedir}/eet-1
 %{_pkgconfigdir}/eet.pc
-%{_includedir}/Eet.h
+%{_examplesdir}/%{name}-%{version}
 
 %if %{with static_libs}
 %files static
This page took 0.068146 seconds and 4 git commands to generate.