]> git.pld-linux.org Git - SPECS.git/blob - lightdm-another-gtk-greeter.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / lightdm-another-gtk-greeter.spec
1 %define         pver    1.0.6.3
2 %define         prel    4
3 #
4 Summary:        Yet another GTK+ greeter for LightDM
5 Name:           lightdm-another-gtk-greeter
6 Version:        %{pver}.%{prel}
7 Release:        1
8 License:        GPL v3
9 Group:          Themes
10 Source0:        http://github.com/kalgasnik/lightdm-another-gtk-greeter/archive/%{pver}-%{prel}.tar.gz?/%{name}-%{version}.tar.gz
11 # Source0-md5:  7e4255fccd5725be98a5b40a61953130
12 URL:            http://github.com/kalgasnik/lightdm-another-gtk-greeter/
13 BuildRequires:  autoconf >= 2.68
14 BuildRequires:  automake
15 BuildRequires:  glib2-devel
16 BuildRequires:  gnome-common
17 BuildRequires:  gtk+3-devel
18 BuildRequires:  intltool >= 0.35.0
19 BuildRequires:  libtool
20 BuildRequires:  libxklavier-devel
21 BuildRequires:  lightdm-libs-gobject-devel
22 BuildRequires:  pkgconfig
23 BuildRequires:  xorg-lib-libX11-devel
24 Provides:       lightdm-greeter
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Yet another GTK+ greeter for LightDM.
29
30 %prep
31 %setup -q -n %{name}-%{pver}-%{prel}
32
33 %build
34 %{__libtoolize}
35 %{__intltoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure \
41         --disable-silent-rules
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS INSTALL ChangeLog README
57 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lightdm/%{name}.conf
58 %attr(755,root,root) %{_bindir}/%{name}
59 %{_datadir}/%{name}
60 %{_datadir}/xgreeters/%{name}.desktop
This page took 0.199643 seconds and 3 git commands to generate.