Author: glen Date: Sat Mar 12 18:42:50 2011 GMT Module: packages Tag: HEAD ---- Log message: - package all files, update cmake macro, track soname changes; rel 2
---- Files affected: packages/libgcal: libgcal.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/libgcal/libgcal.spec diff -u packages/libgcal/libgcal.spec:1.5 packages/libgcal/libgcal.spec:1.6 --- packages/libgcal/libgcal.spec:1.5 Fri Jan 28 02:40:22 2011 +++ packages/libgcal/libgcal.spec Sat Mar 12 19:42:45 2011 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka napisana w C obsługująca kalendarz i kontakty Google Name: libgcal Version: 0.9.6 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: http://libgcal.googlecode.com/files/%{name}-%{version}.tar.bz2 @@ -14,6 +14,7 @@ BuildRequires: curl-devel BuildRequires: libxml2-devel BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.600 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,11 +44,6 @@ install -d build cd build %cmake \ - -DCMAKE_BUILD_TYPE="Release" \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -%if "%{_lib}" == "lib64" - -DLIB_SUFFIX=64 \ -%endif .. %{__make} @@ -68,14 +64,15 @@ %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/lib*.so.? +%attr(755,root,root) %{_libdir}/libgcal.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgcal.so.0 %files devel %defattr(644,root,root,755) %{_libdir}/libgcal.so %{_includedir}/libgcal %{_pkgconfigdir}/libgcal.pc +%{_libdir}/LibGCal/cmake/LibGCalConfig.cmake %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -83,6 +80,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2011/03/12 18:42:45 glen +- package all files, update cmake macro, track soname changes; rel 2 + Revision 1.5 2011/01/28 01:40:22 sparky - BR: pkgconfig @@ -97,4 +97,3 @@ Revision 1.1 2010/09/27 12:44:36 vip - new, draft, feel free to edit - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgcal/libgcal.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
