SPECS: open-cobol.spec - %files fixes, %find_lang, cleaning

ankry ankry at pld-linux.org
Tue Dec 6 00:08:20 CET 2005


Author: ankry                        Date: Mon Dec  5 23:08:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %files fixes, %find_lang, cleaning

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

---- Diffs:

================================================================
Index: SPECS/open-cobol.spec
diff -u SPECS/open-cobol.spec:1.5 SPECS/open-cobol.spec:1.6
--- SPECS/open-cobol.spec:1.5	Mon Dec  5 23:28:15 2005
+++ SPECS/open-cobol.spec	Tue Dec  6 00:08:15 2005
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-#
-# Conditional build:
 Summary:	COBOL compiler
 Summary(pl):	Kompilator języka COBOL
 Name:		open-cobol
@@ -46,8 +44,8 @@
 %{__autoheader}
 %{__automake}
 %configure \
-        CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
-%{__make} 
+	CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -55,16 +53,18 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}/config/*.conf
 %{_includedir}/libcob.h
-%{_includedir}/libcob/*
+%{_includedir}/libcob
 %attr(755,root,root) %{_libdir}/libcob.*.*.*
 %{_libdir}/libcob.la
 
@@ -74,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/12/05 23:08:15  ankry
+- %files fixes, %find_lang, cleaning
+
 Revision 1.5  2005/12/05 22:28:15  blekot
 - builds
 - not all files packed
================================================================

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




More information about the pld-cvs-commit mailing list