]> git.pld-linux.org Git - packages/RegexKit.git/blobdiff - RegexKit.spec
- optflags missing
[packages/RegexKit.git] / RegexKit.spec
index 3d9eddcd9025cc1dcd83284cf15bad96ea5f0296..0e02f381e9fb73527fc429a47f6440a5f4fc5a76 100644 (file)
@@ -1,5 +1,6 @@
-#
+# TODO: optflags
 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 +17,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 +40,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 +52,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 +72,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.082941 seconds and 4 git commands to generate.