From e7404a75d39c8414724b36a8d14949d30d12f2a3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:52:18 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.1-1mamba;Tue Mar 18 2014] --- README.md | 5 +++ libkolabxml.spec | 87 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 libkolabxml.spec diff --git a/README.md b/README.md index f12dab2..99c4d61 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # libkolabxml +Libkolabxml is the reference implementation of the Kolab XML Format as defined in http://wiki.kolab.org/User:Mollekop +f/Drafts/KEP:17. +It provides serialization/deserialization from/to in-memory representations for all Kolab Objects, including input va +lidation. + diff --git a/libkolabxml.spec b/libkolabxml.spec new file mode 100644 index 0000000..1f61736 --- /dev/null +++ b/libkolabxml.spec @@ -0,0 +1,87 @@ +Name: libkolabxml +Version: 1.0.1 +Release: 1mamba +Summary: The reference implementation of the Kolab XML Format +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://git.kolab.org +Source: http://git.kolab.org/libkolabxml/snapshot/libkolabxml-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libboost-devel +BuildRequires: libcurl-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +BuildRequires: libxerces-c-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: xsd +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Libkolabxml is the reference implementation of the Kolab XML Format as defined in http://wiki.kolab.org/User:Mollekop +f/Drafts/KEP:17. +It provides serialization/deserialization from/to in-memory representations for all Kolab Objects, including input va +lidation. + +%package devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +This package contains libraries and header files for developing applications that use %{name}. + +%debug_package + +%prep +%setup -q + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/libkolabxml.so.* +%doc AUTHORS COPYING + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/kolabxml +%{_includedir}/kolabxml/*.h +%{_libdir}/cmake/Libkolabxml/LibkolabxmlConfig.cmake +%{_libdir}/cmake/Libkolabxml/LibkolabxmlConfigVersion.cmake +%{_libdir}/cmake/Libkolabxml/LibkolabxmlTargets-noconfig.cmake +%{_libdir}/cmake/Libkolabxml/LibkolabxmlTargets.cmake +%{_libdir}/libkolabxml.so +%doc README README-Mac.txt + +%changelog +* Tue Mar 18 2014 Automatic Build System 1.0.1-1mamba +- automatic version update by autodist + +* Fri Apr 12 2013 Automatic Build System 0.8.4-1mamba +- automatic version update by autodist + +* Sat Mar 30 2013 Automatic Build System 0.8.3-1mamba +- automatic version update by autodist + +* Mon Dec 31 2012 Automatic Build System 0.8.1-1mamba +- automatic version update by autodist + +* Thu Aug 09 2012 Silvan Calarco 0.8.0-1mamba +- package created by autospec