diff --git a/README.md b/README.md index e6294f0..595318f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mm-common +Common build files of the C++ bindings. + diff --git a/mm-common.spec b/mm-common.spec new file mode 100644 index 0000000..fdbcf9b --- /dev/null +++ b/mm-common.spec @@ -0,0 +1,78 @@ +%define majver %(echo %version | cut -d. -f1-2) +Name: mm-common +Version: 0.9.6 +Release: 1mamba +Summary: Common build files of the C++ bindings +Group: Development/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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-common.m4 +%{_datadir}/aclocal/mm-dietlib.m4 +%{_datadir}/aclocal/mm-doc.m4 +%{_datadir}/aclocal/mm-module.m4 +%{_datadir}/aclocal/mm-pkg.m4 +%{_datadir}/aclocal/mm-warnings.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/tagfile-to-devhelp2.xsl +%{_datadir}/pkgconfig/mm-common-libstdc++.pc +%{_datadir}/pkgconfig/mm-common-util.pc +%doc AUTHORS COPYING + +%changelog +* Mon Oct 08 2012 Automatic Build System 0.9.6-1mamba +- update to 0.9.6 + +* Tue Sep 04 2012 Silvan Calarco 0.9.5-1mamba +- package created by autospec