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