Author: qboosh Date: Sat Jan 7 10:41:42 2012 GMT Module: packages Tag: HEAD ---- Log message: - pl - BR: acl-devel, intltool; vala is not needed for releases - missing defattr for -init - use explicit --with-distro
---- Files affected: packages/systemd: systemd.spec (1.69 -> 1.70) ---- Diffs: ================================================================ Index: packages/systemd/systemd.spec diff -u packages/systemd/systemd.spec:1.69 packages/systemd/systemd.spec:1.70 --- packages/systemd/systemd.spec:1.69 Wed Dec 7 13:15:57 2011 +++ packages/systemd/systemd.spec Sat Jan 7 11:41:37 2012 @@ -23,6 +23,7 @@ Patch1: config-pld.patch Patch2: shut-sysv-up.patch URL: http://www.freedesktop.org/wiki/Software/systemd +BuildRequires: acl-devel %{?with_audit:BuildRequires: audit-libs-devel} BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1:1.11 @@ -35,6 +36,7 @@ BuildRequires: libnotify-devel >= 0.7.0 %endif BuildRequires: gperf +BuildRequires: intltool >= 0.40.0 BuildRequires: libcap-devel %{?with_selinux:BuildRequires: libselinux-devel} BuildRequires: libtool >= 2:2.2 @@ -45,7 +47,8 @@ BuildRequires: pkgconfig >= 0.9.0 BuildRequires: rpmbuild(macros) >= 1.527 BuildRequires: udev-devel >= 172 -BuildRequires: vala >= 0.10.0 +# not required for building from release (which contains *.c for *.vala) +#BuildRequires: vala >= 0.10.0 Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-units = %{version}-%{release} Requires: SysVinit-tools @@ -92,6 +95,7 @@ %package init Summary: systemd /sbin/init and LSB/SysV compatibility symlinks +Summary(pl.UTF-8): /sbin/init z systemd i dowiązania dla kompatybilności z LSB/SysV Group: Base Requires: systemd Provides: readahead = 1:1.5.7-3 @@ -103,8 +107,13 @@ %description init Install this package when you are ready to final switch to systemd. +%description init -l pl.UTF-8 +Ten pakiet należy zainstalować po przygotowaniu się do ostatecznego +przejścia na systemd. + %package units Summary: Configuration files, directories and installation tool for systemd +Summary(pl.UTF-8): Pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla systemd Group: Base Requires(post): coreutils Requires(post): gawk @@ -116,8 +125,16 @@ This is common config, use %{_sysconfdir}/systemd/system to override. +%description units -l pl.UTF-8 +Podstawowe pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla +zarządcy systemu i usług systemd. + +Ten pakiet zawiera ogólną konfigurację, ustawienia można nadpisać +poprzez katalog %{_sysconfdir}/systemd/system. + %package gtk Summary: Graphical frontend for systemd +Summary(pl.UTF-8): Graficzny interfejs do systemd Group: Base Requires: %{name} = %{version}-%{release} Requires: polkit @@ -125,21 +142,19 @@ %description gtk Graphical front-end for systemd. -%package -n bash-completion-systemd -Summary: bash-completion for systemd -Group: Applications/Shells -Requires: %{name} -Requires: bash-completion - -%description -n bash-completion-systemd -bash-completion for systemd. +%description gtk -l pl.UTF-8 +Graficzny interfejs do systemd. %package libs -Summary: Shared systemd library +Summary: Shared systemd libraries +Summary(pl.UTF-8): Biblioteki współdzielone systemd Group: Libraries %description libs -Shared systemd library. +Shared systemd libraries. + +%description libs -l pl.UTF-8 +Biblioteki współdzielone systemd. %package devel Summary: Header files for systemd libraries @@ -153,6 +168,19 @@ %description devel -l pl.UTF-8 Pliki nagłówkowe bibliotek systemd. +%package -n bash-completion-systemd +Summary: bash-completion for systemd +Summary(pl.UTF-8): Bashowe dopełnianie składni dla systemd +Group: Applications/Shells +Requires: %{name} +Requires: bash-completion + +%description -n bash-completion-systemd +bash-completion for systemd. + +%description -n bash-completion-systemd -l pl.UTF-8 +Bashowe dopełnianie składni dla systemd + %prep %setup -q %patch0 -p1 @@ -174,6 +202,7 @@ %{__enable_disable tcpd tcpwrap} \ --disable-silent-rules \ --disable-static \ + --with-distro=pld \ --with-rootdir= %{__make} @@ -386,6 +415,7 @@ %endif %files init +%defattr(644,root,root,755) %attr(755,root,root) /sbin/halt %attr(755,root,root) /sbin/init %attr(755,root,root) /sbin/poweroff @@ -401,13 +431,6 @@ %{_mandir}/man8/shutdown.8* %{_mandir}/man8/telinit.8* -%files libs -%defattr(644,root,root,755) -%attr(755,root,root) /%{_lib}/libsystemd-daemon.so.*.*.* -%attr(755,root,root) %ghost /%{_lib}/libsystemd-daemon.so.0 -%attr(755,root,root) /%{_lib}/libsystemd-login.so.*.*.* -%attr(755,root,root) %ghost /%{_lib}/libsystemd-login.so.0 - %files units %defattr(644,root,root,755) %dir %{_sysconfdir}/binfmt.d @@ -446,24 +469,37 @@ %{_mandir}/man1/systemadm.1* %endif -%files -n bash-completion-systemd +%files libs %defattr(644,root,root,755) -/etc/bash_completion.d/systemctl-bash-completion.sh +%attr(755,root,root) /%{_lib}/libsystemd-daemon.so.*.*.* +%attr(755,root,root) %ghost /%{_lib}/libsystemd-daemon.so.0 +%attr(755,root,root) /%{_lib}/libsystemd-login.so.*.*.* +%attr(755,root,root) %ghost /%{_lib}/libsystemd-login.so.0 %files devel %defattr(644,root,root,755) -%{_includedir}/%{name} %attr(755,root,root) %{_libdir}/libsystemd-daemon.so %attr(755,root,root) %{_libdir}/libsystemd-login.so +%{_includedir}/%{name} %{_pkgconfigdir}/libsystemd-daemon.pc %{_pkgconfigdir}/libsystemd-login.pc +%files -n bash-completion-systemd +%defattr(644,root,root,755) +/etc/bash_completion.d/systemctl-bash-completion.sh + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.70 2012/01/07 10:41:37 qboosh +- pl +- BR: acl-devel, intltool; vala is not needed for releases +- missing defattr for -init +- use explicit --with-distro + Revision 1.69 2011/12/07 12:15:57 gotar - mask SysV random service - it's replaced by systemd-random-seed-{load,save}.service - fixed path of removed mounts ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.69&r2=1.70&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
