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