automatic version update by autodist [release 1.0.0-1mamba;Fri Nov 22 2019]
This commit is contained in:
parent
fbf61dd7f4
commit
3daad774d7
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: mm-common
|
Name: mm-common
|
||||||
Version: 0.9.12
|
Version: 1.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Common build files of the C++ bindings
|
Summary: Common build files of the C++ bindings
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -25,49 +25,45 @@ Group: Development/Tools
|
|||||||
%description devel
|
%description devel
|
||||||
Common build files of the C++ bindings.
|
Common build files of the C++ bindings.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/mm-common-get
|
||||||
%{_bindir}/mm-common-prepare
|
%{_bindir}/mm-common-prepare
|
||||||
%{_datadir}/aclocal/mm-*.m4
|
%{_datadir}/aclocal/mm-*.m4
|
||||||
%{_datadir}/doc/mm-common/README
|
|
||||||
%{_datadir}/doc/mm-common/skeletonmm.tar.gz
|
|
||||||
%{_mandir}/man1/mm-common-prepare.1.gz
|
|
||||||
%dir %{_datadir}/mm-common
|
%dir %{_datadir}/mm-common
|
||||||
%dir %{_datadir}/mm-common/build
|
%dir %{_datadir}/mm-common/build
|
||||||
%{_datadir}/mm-common/build/compile-binding.am
|
%{_datadir}/mm-common/build/*
|
||||||
%{_datadir}/mm-common/build/dist-changelog.am
|
|
||||||
%{_datadir}/mm-common/build/doc-reference.am
|
|
||||||
%{_datadir}/mm-common/build/generate-binding.am
|
|
||||||
%dir %{_datadir}/mm-common/doctags
|
%dir %{_datadir}/mm-common/doctags
|
||||||
%{_datadir}/mm-common/doctags/libstdc++.tag
|
%{_datadir}/mm-common/doctags/libstdc++.tag
|
||||||
%dir %{_datadir}/mm-common/doctool
|
%dir %{_datadir}/mm-common/doctool
|
||||||
%{_datadir}/mm-common/doctool/doc-install.pl
|
%{_datadir}/mm-common/doctool/*
|
||||||
%{_datadir}/mm-common/doctool/doc-postprocess.pl
|
|
||||||
%{_datadir}/mm-common/doctool/doxygen.css
|
|
||||||
%{_datadir}/mm-common/doctool/doxygen-extra.css
|
|
||||||
%{_datadir}/mm-common/doctool/doxygen-extra.css
|
|
||||||
%{_datadir}/mm-common/doctool/tagfile-to-devhelp2.xsl
|
|
||||||
%{_datadir}/pkgconfig/mm-common-libstdc++.pc
|
%{_datadir}/pkgconfig/mm-common-libstdc++.pc
|
||||||
%{_datadir}/pkgconfig/mm-common-util.pc
|
%{_datadir}/pkgconfig/mm-common-util.pc
|
||||||
|
%{_mandir}/man1/mm-common-get.1*
|
||||||
|
%{_mandir}/man1/mm-common-prepare.1*
|
||||||
|
%dir %{_datadir}/doc/mm-common
|
||||||
|
%{_datadir}/doc/mm-common/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2019 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 08 2018 Automatic Build System <autodist@mambasoft.it> 0.9.12-1mamba
|
* Sun Apr 08 2018 Automatic Build System <autodist@mambasoft.it> 0.9.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user