From b74cb4c8e35af79384b1f512051fc88a2b71396a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 8 Jan 2005 01:43:09 +0000 Subject: [PATCH] - pl, unified, missing dir Changed files: ewl.spec -> 1.3 --- ewl.spec | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/ewl.spec b/ewl.spec index c352e9f..39e03f8 100644 --- a/ewl.spec +++ b/ewl.spec @@ -1,4 +1,5 @@ Summary: Enlightenment Widget Library +Summary(pl): Biblioteka widgetów Enlightenmenta (Enlightenment Widget Library) Name: ewl Version: 0.0.4 %define _snap 20050106 @@ -20,21 +21,33 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description EWL is a widget library which uses the E Foundation Libraries (EFL). +%description -l pl +EWL to biblioteka widgetów u¿ywaj±ca EFL (E Foundation Libraries - +podstawowych bibliotek Englightenmenta). + %package devel -Summary: EWL headers and development libraries +Summary: EWL header files and test programs +Summary(pl): Pliki nag³ówkowe i programy testowe dla biblioteki EWL Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel -EWL development files. +EWL header files and test programs. + +%description devel -l pl +Pliki nag³ówkowe i programy testowe dla biblioteki EWL. %package static -Summary: Static libraries +Summary: Static EWL library +Summary(pl): Statyczna biblioteka EWL Group: Development/Libraries -Requires: %{name}-devel = %{version} +Requires: %{name}-devel = %{version}-%{release} %description static -Static libraries. +Static EWL library. + +%description static -l pl +Statyczna biblioteka EWL. %prep %setup -q -n %{name} @@ -50,6 +63,7 @@ Static libraries. %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -62,24 +76,25 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS COPYING* NEWS README TODO -%attr(755,root,root) %{_libdir}/libewl.so.* -%{_libdir}/libewl.la %attr(755,root,root) %{_bindir}/ewl_edb_ed +%attr(755,root,root) %{_libdir}/libewl.so.*.*.* +%{_libdir}/libewl.la %{_datadir}/%{name} %files devel %defattr(644,root,root,755) -%{_aclocaldir}/ewl.m4 -%attr(755,root,root) %{_libdir}/libewl.so -%{_libdir}/libewl.la -%{_pkgconfigdir}/ewl.pc -%{_includedir}/ewl/Ewl.h -%{_includedir}/ewl/ewl_*.h %attr(755,root,root) %{_bindir}/ewl-config %attr(755,root,root) %{_bindir}/ewl_test %attr(755,root,root) %{_bindir}/ewl_embed_test %attr(755,root,root) %{_bindir}/ewl_media_test %attr(755,root,root) %{_bindir}/ewl_simple_test +%attr(755,root,root) %{_libdir}/libewl.so +%{_libdir}/libewl.la +%dir %{_includedir}/ewl +%{_includedir}/ewl/Ewl.h +%{_includedir}/ewl/ewl_*.h +%{_pkgconfigdir}/ewl.pc +%{_aclocaldir}/ewl.m4 %files static %defattr(644,root,root,755) -- 2.43.0