automatic version update by autodist [release 3.0.0-1mamba;Wed Jun 18 2014]
This commit is contained in:
parent
8cabda3c6e
commit
0df589383e
40
cmake.spec
40
cmake.spec
@ -1,7 +1,7 @@
|
|||||||
%define majorminor %(echo %version | cut -d. -f 1-2)
|
%define majorminor %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.12.2
|
Version: 3.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A cross-platform, open-source make system
|
Summary: A cross-platform, open-source make system
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -43,7 +43,7 @@ Other sponsors include the Insight, VTK, and VXL open source software communitie
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
#%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@ -61,9 +61,9 @@ export CXXFLAGS="%{optflags}"
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
cp -a Example %{buildroot}%{_datadir}/doc/%{name}-%{version}/
|
#cp -a Example %{buildroot}%{_datadir}/doc/%{name}-%{version}/
|
||||||
install -D -m 0644 Docs/cmake-mode.el \
|
#install -D -m 0644 Docs/cmake-mode.el \
|
||||||
%{buildroot}%{_datadir}/emacs/site-lisp/cmake-mode.el
|
# %{buildroot}%{_datadir}/emacs/site-lisp/cmake-mode.el
|
||||||
|
|
||||||
install -D -m 0644 %{S:1} \
|
install -D -m 0644 %{S:1} \
|
||||||
%{buildroot}%{_sysconfdir}/rpm/macros.cmake
|
%{buildroot}%{_sysconfdir}/rpm/macros.cmake
|
||||||
@ -73,27 +73,31 @@ install -D -m 0644 %{S:1} \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_sysconfdir}/rpm/macros.cmake
|
||||||
%{_bindir}/ccmake
|
%{_bindir}/ccmake
|
||||||
%{_bindir}/cmake
|
%{_bindir}/cmake
|
||||||
%{_bindir}/cpack
|
%{_bindir}/cpack
|
||||||
%{_bindir}/ctest
|
%{_bindir}/ctest
|
||||||
%{_datadir}/%{name}/
|
#%{_datadir}/emacs/*
|
||||||
%{_mandir}/man1/ccmake.*
|
%dir %{_datadir}/%{name}
|
||||||
%{_mandir}/man1/cmake.*
|
%{_datadir}/%{name}/*
|
||||||
%{_mandir}/man1/cmakecommands.*
|
#%{_mandir}/man1/ccmake.*
|
||||||
%{_mandir}/man1/cmakecompat.*
|
#%{_mandir}/man1/cmake.*
|
||||||
%{_mandir}/man1/cmakemodules.*
|
#%{_mandir}/man1/cmakecommands.*
|
||||||
%{_mandir}/man1/cmakepolicies.*
|
#%{_mandir}/man1/cmakecompat.*
|
||||||
%{_mandir}/man1/cmakeprops.*
|
#%{_mandir}/man1/cmakemodules.*
|
||||||
%{_mandir}/man1/cmakevars.*
|
#%{_mandir}/man1/cmakepolicies.*
|
||||||
%{_mandir}/man1/cpack.*
|
#%{_mandir}/man1/cmakeprops.*
|
||||||
%{_mandir}/man1/ctest.*
|
#%{_mandir}/man1/cmakevars.*
|
||||||
|
#%{_mandir}/man1/cpack.*
|
||||||
|
#%{_mandir}/man1/ctest.*
|
||||||
%{_datadir}/aclocal/cmake.m4
|
%{_datadir}/aclocal/cmake.m4
|
||||||
%{_datadir}/doc/%{name}-%{version}/
|
%{_datadir}/doc/%{name}-%{version}/
|
||||||
%{_datadir}/emacs/*
|
|
||||||
%{_sysconfdir}/rpm/macros.cmake
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 18 2014 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jan 26 2014 Automatic Build System <autodist@mambasoft.it> 2.8.12.2-1mamba
|
* Sun Jan 26 2014 Automatic Build System <autodist@mambasoft.it> 2.8.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user