SPECS: stfl.spec - cleanups, corrections - added swig* BRs

uzsolt uzsolt at pld-linux.org
Sun Oct 5 12:56:17 CEST 2008


Author: uzsolt                       Date: Sun Oct  5 10:56:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanups, corrections
- added swig* BRs

---- Files affected:
SPECS:
   stfl.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/stfl.spec
diff -u SPECS/stfl.spec:1.7 SPECS/stfl.spec:1.8
--- SPECS/stfl.spec:1.7	Sun Aug 31 20:33:21 2008
+++ SPECS/stfl.spec	Sun Oct  5 12:56:11 2008
@@ -14,6 +14,9 @@
 BuildRequires:	perl-devel
 BuildRequires:	python-devel
 BuildRequires:	ruby-devel
+BuildRequires:	swig-perl
+BuildRequires:	swig-python
+BuildRequires:	swig-ruby
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -87,12 +90,12 @@
 %prep
 %setup -q
 %patch0 -p1
-%if "%{_lib}" == "lib64"
-for file in $(find -name "Makefile*"); do
-sed -i "s@/lib/@/lib64/@g" $file
-sed -i "s@\(mkdir .*\)/lib@\1/lib64 at g" $file
-done
-%endif
+# %if "%{_lib}" == "lib64"
+# for file in $(find -name "Makefile*"); do
+# sed -i "s@/lib/@/lib64/@g" $file
+# sed -i "s@\(mkdir .*\)/lib@\1/lib64 at g" $file
+# done
+# %endif
 
 %build
 %{__make} \
@@ -127,10 +130,16 @@
 
 %files perl
 %defattr(644,root,root,755)
+%dir %{perl_vendorarch}/auto/stfl
 %{perl_vendorarch}/*.pm
+%{perl_archlib}/perllocal.pod
+%{perl_vendorarch}/auto/stfl/*
+%{perl_vendorarch}/example.pl
 
 %files python
 %defattr(644,root,root,755)
+%{py_libdir}/lib-dynload/_stfl.so
+%{py_libdir}/*
 
 %files ruby
 %defattr(644,root,root,755)
@@ -142,6 +151,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008/10/05 10:56:11  uzsolt
+- cleanups, corrections
+- added swig* BRs
+
 Revision 1.7  2008/08/31 18:33:21  uzsolt
 - fix sed expression
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/stfl.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list