Mass letter "h" and "i" update, one or more apply :

- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
This commit is contained in:
Matthias Saou 2005-03-03 21:46:22 +00:00
parent 1f479986e7
commit 608679e162

View File

@ -4,7 +4,6 @@ Summary: Modular text mode IRC client with Perl scripting
Name: irssi
Version: 0.8.9
Release: 5
Epoch: 0
License: GPL
Group: Applications/Communications
URL: http://irssi.org/
@ -20,21 +19,18 @@ BuildRequires: ncurses-devel openssl-devel zlib-devel pkgconfig gc-devel
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# ----------------------------------------------------------------------------
%description
Irssi is a modular IRC client with Perl scripting. Only text-mode
frontend is currently supported. The GTK/GNOME frontend is no longer
being maintained.
# ----------------------------------------------------------------------------
%prep
%setup -q
install -m 0644 %{SOURCE3} .
%patch1 -p0
# ----------------------------------------------------------------------------
%build
%configure --enable-ipv6 --with-textui \
@ -45,7 +41,6 @@ install -m 0644 %{SOURCE3} .
--with-perl-lib=vendor --with-gc
make %{?_smp_mflags}
# ----------------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
@ -64,12 +59,10 @@ find $RPM_BUILD_ROOT%{perl_vendorarch} -type f -a -name .packlist -exec rm {} ';
# Fix permissions
chmod -R u+w $RPM_BUILD_ROOT%{perl_vendorarch}
# ----------------------------------------------------------------------------
%clean
rm -rf $RPM_BUILD_ROOT
# ----------------------------------------------------------------------------
%files
%defattr(-,root,root,-)
@ -83,7 +76,6 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Irssi*
%{perl_vendorarch}/auto/Irssi
# ----------------------------------------------------------------------------
%changelog
* Fri Dec 24 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.8.9-5