]> git.pld-linux.org Git - packages/esmart.git/blob - esmart.spec
- updated to 0.9.0.004
[packages/esmart.git] / esmart.spec
1 Summary:        Evas "smart objects"
2 Summary(pl):    "Inteligentne obiekty" Evas
3 Name:           esmart
4 Version:        0.9.0.004
5 Release:        1
6 License:        BSD
7 Group:          X11/Libraries
8 Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  23605a2ff7e90c8b28e934f6a1fbfc4d
10 URL:            http://enlightenment.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  edje-devel
14 BuildRequires:  epeg-devel
15 BuildRequires:  epsilon-devel
16 BuildRequires:  libtool
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Esmart contains "smart" pre-built evas objects. It currently includes
21 a thumbnail generator and a horizontal/vertical container.
22
23 %description -l pl
24 Esmart zawiera "inteligentne" wstêpnie zbudowane obiekty evas.
25 Aktualnie zawiera generator miniaturek i kontener poziomy/pionowy.
26
27 %package devel
28 Summary:        Evas "smart objects" header files
29 Summary(pl):    Pliki nag³ówkowe "inteligentnych obiektów" Evas
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       edje-devel
33 Requires:       epeg-devel
34 Requires:       epsilon-devel
35
36 %description devel
37 Evas "smart objects" development headers.
38
39 %description devel -l pl
40 Pliki nag³ówkowe "inteligentnych obiektów" Evas.
41
42 %package static
43 Summary:        Static Esmart libraries
44 Summary(pl):    Statyczne biblioteki Esmart
45 Group:          Development/Libraries
46 Requires:       %{name}-devel = %{version}-%{release}
47
48 %description static
49 Static Esmart libraries.
50
51 %description static -l pl
52 Statyczne biblioteki Esmart.
53
54 %prep
55 %setup -q
56
57 %build
58 %{__libtoolize}
59 %{__aclocal}
60 %{__autoconf}
61 %{__autoheader}
62 %{__automake}
63 %configure
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post   -p /sbin/ldconfig
76 %postun -p /sbin/ldconfig
77
78 %files
79 %defattr(644,root,root,755)
80 %doc AUTHORS COPYING* README
81 %attr(755,root,root) %{_bindir}/esmart_file_dialog_test
82 %attr(755,root,root) %{_bindir}/esmart_test
83 %attr(755,root,root) %{_libdir}/libesmart_*.so.*.*.*
84 %dir %{_libdir}/%{name}
85 %dir %{_libdir}/%{name}/layout
86 %attr(755,root,root) %{_libdir}/%{name}/layout/*.so
87 %{_datadir}/%{name}
88
89 %files devel
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_bindir}/esmart-config
92 %attr(755,root,root) %{_libdir}/libesmart_*.so
93 %{_libdir}/libesmart_*.la
94 %{_libdir}/%{name}/layout/*.la
95 %dir %{_includedir}/Esmart
96 %{_includedir}/Esmart/Esmart_*
97 %{_pkgconfigdir}/esmart.pc
98
99 %files static
100 %defattr(644,root,root,755)
101 %{_libdir}/libesmart_*.a
102 %{_libdir}/%{name}/layout/*.a
This page took 0.077979 seconds and 4 git commands to generate.