]> git.pld-linux.org Git - packages/esmart.git/blob - esmart.spec
- NEW EFL (E Fundation Libraries)
[packages/esmart.git] / esmart.spec
1 Summary:        Evas "smart objects"
2 Name:           esmart
3 Version:        0.9.0
4 %define _snap   20050106
5 Release:        0.%{_snap}.0.1
6 License:        BSD
7 Group:          X11/Libraries
8 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
9 Source0:        ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
10 # Source0-md5:  5a999db4998c4cf35ca43fd8e36134b1
11 URL:            http://enlightenment.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  edje-devel
15 BuildRequires:  epeg-devel
16 BuildRequires:  epsilon-devel
17 BuildRequires:  libltdl-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Esmart contains "smart" pre-built evas objects. It currently includes
23 a thumbnail generator and a horizontal/vertical container.
24
25 %package devel
26 Summary:        Eves "smart objects" headers and development libraries
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}
29 Requires:       edje-devel
30 Requires:       epeg-devel
31 Requires:       epsilon-devel
32
33 %description devel
34 Evas "smart objects" development headers and libraries.
35
36 %package static
37 Summary:        Static libraries
38 Group:          Development/Libraries
39 Requires:       %{name}-devel = %{version}
40
41 %description static
42 Static libraries.
43
44 %prep
45 %setup -q -n %{name}
46
47 %build
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post   -p /sbin/ldconfig
65 %postun -p /sbin/ldconfig
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS COPYING* README
70 %attr(755,root,root) %{_libdir}/libesmart_*.so.*
71 %dir %{_libdir}/%{name}
72 %dir %{_libdir}/%{name}/layout
73 %attr(755,root,root) %{_libdir}/%{name}/layout/*.so
74 %attr(755,root,root) %{_bindir}/esmart_file_dialog_test
75 %attr(755,root,root) %{_bindir}/esmart_test
76 %{_datadir}/%{name}
77
78 %files devel
79 %defattr(644,root,root,755)
80 %attr(755,root,root) %{_libdir}/libesmart_*.so
81 %{_libdir}/libesmart_*.la
82 %{_libdir}/%{name}/layout/*.la
83 %{_includedir}/Esmart/Esmart_*
84 %attr(755,root,root) %{_bindir}/esmart-config
85 %{_pkgconfigdir}/esmart.pc
86
87 %files static
88 %defattr(644,root,root,755)
89 %{_libdir}/libesmart_*.a
90 %{_libdir}/%{name}/layout/*.a
This page took 0.103931 seconds and 4 git commands to generate.