]> git.pld-linux.org Git - packages/bar-backup-archiver.git/blame - bar-backup-archiver.spec
- initial
[packages/bar-backup-archiver.git] / bar-backup-archiver.spec
CommitLineData
5deaa437
ZU
1%define shortname bar
2%define altver b
3Summary: BAR is backup archiver program
4Summary(hu.UTF-8): BAR egy backup archiváló program
5Name: bar-backup-archiver
6Version: 0.13
7Release: 0.1%{altver}
8License: GPL v2
9Group: Applications/Archiving
10Source0: http://www.kigen.de/projects/bar/bar-%{version}%{altver}.tar.bz2
11# Source0-md5: d2b10480a0c23a7fcd08c2f66c560b17
12Patch0: long_long_max.patch
13URL: http://www.kigen.de/projects/bar/index.html
14BuildRequires: bzip2-devel
15BuildRequires: txt2man
16BuildRequires: xz-devel
17BuildRequires: zlib-devel
18BuildRequires: libgpg-error-devel
19BuildRequires: libgcrypt-devel
20BuildRequires: gnutls-devel
21BuildRequires: ftplib-devel
22BuildRequires: libssh2-devel
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26
27%description -l pl.UTF-8
28
29%prep
30%setup -q -n %{shortname}-%{version}%{altver}
31%patch0 -p1
32
33%build
34%{__autoheader}
35%{__autoconf}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
51%attr(755,root,root) %{_bindir}/*
This page took 0.047087 seconds and 4 git commands to generate.