SPECS: open-cobol.spec - fixed %files, added static library to ena...

ankry ankry at pld-linux.org
Tue Dec 6 00:42:43 CET 2005


Author: ankry                        Date: Mon Dec  5 23:42:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed %files, added static library to enable static compilation

---- Files affected:
SPECS:
   open-cobol.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/open-cobol.spec
diff -u SPECS/open-cobol.spec:1.6 SPECS/open-cobol.spec:1.7
--- SPECS/open-cobol.spec:1.6	Tue Dec  6 00:08:15 2005
+++ SPECS/open-cobol.spec	Tue Dec  6 00:42:38 2005
@@ -58,7 +58,7 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -n %{name}.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
@@ -67,6 +67,7 @@
 %{_includedir}/libcob
 %attr(755,root,root) %{_libdir}/libcob.*.*.*
 %{_libdir}/libcob.la
+%{_libdir}/libcob.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -74,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/12/05 23:42:38  ankry
+- fixed %files, added static library to enable static compilation
+
 Revision 1.6  2005/12/05 23:08:15  ankry
 - %files fixes, %find_lang, cleaning
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/open-cobol.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list