Compare commits

...

6 Commits

Author SHA1 Message Date
Fedora Release Engineering 78af729153 dist-git conversion 2010-07-29 14:48:56 +00:00
Bill Nottingham 17eb9c95dc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:25 +00:00
Jesse Keating 71f7f86997 Initialize branch F-11 for usermode 2009-04-15 05:01:15 +00:00
Miloslav Trmac 5af0b258fd - Add BuildRequires: intltool 2009-04-14 16:07:50 +00:00
Miloslav Trmac 269440fd99 - Add BuildRequires: intltool 2009-04-14 16:05:59 +00:00
Miloslav Trmac bdab431437 Add BuildRequires: intltool 2009-04-14 15:59:05 +00:00
3 changed files with 8 additions and 26 deletions
View File
-21
View File
@@ -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
View File
@@ -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