Compare commits
6 Commits
usermode-1_100-1
...
f11
| Author | SHA1 | Date | |
|---|---|---|---|
| 78af729153 | |||
| 17eb9c95dc | |||
| 71f7f86997 | |||
| 5af0b258fd | |||
| 269440fd99 | |||
| bdab431437 |
@@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: usermode
|
||||
# $Id: Makefile,v 1.1 2004/09/09 13:52:40 cvsdist Exp $
|
||||
NAME := usermode
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attempt a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
+8
-5
@@ -1,16 +1,16 @@
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.100
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/usermode/
|
||||
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.bz2
|
||||
Requires: pam, passwd, util-linux
|
||||
BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
|
||||
BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
|
||||
BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: desktop-file-utils, e2fsprogs-devel, gettext, glib2-devel
|
||||
BuildRequires: gtk2-devel, intltool, libSM-devel, libglade2-devel
|
||||
BuildRequires: libselinux-devel, libuser-devel, pam-devel, perl-XML-Parser
|
||||
BuildRequires: startup-notification-devel, util-linux
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%package gtk
|
||||
@@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.100-2
|
||||
- Add BuildRequires: intltool
|
||||
|
||||
* Tue Apr 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.100-1
|
||||
- Update to usermode-1.100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user