- added languages from upstream
- changed build policy
This commit is contained in:
parent
b37d1ca3be
commit
618c2731a3
@ -1 +1,2 @@
|
||||
usermode-1.72.tar.gz
|
||||
usermode-1.73.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
161606361a4b2dd08b368d0535a7356a usermode-1.72.tar.gz
|
||||
ea84c89460354c9c814a545975f83d39 usermode-1.73.tar.bz2
|
||||
|
@ -5,11 +5,11 @@
|
||||
%define build6x 0
|
||||
Summary: Tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.72
|
||||
Release: 2
|
||||
Version: 1.73
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}.tar.gz
|
||||
Source: usermode-%{version}.tar.bz2
|
||||
%if %{build6x}
|
||||
Requires: util-linux, pam >= 0.66-5
|
||||
%else
|
||||
@ -45,6 +45,7 @@ graphical tools for certain account management tasks.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -114,6 +115,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 04 2004 Jindrich Novy <jnovy@redhat.com> 1.73-1
|
||||
- add support to configure.in for more languages
|
||||
- update translations from upstream
|
||||
- generate build scripts by autogen.sh
|
||||
|
||||
* Tue Sep 28 2004 Rik van Riel <riel@redhat.com> 1.72-2
|
||||
- add dependency on passwd (bz #125010)
|
||||
- make sure the Release: isn't part of the path name and tarball name
|
||||
|
Loading…
Reference in New Issue
Block a user