From c5e6d87ebb064860cb6899b6a54762554d50b497 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 1 Oct 2008 17:22:10 +0000 Subject: [PATCH] - pl, partial cleanup Changed files: RegexKit.spec -> 1.2 --- RegexKit.spec | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/RegexKit.spec b/RegexKit.spec index 3d9eddc..511bfc9 100644 --- a/RegexKit.spec +++ b/RegexKit.spec @@ -1,5 +1,5 @@ -# Summary: An Objective-C framework for regular expressions +Summary(pl.UTF-8): Biblioteka Objective-C do wyrażeń regularnych Name: RegexKit Version: 0.6.0 Release: 0.1 @@ -16,6 +16,9 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description RegexKit is an Objective-C framework for regular expressions. +%description -l pl.UTF-8 +RegexKit to biblioteka (framework) Objective-C do wyrażeń regularnych. + %package devel Summary: Header files for RegexKit library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki RegexKit @@ -36,8 +39,8 @@ Pliki nagłówkowe biblioteki RegexKit. %build export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles export GNUSTEP_FLATTENED=yes -cd GNUstep -%{__make} \ + +%{__make} -C GNUstep \ messages=yes #%{__make} \ @@ -48,20 +51,19 @@ cd GNUstep rm -rf $RPM_BUILD_ROOT export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles export GNUSTEP_FLATTENED=yes -rm -rf $RPM_BUILD_ROOT cd GNUstep -%{__make} install \ +%{__make} -C GNUstep install \ messages=yes \ GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \ DESTDIR=$RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(644,root,root,755) %doc ChangeLog README @@ -69,6 +71,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libRegexKit.so %dir %{_includedir}/RegexKit %{_includedir}/RegexKit/*.h -%{_libdir}/libRegexKit.so -- 2.44.0