Name: librra Version: 0.14 Release: 2mamba Summary: librra is part of the SynCE project Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.synce.org Source: http://downloads.sourceforge.net/synce/librra-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython-devel BuildRequires: libmimedir-devel BuildRequires: librapi2-devel BuildRequires: libsynce-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description librra is part of the SynCE project. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel librra is part of the SynCE project. This package contains static libraries and header files need for development. %package -n python-pyrra Summary: Python interface module for librra Group: System/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n python-pyrra librra is part of the SynCE project. This package contains the python interface module. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/rra-* %{_bindir}/synce-matchmaker %{_libdir}/librra.so.* %{_mandir}/man1/rra-appointment-from-vevent.1.gz %{_mandir}/man1/rra-appointment-to-vevent.1.gz %{_mandir}/man1/rra-contact-from-vcard.1.gz %{_mandir}/man1/rra-contact-to-vcard.1.gz %{_mandir}/man1/rra-decode.1.gz %{_mandir}/man1/rra-delete.1.gz %{_mandir}/man1/rra-get-data.1.gz %{_mandir}/man1/rra-get-ids.1.gz %{_mandir}/man1/rra-get-recurring-appointments.1.gz %{_mandir}/man1/rra-get-types.1.gz %{_mandir}/man1/rra-put-data.1.gz %{_mandir}/man1/rra-subscribe.1.gz %{_mandir}/man1/rra-task-from-vtodo.1.gz %{_mandir}/man1/rra-task-to-vtodo.1.gz %{_mandir}/man1/rra-timezone.1.gz %{_mandir}/man1/synce-matchmaker.1.gz %doc ChangeLog README TODO %files devel %defattr(-,root,root) %dir %{_prefix}/include/rra %{_prefix}/include/rra/*.h %{_libdir}/librra.a %{_libdir}/librra.la %{_libdir}/librra.so %{_exec_prefix}/lib/pkgconfig/*.pc %files -n python-pyrra %defattr(-,root,root) %{python_sitearch}/pyrra.a %{python_sitearch}/pyrra.la %{python_sitearch}/pyrra.so %changelog * Thu Aug 01 2013 Automatic Build System 0.14-2mamba - automatic rebuild by autodist * Tue Jul 28 2009 Automatic Build System 0.14-1mamba - automatic update by autodist * Fri Jul 10 2009 Automatic Build System 0.13-1mamba - automatic update by autodist * Fri May 09 2008 Silvan Calarco 0.11-2mamba - added python subpackage python-pyrra * Thu May 08 2008 Silvan Calarco 0.11-1mamba - package created by autospec