- Update to usermode-1.104.1
- Drop no longer necessary references to BuildRoot:
This commit is contained in:
parent
9c0505313c
commit
68f915cbe4
@ -1 +1 @@
|
|||||||
usermode-1.104.tar.bz2
|
usermode-1.104.1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
64f6ba4490ef50977b1fe9c0525f9265 usermode-1.104.tar.bz2
|
9d831541a2630217574ea23348334308 usermode-1.104.1.tar.xz
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
Summary: Tools for certain user account management tasks
|
Summary: Tools for certain user account management tasks
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.104
|
Version: 1.104.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://fedorahosted.org/usermode/
|
URL: https://fedorahosted.org/usermode/
|
||||||
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.bz2
|
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.xz
|
||||||
Requires: pam, passwd, util-linux
|
Requires: pam, passwd, util-linux
|
||||||
BuildRequires: desktop-file-utils, gettext, glib2-devel, gtk2-devel, intltool
|
BuildRequires: desktop-file-utils, gettext, glib2-devel, gtk2-devel, intltool
|
||||||
BuildRequires: libblkid-devel, libSM-devel, libselinux-devel, libuser-devel
|
BuildRequires: libblkid-devel, libSM-devel, libselinux-devel, libuser-devel
|
||||||
BuildRequires: pam-devel, perl-XML-Parser, startup-notification-devel
|
BuildRequires: pam-devel, perl-XML-Parser, startup-notification-devel
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
||||||
|
|
||||||
%package gtk
|
%package gtk
|
||||||
Summary: Graphical tools for certain user account management tasks
|
Summary: Graphical tools for certain user account management tasks
|
||||||
@ -42,7 +41,6 @@ graphical tools for certain account management tasks.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
||||||
|
|
||||||
# make userformat symlink to usermount
|
# make userformat symlink to usermount
|
||||||
@ -112,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 4 2010 Miloslav Trmač <mitr@redhat.com> - 1.104.1-1
|
||||||
|
- Update to usermode-1.104.1
|
||||||
|
- Drop no longer necessary references to BuildRoot:
|
||||||
|
|
||||||
* Thu Feb 25 2010 Miloslav Trmač <mitr@redhat.com> - 1.104-1
|
* Thu Feb 25 2010 Miloslav Trmač <mitr@redhat.com> - 1.104-1
|
||||||
- Update to usermode-1.104
|
- Update to usermode-1.104
|
||||||
Resolves: #567117
|
Resolves: #567117
|
||||||
|
Loading…
Reference in New Issue
Block a user