Author: uzsolt                       Date: Sat May 29 12:32:07 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial
- does not build

---- Files affected:
packages/bar-backup-archiver:
   bar-backup-archiver.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/bar-backup-archiver/bar-backup-archiver.spec
diff -u /dev/null packages/bar-backup-archiver/bar-backup-archiver.spec:1.1
--- /dev/null   Sat May 29 14:32:07 2010
+++ packages/bar-backup-archiver/bar-backup-archiver.spec       Sat May 29 
14:32:02 2010
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+%define                shortname bar
+%define                altver  b
+Summary:       BAR is backup archiver program
+Summary(hu.UTF-8):     BAR egy backup archiváló program
+Name:          bar-backup-archiver
+Version:       0.13
+Release:       0.1%{altver}
+License:       GPL v2
+Group:         Applications/Archiving
+Source0:       http://www.kigen.de/projects/bar/bar-%{version}%{altver}.tar.bz2
+# Source0-md5: d2b10480a0c23a7fcd08c2f66c560b17
+Patch0:                long_long_max.patch
+URL:           http://www.kigen.de/projects/bar/index.html
+BuildRequires: bzip2-devel
+BuildRequires: txt2man
+BuildRequires: xz-devel
+BuildRequires: zlib-devel
+BuildRequires: libgpg-error-devel
+BuildRequires: libgcrypt-devel
+BuildRequires: gnutls-devel
+BuildRequires: ftplib-devel
+BuildRequires: libssh2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{shortname}-%{version}%{altver}
+%patch0 -p1
+
+%build
+%{__autoheader}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/05/29 12:32:02  uzsolt
+- initial
+- does not build
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to