automatic version update by autodist [release 2.28.3-1mamba;Wed Oct 26 2011]

This commit is contained in:
Automatic Build System 2024-01-05 22:38:45 +01:00
parent 348b71468b
commit bcba72b6d6
2 changed files with 106 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# gconfmm # gconfmm
C++ interface for the GConf package.

104
gconfmm.spec Normal file
View File

@ -0,0 +1,104 @@
%define majversion %(echo %version | cut -d. -f 1-2)
Name: gconfmm
Version: 2.28.3
Release: 1mamba
Summary: C++ interface for the GConf package
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnome.org
Source: ftp://ftp.acc.umu.se/pub/GNOME/sources/gconfmm/%{majversion}/gconfmm-%{version}.tar.bz2
License: GPL
BuildRequires: pkgconfig >= 0.15.0
BuildRequires: libgtkmm-devel >= 2.4.8
## AUTOBUILDREQ-BEGIN
BuildRequires: GConf-devel
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libglibmm-devel
BuildRequires: libsigc++2-devel
BuildRequires: libstdc++6-devel
BuildRequires: ORBit2-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
C++ interface for the GConf package.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
C++ interface for the GConf package.
This package contains static libraries and header files need for development.
%prep
%setup -q
%build
%configure \
--libexecdir=%{_prefix}/sbin \
--sysconfdir=%{_sysconfdir}/gnome \
--disable-gtk-doc
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/*.la
%{_libdir}/*.so
%dir %{_includedir}/%{name}-?.?
%{_includedir}/%{name}-?.?/*
%dir %{_libdir}/%{name}-?.?
%{_libdir}/%{name}-?.?/*
%{_datadir}/devhelp/books/gconfmm-*/gconfmm-*.devhelp2
%{_docdir}/gconfmm-?.?
%{_libdir}/pkgconfig/*
%changelog
* Wed Oct 26 2011 Automatic Build System <autodist@mambasoft.it> 2.28.3-1mamba
- automatic version update by autodist
* Fri Jun 04 2010 Automatic Build System <autodist@mambasoft.it> 2.28.2-1mamba
- automatic update to 2.28.2 by autodist
* Fri Jun 04 2010 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
- automatic update to 2.28.1 by autodist
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
- automatic update to 2.28.0 by autodist
* Wed Oct 01 2008 gil <puntogil@libero.it> 2.24.0-1mamba
- update to 2.24.0
* Thu Jun 15 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 2.12.0-1qilnx
- update to version 2.12.0 by autospec
* Mon Aug 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.10.0-1qilnx
- update to version 2.10.0 by autospec
* Fri Dec 17 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-1qilnx
- update to version 2.8.1 by autospec
* Sat Feb 29 2004 Silvan Calarco <silvan.calarco@qinet.it> 2.0.1-1qilnx
- first build