mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-04 09:42:40 +02:00
Update RPM spec
* Update instructions to fetch 0.99 tarball * Remove missing README.linux file * Add postinstall to create symlink to libvcmi.so
This commit is contained in:
parent
fca9bcdd7f
commit
3338e4b855
@ -9,9 +9,9 @@ Group: Amusements/Games
|
|||||||
|
|
||||||
# The source for this package was pulled from upstream's vcs. Use the
|
# The source for this package was pulled from upstream's vcs. Use the
|
||||||
# following commands to generate the tarball:
|
# following commands to generate the tarball:
|
||||||
# wget https://github.com/vcmi/vcmi/archive/0.98.tar.gz
|
# wget https://github.com/vcmi/vcmi/archive/0.99.tar.gz
|
||||||
# tar -xzf 0.98.tar.gz vcmi-0.98-1
|
# tar -xzf 0.99.tar.gz vcmi-0.99-1
|
||||||
Source: vcmi-0.98-1.tar.gz
|
Source: vcmi-0.99-1.tar.gz
|
||||||
|
|
||||||
URL: http://forum.vcmi.eu/portal.php
|
URL: http://forum.vcmi.eu/portal.php
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ rm -rf %{buildroot}
|
|||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md README.linux license.txt AUTHORS ChangeLog
|
%doc README.md license.txt AUTHORS ChangeLog
|
||||||
%{_bindir}/vcmiclient
|
%{_bindir}/vcmiclient
|
||||||
%{_bindir}/vcmiserver
|
%{_bindir}/vcmiserver
|
||||||
%{_bindir}/vcmibuilder
|
%{_bindir}/vcmibuilder
|
||||||
@ -60,6 +60,9 @@ make DESTDIR=%{buildroot} install
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
%{_datadir}/icons/*
|
%{_datadir}/icons/*
|
||||||
|
|
||||||
|
%post
|
||||||
|
%{__ln_s} -f %{_libdir}/%{name}/libvcmi.so %{_libdir}/libvcmi.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
* Tue Nov 01 2016 VCMI - 0.99-1
|
* Tue Nov 01 2016 VCMI - 0.99-1
|
||||||
|
Loading…
Reference in New Issue
Block a user