]> git.pld-linux.org Git - packages/RegexKit.git/commitdiff
- pl, partial cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Oct 2008 17:22:10 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    RegexKit.spec -> 1.2

RegexKit.spec

index 3d9eddcd9025cc1dcd83284cf15bad96ea5f0296..511bfc93e00d8c907c5cfe4929b9892c846e69ce 100644 (file)
@@ -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
This page took 0.074209 seconds and 4 git commands to generate.