]> git.pld-linux.org Git - packages/esmart.git/blob - esmart.spec
- new snap
[packages/esmart.git] / esmart.spec
1 Summary:        Evas "smart objects"
2 Summary(pl):    "Inteligentne obiekty" Evas
3 Name:           esmart
4 Version:        0.9.0
5 %define _snap   20050701
6 Release:        0.%{_snap}.0.1
7 License:        BSD
8 Group:          X11/Libraries
9 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
10 Source0:        ftp://ftp.sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.gz
11 # Source0-md5:  fd426d6d36dc57c857f5e91f8950b5d7
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:  libltdl-devel
19 BuildRequires:  libtool
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 devel
31 Summary:        Evas "smart objects" header files
32 Summary(pl):    Pliki nag³ówkowe "inteligentnych obiektów" Evas
33 Group:          Development/Libraries
34 Requires:       %{name} = %{version}-%{release}
35 Requires:       edje-devel
36 Requires:       epeg-devel
37 Requires:       epsilon-devel
38
39 %description devel
40 Evas "smart objects" development headers.
41
42 %description devel -l pl
43 Pliki nag³ówkowe "inteligentnych obiektów" Evas.
44
45 %package static
46 Summary:        Static Esmart libraries
47 Summary(pl):    Statyczne biblioteki Esmart
48 Group:          Development/Libraries
49 Requires:       %{name}-devel = %{version}-%{release}
50
51 %description static
52 Static Esmart libraries.
53
54 %description static -l pl
55 Statyczne biblioteki Esmart.
56
57 %prep
58 %setup -q -n %{name}
59
60 %build
61 %{__libtoolize}
62 %{__aclocal}
63 %{__autoconf}
64 %{__autoheader}
65 %{__automake}
66 %configure
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %post   -p /sbin/ldconfig
79 %postun -p /sbin/ldconfig
80
81 %files
82 %defattr(644,root,root,755)
83 %doc AUTHORS COPYING* README
84 %attr(755,root,root) %{_bindir}/esmart_file_dialog_test
85 %attr(755,root,root) %{_bindir}/esmart_test
86 %attr(755,root,root) %{_libdir}/libesmart_*.so.*.*.*
87 %dir %{_libdir}/%{name}
88 %dir %{_libdir}/%{name}/layout
89 %attr(755,root,root) %{_libdir}/%{name}/layout/*.so
90 %{_datadir}/%{name}
91
92 %files devel
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_bindir}/esmart-config
95 %attr(755,root,root) %{_libdir}/libesmart_*.so
96 %{_libdir}/libesmart_*.la
97 %{_libdir}/%{name}/layout/*.la
98 %dir %{_includedir}/Esmart
99 %{_includedir}/Esmart/Esmart_*
100 %{_pkgconfigdir}/esmart.pc
101
102 %files static
103 %defattr(644,root,root,755)
104 %{_libdir}/libesmart_*.a
105 %{_libdir}/%{name}/layout/*.a
This page took 0.059392 seconds and 4 git commands to generate.