]> git.pld-linux.org Git - packages/ewl.git/blob - ewl.spec
- up to 20051118 unofficial snap
[packages/ewl.git] / ewl.spec
1 Summary:        Enlightenment Widget Library
2 Summary(pl):    Biblioteka widgetów Enlightenmenta (Enlightenment Widget Library)
3 Name:           ewl
4 Version:        0.0.4.004
5 %define _snap   20051118
6 Release:        0.%{_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:  f5b5701f01006e88ace5f7339403615e
12 URL:            http://enlightenment.org/Libraries/Ewl/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  edje
16 BuildRequires:  edje-devel
17 BuildRequires:  emotion-devel
18 BuildRequires:  libtool
19 Requires:       %{name}-libs = %{version}-%{release}
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 EWL is a widget library which uses the E Foundation Libraries (EFL).
24
25 %description -l pl
26 EWL to biblioteka widgetów u¿ywaj±ca EFL (E Foundation Libraries -
27 podstawowych bibliotek Englightenmenta).
28
29 %package libs
30 Summary:        EWL library
31 Group:          X11/Libraries
32
33 %description libs
34 EWL library.
35
36 %package devel
37 Summary:        EWL header files and test programs
38 Summary(pl):    Pliki nag³ówkowe i programy testowe dla biblioteki EWL
39 Group:          Development/Libraries
40 Requires:       %{name}-libs = %{version}-%{release}
41
42 %description devel
43 EWL header files and test programs.
44
45 %description devel -l pl
46 Pliki nag³ówkowe i programy testowe dla biblioteki EWL.
47
48 %package static
49 Summary:        Static EWL library
50 Summary(pl):    Statyczna biblioteka EWL
51 Group:          Development/Libraries
52 Requires:       %{name}-devel = %{version}-%{release}
53
54 %description static
55 Static EWL library.
56
57 %description static -l pl
58 Statyczna biblioteka EWL.
59
60 %prep
61 %setup -q -n %{name}
62
63 %build
64 %{__libtoolize}
65 %{__aclocal} -I m4
66 %{__autoconf}
67 %{__autoheader}
68 %{__automake}
69 %configure
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post libs      -p /sbin/ldconfig
82 %postun libs    -p /sbin/ldconfig
83
84 %files
85 %defattr(644,root,root,755)
86 %doc AUTHORS COPYING* NEWS README TODO
87 %attr(755,root,root) %{_bindir}/ewl_test
88 %attr(755,root,root) %{_bindir}/ewl_*_test
89 %{_datadir}/%{name}
90
91 %files libs
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_libdir}/libewl.so.*.*.*
94
95 %files devel
96 %defattr(644,root,root,755)
97 %attr(755,root,root) %{_bindir}/ewl-config
98 %attr(755,root,root) %{_libdir}/libewl.so
99 %{_libdir}/libewl.la
100 %dir %{_includedir}/ewl
101 %{_includedir}/ewl/Ewl.h
102 %{_includedir}/ewl/ewl_*.h
103 %{_pkgconfigdir}/ewl.pc
104 %{_aclocaldir}/ewl.m4
105
106 %files static
107 %defattr(644,root,root,755)
108 %{_libdir}/libewl.a
This page took 0.07709 seconds and 3 git commands to generate.