]> git.pld-linux.org Git - packages/eet.git/commitdiff
- up to 0.9.10.036, test programs removed
authorsparky <sparky@pld-linux.org>
Thu, 30 Nov 2006 23:07:15 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerate auto* to force correct libtool

Changed files:
    eet.spec -> 1.24

eet.spec

index b08799db130d7ff01b6b949bdead423700fbde93..3c792121be4dbcb8666f7d64b0022f3c9faf40c9 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -5,12 +5,12 @@
 Summary:       Library for speedy data storage, retrieval, and compression
 Summary(pl):   Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
 Name:          eet
-Version:       0.9.10.032
+Version:       0.9.10.036
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz 
-# Source0-md5: 83597dff4508b46ba67f3d225b24b663
+# Source0-md5: 78baeaec84bd0b773bb8d6c68fdc9053
 URL:           http://enlightenment.org/Libraries/Eet/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -78,6 +78,11 @@ Statyczna biblioteka Eet.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        %{!?with_static_libs:--disable-static}
 %{__make}
@@ -97,8 +102,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING COPYING-PLAIN INSTALL README
-%attr(755,root,root) %{_bindir}/eet
-%attr(755,root,root) %{_bindir}/eet_bench
 %attr(755,root,root) %{_libdir}/libeet.so.*.*.*
 
 %files devel
This page took 0.102228 seconds and 4 git commands to generate.