Author: qboosh Date: Thu Sep 4 16:30:19 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.2.0 - added types patch
---- Files affected: SPECS: DFB++.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/DFB++.spec diff -u SPECS/DFB++.spec:1.26 SPECS/DFB++.spec:1.27 --- SPECS/DFB++.spec:1.26 Sun Mar 11 18:49:40 2007 +++ SPECS/DFB++.spec Thu Sep 4 18:30:14 2008 @@ -2,12 +2,13 @@ Summary: C++ binding for DirectFB Summary(pl.UTF-8): Interfejs C++ do DirectFB Name: DFB++ -Version: 1.0.0 +Version: 1.2.0 Release: 1 License: LGPL v2+ Group: Libraries Source0: http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz -# Source0-md5: c7d0b98bcc648a25ff11bfc74635f4ca +# Source0-md5: 80b94caff14e2e59be762cad8018e655 +Patch0: %{name}-types.patch URL: http://www.directfb.org/index.php?path=Development/Projects/DFB++ BuildRequires: DirectFB-devel >= 1:%{version} BuildRequires: autoconf >= 2.52 @@ -61,6 +62,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -79,7 +81,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install examples/simple.cpp $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install examples/*.cpp $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT @@ -92,7 +94,8 @@ %doc AUTHORS ChangeLog README %attr(755,root,root) %{_bindir}/dfbshow %attr(755,root,root) %{_bindir}/dfbswitch -%attr(755,root,root) %{_libdir}/libdfb++-*.so.*.*.* +%attr(755,root,root) %{_libdir}/libdfb++-1.2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdfb++-1.2.so.0 %files devel %defattr(644,root,root,755) @@ -100,7 +103,7 @@ %attr(755,root,root) %{_libdir}/libdfb++.so %{_libdir}/libdfb++.la %{_includedir}/dfb++ -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/dfb++.pc %{_examplesdir}/%{name}-%{version} %files static @@ -113,6 +116,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2008/09/04 16:30:14 qboosh +- updated to 1.2.0 +- added types patch + Revision 1.26 2007/03/11 17:49:40 qboosh - updated to 1.0.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/DFB++.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
