Name: reprepro Version: 4.12.3 Release: 3%{?dist} Group: Development/Tools Summary: Tool to handle local repositories of Debian packages License: GPLv2 URL: http://mirrorer.alioth.debian.org/ Source0: http://alioth.debian.org/frs/download.php/3732/reprepro_%{version}.orig.tar.gz BuildRequires: libdb-devel BuildRequires: libgpg-error-devel BuildRequires: libxml2-devel BuildRequires: gpgme-devel BuildRequires: openssl-devel %description reprepro is a tool to manage a repository of Debian packages (.deb). It stores files either being injected manually or downloaded from some other repository (partially) mirrored into one pool/ hierarchy. Managed packages and files are stored in a Berkeley DB, so no database server is needed. Checking signatures of mirrored repositories and creating signatures of the generated Package indexes is supported. %prep %setup -q %{configure} %build %{configure} make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install make install DESTDIR=$RPM_BUILD_ROOT %files %{_mandir}/man1/changestool.1* %{_mandir}/man1/reprepro.1* %{_mandir}/man1/rredtool.1* %doc docs/di.example/DI-filter.sh %doc docs/di.example/distributions %doc docs/di.example/README %doc docs/di.example/updates %doc docs/bzip.example %doc docs/changelogs.example %doc docs/copybyhand.example %doc docs/tiffany.example %doc docs/recovery %doc docs/manual.html %doc docs/short-howto %doc docs/reprepro.bash_completion %doc docs/reprepro.zsh_completion %doc docs/FAQ %doc AUTHORS %doc README %doc NEWS %doc COPYING %{_bindir}/changestool %{_bindir}/reprepro %{_bindir}/rredtool %changelog * Wed Aug 29 2012 Sebastien Caps - 4.12.3-3.fc16 - Switch from db4-devel db.h to libdb-devel for fc18. * Tue Aug 14 2012 Sebastien Caps - 4.12.3-2.fc16 - Fix some spec file issue. * Mon Jul 9 2012 Sebastien Caps - 4.12.3-1.fc16 - Initial spec.