Author: qboosh Date: Sat Jan 12 13:18:40 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - more verbose files, ghost soname symlink - moved dotconf-config to -devel - moved static-only libpool to -devel - added am18 patch to avoid automake 1.8+ warning when -devel is installed
---- Files affected: SPECS: dotconf.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/dotconf.spec diff -u SPECS/dotconf.spec:1.2 SPECS/dotconf.spec:1.3 --- SPECS/dotconf.spec:1.2 Sat Jan 12 14:01:14 2008 +++ SPECS/dotconf.spec Sat Jan 12 14:18:35 2008 @@ -8,6 +8,7 @@ Group: Libraries Source0: http://www.azzit.de/dotconf/download/v1.0/%{name}-%{version}.tar.gz # Source0-md5: bbf981a5f4a64e94cc6f2a693f96c21a +Patch0: %{name}-am18.patch URL: http://www.azzit.de/dotconf/ BuildRequires: autoconf BuildRequires: automake @@ -62,6 +63,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -87,20 +89,23 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README doc/*.txt examples -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libdotconf-*.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdotconf-1.0.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/* -%{_aclocaldir}/*.m4 -%{_pkgconfigdir}/*.pc +%attr(755,root,root) %{_bindir}/dotconf-config +%attr(755,root,root) %{_libdir}/libdotconf.so +%{_libdir}/libdotconf.la +%{_libdir}/libpool.a +%{_includedir}/dotconf.h +%{_includedir}/libpool.h +%{_aclocaldir}/dotconf.m4 +%{_pkgconfigdir}/dotconf.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libdotconf.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -108,6 +113,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-12 13:18:35 qboosh +- more verbose files, ghost soname symlink +- moved dotconf-config to -devel +- moved static-only libpool to -devel +- added am18 patch to avoid automake 1.8+ warning when -devel is installed + Revision 1.2 2008-01-12 13:01:14 qboosh - pl desc, cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dotconf.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
