fix specfile issues reported by the fedora-review script
This commit is contained in:
parent
8090a9a211
commit
2471cfda9d
11
elinks.spec
11
elinks.spec
@ -1,13 +1,12 @@
|
|||||||
Name: elinks
|
Name: elinks
|
||||||
Summary: A text-mode Web browser
|
Summary: A text-mode Web browser
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 0.29.pre5%{?dist}
|
Release: 0.30.pre5%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://elinks.or.cz
|
URL: http://elinks.or.cz
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://elinks.or.cz/download/elinks-%{version}pre5.tar.bz2
|
Source: http://elinks.or.cz/download/elinks-%{version}pre5.tar.bz2
|
||||||
Source2: elinks.conf
|
Source2: elinks.conf
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
@ -107,7 +106,6 @@ fi
|
|||||||
make %{?_smp_mflags} $MOPTS
|
make %{?_smp_mflags} $MOPTS
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT V=1
|
make install DESTDIR=$RPM_BUILD_ROOT V=1
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
||||||
@ -141,11 +139,7 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f elinks.lang
|
%files -f elinks.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README SITES TODO COPYING
|
%doc README SITES TODO COPYING
|
||||||
%ghost %verify(not md5 size mtime) %{_bindir}/links
|
%ghost %verify(not md5 size mtime) %{_bindir}/links
|
||||||
%{_bindir}/elinks
|
%{_bindir}/elinks
|
||||||
@ -155,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 0.12-0.30.pre5
|
||||||
|
- fix specfile issues reported by the fedora-review script
|
||||||
|
|
||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.29.pre5
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-0.29.pre5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user