Author: qboosh                       Date: Wed Oct  1 17:22:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, partial cleanup

---- Files affected:
SPECS:
   RegexKit.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/RegexKit.spec
diff -u SPECS/RegexKit.spec:1.1 SPECS/RegexKit.spec:1.2
--- SPECS/RegexKit.spec:1.1     Sun Feb  3 05:14:15 2008
+++ SPECS/RegexKit.spec Wed Oct  1 19:22:10 2008
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-#
 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
@@ -17,6 +17,9 @@
 %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
@@ -37,8 +40,8 @@
 %build
 export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
 export GNUSTEP_FLATTENED=yes
-cd GNUstep
-%{__make} \
+
+%{__make} -C GNUstep \
        messages=yes
 
 #%{__make} \
@@ -49,20 +52,19 @@
 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
@@ -70,9 +72,9 @@
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libRegexKit.so
 %dir %{_includedir}/RegexKit
 %{_includedir}/RegexKit/*.h
-%{_libdir}/libRegexKit.so
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -80,6 +82,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/10/01 17:22:10  qboosh
+- pl, partial cleanup
+
 Revision 1.1  2008/02/03 04:14:15  aredridel
 - added
-
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/RegexKit.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to