Author: blekot Date: Mon Dec 5 22:28:20 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - builds - not all files packed - rel 0.2
---- Files affected: SPECS: open-cobol.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/open-cobol.spec diff -u SPECS/open-cobol.spec:1.4 SPECS/open-cobol.spec:1.5 --- SPECS/open-cobol.spec:1.4 Mon Dec 5 23:02:23 2005 +++ SPECS/open-cobol.spec Mon Dec 5 23:28:15 2005 @@ -5,7 +5,7 @@ Summary(pl): Kompilator języka COBOL Name: open-cobol Version: 0.32 -Release: 0.1 +Release: 0.2 License: GPL/LGPL Group: Development/Languages Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -45,8 +45,9 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure -%{__make} +%configure \ + CFLAGS="%{rpmcflags} -I/usr/include/ncurses" +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +61,12 @@ %files %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/* +%attr(755,root,root) %{_libdir}/libcob.*.*.* +%{_libdir}/libcob.la %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -67,6 +74,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/12/05 22:28:15 blekot +- builds +- not all files packed +- rel 0.2 + Revision 1.4 2005/12/05 22:02:23 ankry - group fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/open-cobol.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
