update to 1.23.1 [release 1.23.1-1mamba;Mon Jul 07 2014]
This commit is contained in:
parent
e0fb417bca
commit
9781f66349
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang}
|
Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang}
|
||||||
Version: 1.23.0
|
Version: 1.23.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A collaborative editing software that runs Wikipedia and other projects
|
Summary: A collaborative editing software that runs Wikipedia and other projects
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
@ -71,7 +71,7 @@ install -d %{buildroot}%{installdir}
|
|||||||
cp -a * %{buildroot}%{installdir}
|
cp -a * %{buildroot}%{installdir}
|
||||||
rm -fr %{buildroot}%{installdir}/{t,tests}
|
rm -fr %{buildroot}%{installdir}/{t,tests}
|
||||||
find %{buildroot}%{installdir} -name .svnignore -delete
|
find %{buildroot}%{installdir} -name .svnignore -delete
|
||||||
for docfile in COPYING FAQ HISTORY INSTALL README RELEASE-NOTES UPGRADE; do
|
for docfile in COPYING FAQ HISTORY INSTALL README README.mediawiki RELEASE-NOTES UPGRADE; do
|
||||||
rm -f %{buildroot}%{installdir}/$docfile
|
rm -f %{buildroot}%{installdir}/$docfile
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -147,7 +147,6 @@ fi
|
|||||||
#%{installdir}/redirect.phtml
|
#%{installdir}/redirect.phtml
|
||||||
%{installdir}/StartProfiler.sample
|
%{installdir}/StartProfiler.sample
|
||||||
%{installdir}/wiki.phtml
|
%{installdir}/wiki.phtml
|
||||||
%{installdir}/README.mediawiki
|
|
||||||
%{installdir}/RELEASE-NOTES*
|
%{installdir}/RELEASE-NOTES*
|
||||||
%doc COPYING FAQ HISTORY README UPGRADE
|
%doc COPYING FAQ HISTORY README UPGRADE
|
||||||
%exclude %{installdir}/skins/openmamba*
|
%exclude %{installdir}/skins/openmamba*
|
||||||
@ -159,6 +158,9 @@ fi
|
|||||||
%dir %{installdir}/skins/openmamba/*
|
%dir %{installdir}/skins/openmamba/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 07 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23.1-1mamba
|
||||||
|
- update to 1.23.1
|
||||||
|
|
||||||
* Mon Jun 23 2014 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
|
* Mon Jun 23 2014 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user