]> git.pld-linux.org Git - packages/bar-backup-archiver.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Sat, 29 May 2010 12:32:02 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- does not build

Changed files:
    bar-backup-archiver.spec -> 1.1

bar-backup-archiver.spec [new file with mode: 0644]

diff --git a/bar-backup-archiver.spec b/bar-backup-archiver.spec
new file mode 100644 (file)
index 0000000..96083e3
--- /dev/null
@@ -0,0 +1,51 @@
+%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}/*
This page took 0.071163 seconds and 4 git commands to generate.