Author: arekm Date: Tue Feb 20 20:22:23 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; enable pkgconfig
---- Files affected: SPECS: device-mapper.spec (1.76 -> 1.77) ---- Diffs: ================================================================ Index: SPECS/device-mapper.spec diff -u SPECS/device-mapper.spec:1.76 SPECS/device-mapper.spec:1.77 --- SPECS/device-mapper.spec:1.76 Fri Feb 16 10:46:27 2007 +++ SPECS/device-mapper.spec Tue Feb 20 21:22:17 2007 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): Wsparcie dla mapowania urządzeń w przestrzeni użytkownika Name: device-mapper Version: 1.02.18 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/System Source0: ftp://sources.redhat.com/pub/dm/%{name}.%{version}.tgz @@ -176,6 +176,7 @@ --with-group=%(id -g) \ --with-interface=ioctl \ --enable-dmeventd \ + --enable-pkgconfig \ --disable-klibc %{__make} @@ -184,6 +185,7 @@ install -d $RPM_BUILD_ROOT/{%{_lib},%{_libdir}/%{name}} %{__make} install \ + usrlibdir="$RPM_BUILD_ROOT%{_libdir}" \ DESTDIR=$RPM_BUILD_ROOT SONAME=$(cd $RPM_BUILD_ROOT%{_libdir}; echo libdevmapper.so.*.*) @@ -225,6 +227,7 @@ %attr(755,root,root) %{_libdir}/libdevmapper.so %attr(755,root,root) %{_libdir}/libdevmapper-event.so %{_includedir}/libdevmapper*.h +%{_pkgconfigdir}/*.pc %files static %defattr(644,root,root,755) @@ -255,6 +258,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.77 2007/02/20 20:22:17 arekm +- rel 2; enable pkgconfig + Revision 1.76 2007/02/16 09:46:27 arekm - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/device-mapper.spec?r1=1.76&r2=1.77&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
