mm-common/mm-common.spec

85 lines
2.5 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f1-2)
Name: mm-common
Version: 0.9.9
Release: 1mamba
Summary: Common build files of the C++ bindings
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://git.gnome.org/browse/mm-common/
Source: http://ftp.acc.umu.se/pub/GNOME/sources/mm-common/%{majver}/mm-common-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: pkg-config
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Common build files of the C++ bindings.
%package devel
Summary: Common build files of the C++ bindings
Group: Development/Tools
%description devel
Common build files of the C++ bindings.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%{_bindir}/mm-common-prepare
%{_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/build
%{_datadir}/mm-common/build/compile-binding.am
%{_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
%{_datadir}/mm-common/doctags/libstdc++.tag
%dir %{_datadir}/mm-common/doctool
%{_datadir}/mm-common/doctool/doc-install.pl
%{_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-util.pc
%doc AUTHORS COPYING
%changelog
* Thu Dec 17 2015 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
- automatic version update by autodist
* Tue Aug 18 2015 Automatic Build System <autodist@mambasoft.it> 0.9.8-1mamba
- automatic version update by autodist
* Thu Oct 02 2014 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
- automatic update by autodist
* Mon Oct 08 2012 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
- update to 0.9.6
* Tue Sep 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.5-1mamba
- package created by autospec