update to 0.9.6 [release 0.9.6-1mamba;Mon Oct 08 2012]
This commit is contained in:
parent
01eefc37ff
commit
5e87fb3041
@ -1,2 +1,4 @@
|
|||||||
# mm-common
|
# mm-common
|
||||||
|
|
||||||
|
Common build files of the C++ bindings.
|
||||||
|
|
||||||
|
78
mm-common.spec
Normal file
78
mm-common.spec
Normal file
@ -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 <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-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 <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
|
Loading…
Reference in New Issue
Block a user