3
0
forked from pool/perl-gettext
OBS User unknown 2007-05-27 16:38:31 +00:00 committed by Git OBS Bridge
parent 49cc0a55f2
commit c210ca1aeb
2 changed files with 23 additions and 15 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 27 18:17:53 CEST 2007 - rguenther@suse.de
- add perl BuildRequires
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:30:49 CET 2006 - mls@suse.de Wed Jan 25 21:30:49 CET 2006 - mls@suse.de

View File

@ -1,25 +1,26 @@
# #
# spec file for package perl-gettext (Version 1.05) # spec file for package perl-gettext (Version 1.05)
# #
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via http://www.suse.de/feedback/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: perl-gettext Name: perl-gettext
License: Artistic License, Unknown License: Artistic License, No license agreement found in package
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
BuildRequires: perl
Obsoletes: perl_gtx Obsoletes: perl_gtx
Provides: perl_gtx Provides: perl_gtx
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on Autoreqprov: on
Summary: gettext for perl Summary: gettext for perl
Version: 1.05 Version: 1.05
Release: 1 Release: 49
Source: gettext-%{version}.tar.gz Source: gettext-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -54,7 +55,9 @@ make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT install_vendor
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%doc README %doc README
%changelog -n perl-gettext %changelog
* Sun May 27 2007 - rguenther@suse.de
- add perl BuildRequires
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jul 11 2005 - schubi@suse.de * Mon Jul 11 2005 - schubi@suse.de