Author: arekm Date: Tue Jan 17 17:11:47 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2; proper dir for pam; add BR libgee-devel
---- Files affected: packages/systemd: systemd.spec (1.76 -> 1.77) ---- Diffs: ================================================================ Index: packages/systemd/systemd.spec diff -u packages/systemd/systemd.spec:1.76 packages/systemd/systemd.spec:1.77 --- packages/systemd/systemd.spec:1.76 Tue Jan 17 17:48:17 2012 +++ packages/systemd/systemd.spec Tue Jan 17 18:11:42 2012 @@ -12,7 +12,7 @@ Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa Name: systemd Version: 38 -Release: 1 +Release: 2 License: GPL v2+ Group: Base Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz @@ -33,6 +33,7 @@ %if %{with gtk} BuildRequires: glib2-devel >= 1:2.26.1 BuildRequires: gtk+2-devel >= 2:2.24.0 +BuildRequires: libgee-devel BuildRequires: libnotify-devel >= 0.7.0 %endif BuildRequires: gperf @@ -204,7 +205,8 @@ --disable-static \ --with-distro=pld \ --with-rootprefix= \ - --with-rootlibdir=/lib + --with-rootlibdir=/lib \ + --with-pamlibdir=/%{_lib}/security %{__make} ./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon @@ -267,7 +269,7 @@ %endif %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name} -%{__rm} $RPM_BUILD_ROOT/lib/security/pam_systemd.la +%{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_systemd.la %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la %clean @@ -413,7 +415,7 @@ %attr(664,root,utmp) %ghost /var/log/wtmp %if %{with pam} -%attr(755,root,root) /lib/security/pam_systemd.so +%attr(755,root,root) /%{_lib}/security/pam_systemd.so %{_mandir}/man8/pam_systemd.8* %endif @@ -526,6 +528,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.77 2012/01/17 17:11:42 arekm +- rel 2; proper dir for pam; add BR libgee-devel + Revision 1.76 2012/01/17 16:48:17 cactus - disable SYSV console service ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.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
