From bcba72b6d686405e08f312095009265f0e3a3915 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:38:45 +0100 Subject: [PATCH] automatic version update by autodist [release 2.28.3-1mamba;Wed Oct 26 2011] --- README.md | 2 + gconfmm.spec | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 gconfmm.spec diff --git a/README.md b/README.md index 3c8d166..87c4921 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gconfmm +C++ interface for the GConf package. + diff --git a/gconfmm.spec b/gconfmm.spec new file mode 100644 index 0000000..56fb1a4 --- /dev/null +++ b/gconfmm.spec @@ -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 +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 2.28.3-1mamba +- automatic version update by autodist + +* Fri Jun 04 2010 Automatic Build System 2.28.2-1mamba +- automatic update to 2.28.2 by autodist + +* Fri Jun 04 2010 Automatic Build System 2.28.1-1mamba +- automatic update to 2.28.1 by autodist + +* Sat May 29 2010 Automatic Build System 2.28.0-1mamba +- automatic update to 2.28.0 by autodist + +* Wed Oct 01 2008 gil 2.24.0-1mamba +- update to 2.24.0 + +* Thu Jun 15 2006 Stefano Cotta Ramusino 2.12.0-1qilnx +- update to version 2.12.0 by autospec + +* Mon Aug 29 2005 Davide Madrisan 2.10.0-1qilnx +- update to version 2.10.0 by autospec + +* Fri Dec 17 2004 Silvan Calarco 2.8.1-1qilnx +- update to version 2.8.1 by autospec + +* Sat Feb 29 2004 Silvan Calarco 2.0.1-1qilnx +- first build