Bump to latest upstream

epel9
Martin Briza 11 years ago
parent 5d79b80f39
commit b29950d35c

1
.gitignore vendored

@ -3,3 +3,4 @@
/50ca5b20354b6d338ce8836a613af19cedb1dca2.tar.gz /50ca5b20354b6d338ce8836a613af19cedb1dca2.tar.gz
/7a008602f5f0a4ed8586ce24012983458a687d4e.tar.gz /7a008602f5f0a4ed8586ce24012983458a687d4e.tar.gz
/db1d7381754a01a69b0f4c579c0267d80183c066.tar.gz /db1d7381754a01a69b0f4c579c0267d80183c066.tar.gz
/f49c2c79b76078169f22cb0f85973cebc70333de.tar.gz

@ -1,13 +0,0 @@
[Unit]
Description=Simple Desktop Display Manager
Conflicts=getty@tty1.service
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
[Service]
ExecStart=/usr/bin/sddm
Restart=always
IgnoreSIGPIPE=no
[Install]
Alias=display-manager.service

@ -1,15 +1,15 @@
%global _hardened_build 1 %global _hardened_build 1
%global sddm_commit db1d7381754a01a69b0f4c579c0267d80183c066 %global sddm_commit f49c2c79b76078169f22cb0f85973cebc70333de
Name: sddm Name: sddm
Version: 0.2.0 Version: 0.2.0
Release: 0.29.20140623git%(echo %{sddm_commit} | cut -c-8)%{?dist} Release: 0.30.20140627git%(echo %{sddm_commit} | cut -c-8)%{?dist}
# code GPLv2+, fedora theme CC-BY-SA # code GPLv2+, fedora theme CC-BY-SA
License: GPLv2+ and CC-BY-SA License: GPLv2+ and CC-BY-SA
Summary: QML based X11 desktop manager Summary: QML based X11 desktop manager
Url: https://github.com/sddm/sddm Url: https://github.com/sddm/sddm
Source0: https://github.com/MartinBriza/sddm/archive/%{sddm_commit}.tar.gz Source0: https://github.com/sddm/sddm/archive/%{sddm_commit}.tar.gz
# fedora standard sddm.conf # fedora standard sddm.conf
Source10: sddm.conf Source10: sddm.conf
@ -17,8 +17,6 @@ Source10: sddm.conf
Source11: sddm.pam Source11: sddm.pam
# Shamelessly stolen from gdm # Shamelessly stolen from gdm
Source12: sddm-autologin.pam Source12: sddm-autologin.pam
# We need to ship our own service file to handle Fedora-specific cases
Source13: sddm.service
# systesmd tmpfiles support for /var/run/sddm # systesmd tmpfiles support for /var/run/sddm
Source14: tmpfiles-sddm.conf Source14: tmpfiles-sddm.conf
@ -35,6 +33,7 @@ BuildRequires: pam-devel
BuildRequires: libxcb-devel BuildRequires: libxcb-devel
BuildRequires: qt4-devel BuildRequires: qt4-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python-docutils
Obsoletes: kde-settings-sddm < 20-5 Obsoletes: kde-settings-sddm < 20-5
@ -71,7 +70,7 @@ A collection of sddm themes, including: circles, elarun, maldives, maui.
%build %build
mkdir -p %{_target_platform} mkdir -p %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
%{cmake} .. %{cmake} -DBUILD_MAN_PAGES=true -DENABLE_JOURNALD=true ..
popd popd
make %{?_smp_mflags} -C %{_target_platform} make %{?_smp_mflags} -C %{_target_platform}
@ -83,7 +82,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
install -Dpm 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/sddm.conf install -Dpm 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/sddm.conf
install -Dpm 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/pam.d/sddm install -Dpm 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/pam.d/sddm
install -Dpm 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/pam.d/sddm-autologin install -Dpm 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/pam.d/sddm-autologin
install -Dpm 644 %{SOURCE13} %{buildroot}%{_unitdir}/sddm.service
install -Dpm 644 %{SOURCE14} %{buildroot}%{_tmpfilesdir}/sddm.conf install -Dpm 644 %{SOURCE14} %{buildroot}%{_tmpfilesdir}/sddm.conf
mkdir -p %{buildroot}%{_localstatedir}/run/sddm mkdir -p %{buildroot}%{_localstatedir}/run/sddm
@ -133,6 +131,7 @@ exit 0
%{_datadir}/sddm/themes/fedora/ %{_datadir}/sddm/themes/fedora/
# %%lang'ify ? -- rex # %%lang'ify ? -- rex
%{_datadir}/sddm/translations/ %{_datadir}/sddm/translations/
%{_mandir}/man*/sddm*
%files themes %files themes
%{_datadir}/sddm/themes/circles/ %{_datadir}/sddm/themes/circles/
@ -141,7 +140,12 @@ exit 0
%{_datadir}/sddm/themes/maui/ %{_datadir}/sddm/themes/maui/
%changelog %changelog
* Tue Jun 24 2014 Martin Briza <mbriza@redhat.com> - 0.2.0-0.28.20140623gitdb1d7381 * Fri Jun 27 2014 Martin Briza <mbriza@redhat.com> - 0.2.0-0.30.20140627gitf49c2c79
- Bump to latest upstream, switch back to sddm project
- Drop sddm.service
- Enable manpage and journald support
* Tue Jun 24 2014 Martin Briza <mbriza@redhat.com> - 0.2.0-0.29.20140623gitdb1d7381
- Fix default config to respect the new /usr/share paths - Fix default config to respect the new /usr/share paths
- Fixed multiple users after autologin - Fixed multiple users after autologin

@ -1 +1 @@
eeb5bc6c493b018f73482de460b29f78 db1d7381754a01a69b0f4c579c0267d80183c066.tar.gz 84a42e1093591fd45c2f6ed6f4f8dfcf f49c2c79b76078169f22cb0f85973cebc70333de.tar.gz

Loading…
Cancel
Save