Author: uzsolt Date: Mon May 31 09:20:57 2010 GMT Module: packages Tag: HEAD ---- Log message: - change static BRs to devel (--enable-link-dynamic in ./configure) - bar-keygen patch - add -j1 to make install - needs more work
---- Files affected: packages/bar-backup-archiver: bar-backup-archiver.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/bar-backup-archiver/bar-backup-archiver.spec diff -u packages/bar-backup-archiver/bar-backup-archiver.spec:1.2 packages/bar-backup-archiver/bar-backup-archiver.spec:1.3 --- packages/bar-backup-archiver/bar-backup-archiver.spec:1.2 Sun May 30 20:14:04 2010 +++ packages/bar-backup-archiver/bar-backup-archiver.spec Mon May 31 11:20:52 2010 @@ -1,4 +1,8 @@ # $Revision$, $Date$ +# TODO +# - unpackaged files +# - create gui subpackage +# %define shortname bar %define altver b Summary: BAR is backup archiver program @@ -11,18 +15,20 @@ Source0: http://www.kigen.de/projects/bar/bar-%{version}%{altver}.tar.bz2 # Source0-md5: d2b10480a0c23a7fcd08c2f66c560b17 Patch0: long_long_max.patch +Patch1: bar-keygen.patch URL: http://www.kigen.de/projects/bar/index.html -BuildRequires: bzip2-static -BuildRequires: ftplib-static -BuildRequires: gnutls-static -BuildRequires: java-sun -BuildRequires: libgcrypt-static -BuildRequires: libgpg-error-static -BuildRequires: libssh2-static -BuildRequires: libtasn1-static +BuildRequires: bzip2-devel +BuildRequires: ftplib-devel +BuildRequires: gnutls-devel +BuildRequires: java-sun-jre +BuildRequires: java-sun-tools +BuildRequires: libgcrypt-devel +BuildRequires: libgpg-error-devel +BuildRequires: libssh2-devel +BuildRequires: libtasn1-devel BuildRequires: txt2man -BuildRequires: xz-static -BuildRequires: zlib-static +BuildRequires: xz-devel +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -32,19 +38,20 @@ %prep %setup -q -n %{shortname}-%{version}%{altver} %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} %{__aclocal} %{__autoheader} %{__autoconf} -%configure -%{__make} +%configure --enable-link-dynamic +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -52,7 +59,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%doc ChangeLog %attr(755,root,root) %{_bindir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -61,6 +68,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/05/31 09:20:52 uzsolt +- change static BRs to devel (--enable-link-dynamic in ./configure) +- bar-keygen patch +- add -j1 to make install +- needs more work + Revision 1.2 2010/05/30 18:14:04 uzsolt - static BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bar-backup-archiver/bar-backup-archiver.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
