Some spec cleanup
This commit is contained in:
parent
25b41e2655
commit
ef15be8623
1 changed files with 9 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: adonthell
|
||||
Summary: A 2D graphical RPG game
|
||||
Version: 0.3.5
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://adonthell.nongnu.org/
|
||||
Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz
|
||||
|
|
@ -68,15 +68,16 @@ sed -i 's|^CFLAGS|^#CFLAGS|g' configure
|
|||
|
||||
%build
|
||||
%configure --enable-doc
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING FULLSCREEN.howto NEWBIE NEWS README
|
||||
%license COPYING AUTHORS
|
||||
%doc FULLSCREEN.howto NEWBIE NEWS README
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-0.3
|
||||
%{_datadir}/%{name}/
|
||||
|
|
@ -86,6 +87,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 01 2015 Alexandre Moine <nobrakal@gmail.com> - 0.3.5-6
|
||||
- Some spec cleanup
|
||||
- Move COPYING and AUTHORS from %%doc to %%license
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue