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