]> git.pld-linux.org Git - packages/esmart.git/commitdiff
- fixed on amd64
authorsparky <sparky@pld-linux.org>
Thu, 16 Mar 2006 21:39:07 +0000 (21:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esmart.spec -> 1.9

esmart.spec

index e5dad4d9c4a1a965b8e1b2aea29b22f99f6e26c0..6a26247c180381a521e7b6385fb1e726611b9235 100644 (file)
@@ -7,13 +7,15 @@ Summary(pl):  "Inteligentne obiekty" Evas
 Name:          esmart
 Version:       0.9.0.005
 #%define       _snap   20051025
-Release:       1
+Release:       2
 #.%{_snap}.1
 License:       BSD
 Group:         X11/Libraries
 Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
 # Source0-md5: 62952b15ceb672a29ec4d21908e96e51
 #Source0:      http://sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.bz2
+Patch0:                efl-m4.patch
+Patch1:                %{name}-layout_in_libdir.patch
 URL:           http://enlightenment.org/
 #BuildRequires:        autoconf
 #BuildRequires:        automake
@@ -75,13 +77,15 @@ Statyczne biblioteki Esmart.
 %prep
 %setup -q
 # -n %{name}
+%patch0 -p1
+%patch1 -p1
 
 %build
-#%%{__libtoolize}
-#%%{__aclocal} -I m4
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        %{!?with_static_libs:--disable-static}
 %{__make}
This page took 0.093331 seconds and 4 git commands to generate.