Author: uzsolt Date: Sat Apr 17 11:25:44 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix build - rel 1
---- Files affected: packages/boolstuff: boolstuff.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/boolstuff/boolstuff.spec diff -u packages/boolstuff/boolstuff.spec:1.1 packages/boolstuff/boolstuff.spec:1.2 --- packages/boolstuff/boolstuff.spec:1.1 Sat Apr 17 11:58:03 2010 +++ packages/boolstuff/boolstuff.spec Sat Apr 17 13:25:39 2010 @@ -2,7 +2,7 @@ Summary: BoolStuff is a C++ library that supports a few operations on boolean expression binary trees Name: boolstuff Version: 0.1.13 -Release: 0.90 +Release: 1 License: GPL Group: Libraries Source0: http://perso.b2b2c.ca/sarrazip/dev/%{name}-%{version}.tar.gz @@ -44,9 +44,8 @@ %build %{__libtoolize} -%{__aclocal} -%{__autoconf} -I macros -%{__autoheader} +%{__aclocal} -I macros +%{__autoconf} %{__automake} %configure %{__make} @@ -69,13 +68,14 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS TODO -%{_libdir}/lib*.so* +%{_libdir}/lib*.so.* %{_libdir}/lib*.la %{_mandir}/man3/boolstuff.3.gz %{_examplesdir}/%{name} %files devel %defattr(644,root,root,755) +%{_libdir}/lib*.so %{_includedir}/boolstuff-0.1 %{_pkgconfigdir}/*.pc @@ -88,6 +88,10 @@ * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/04/17 11:25:39 uzsolt +- fix build +- rel 1 + Revision 1.1 2010/04/17 09:58:03 uzsolt - initial - doesn't build (possible undefinied macros) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/boolstuff/boolstuff.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
