]> git.pld-linux.org Git - packages/deltarpm.git/blame - deltarpm.spec
- python does not require base package
[packages/deltarpm.git] / deltarpm.spec
CommitLineData
17c4044f
ER
1%define subver 20110223
2%define rel 1
ec871032 3Summary: Create deltas between rpms
29b147f7 4Summary(pl.UTF-8): Generowanie różnic między pakietami rpm
ec871032 5Name: deltarpm
17c4044f
ER
6Version: 3.6
7Release: 0.%{subver}git.%{rel}
ec871032
JS
8License: BSD
9Group: Base
17c4044f
ER
10Source0: http://pkgs.fedoraproject.org/repo/pkgs/deltarpm/%{name}-git-%{subver}.tar.bz2/70f8884be63614ca7c3fc888cf20ebc8/deltarpm-git-%{subver}.tar.bz2
11# Source0-md5: 70f8884be63614ca7c3fc888cf20ebc8
e9ebb178
BZ
12Patch0: %{name}-3.4-no-skip-doc.patch
13Patch1: %{name}-3.4-pld.patch
a37405e2 14Patch2: %{name}-rpmdumpheader.patch
17c4044f 15URL: http://www.novell.com/products/linuxpackages/opensuse/deltarpm.html
29b147f7 16BuildRequires: bzip2-devel
17c4044f
ER
17BuildRequires: popt-devel
18BuildRequires: python-devel
29b147f7 19BuildRequires: rpm-devel
17c4044f
ER
20BuildRequires: rpm-pythonprov
21BuildRequires: rpmbuild(macros) >= 1.219
22BuildRequires: xz-devel
e9ebb178 23BuildRequires: zlib-static
29b147f7 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
ec871032
JS
25
26%description
27A deltarpm contains the difference between an old and a new version of
28a rpm, which makes it possible to recreate the new rpm from the
29deltarpm and the old one. You don't have to have a copy of the old
30rpm, deltarpms can also work with installed rpms.
31
29b147f7
AG
32%description -l pl.UTF-8
33Deltarpm zawiera różnice pomiędzy starą i nową wersją pakietu rpm,
5b29bdd5
JB
34pozwalając na stworzenie nowej wersji na podstawie delty i starej
35wersji. Nie jest konieczne posiadanie kopii starego pakietu rpm,
36deltarpm obsługuje także już zainstalowane pakiety.
29b147f7 37
17c4044f
ER
38%package -n drpmsync
39Summary: Sync a file tree with deltarpms
40Group: Base
41Requires: %{name} = %{version}-%{release}
42
43%description -n drpmsync
44This package contains a tool to sync a file tree with deltarpms.
45
46%package -n deltaiso
47Summary: Create deltas between isos containing rpms
48Group: Base
49Requires: %{name} = %{version}-%{release}
50
51%description -n deltaiso
52This package contains tools for creating and using deltasisos, a
53difference between an old and a new iso containing rpms.
54
55%package -n python-deltarpm
56Summary: Python bindings for deltarpm
57Group: Base
8ac71a9c 58# does not require base package
17c4044f
ER
59
60%description -n python-deltarpm
61This package contains python bindings for deltarpm.
62
ec871032 63%prep
17c4044f 64%setup -q -n %{name}-git-%{subver}
e9ebb178 65%patch0 -p1
29b147f7 66%patch1 -p1
a37405e2 67%patch2 -p1
ec871032 68
17c4044f
ER
69%{__sed} -i -e 's/python3//' Makefile
70
ec871032 71%build
17c4044f
ER
72%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags} -I/usr/include/rpm" \
73 bindir=%{_bindir} libdir=%{_libdir} mandir=%{_mandir} prefix=%{_prefix} \
74 zlibbundled='' zlibldflags='-lz' zlibcppflags=''
75
76%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}" \
77 bindir=%{_bindir} libdir=%{_libdir} mandir=%{_mandir} prefix=%{_prefix} \
78 zlibbundled='' zlibldflags='-lz' zlibcppflags='' \
79 python
ec871032
JS
80
81%install
82rm -rf $RPM_BUILD_ROOT
83%{__make} install \
84 DESTDIR=$RPM_BUILD_ROOT
85
17c4044f
ER
86%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
87%py_comp $RPM_BUILD_ROOT%{py_sitedir}
88%py_postclean
89
ec871032
JS
90%clean
91rm -rf $RPM_BUILD_ROOT
92
93%files
94%defattr(644,root,root,755)
95%doc LICENSE.BSD README
17c4044f
ER
96%attr(755,root,root) %{_bindir}/applydeltarpm
97%attr(755,root,root) %{_bindir}/combinedeltarpm
98%attr(755,root,root) %{_bindir}/makedeltarpm
99%attr(755,root,root) %{_bindir}/rpmdumpheader
100%{_mandir}/man8/applydeltarpm.8*
101%{_mandir}/man8/combinedeltarpm.8*
102%{_mandir}/man8/makedeltarpm.8*
103
104%files -n deltaiso
105%defattr(644,root,root,755)
106%attr(755,root,root) %{_bindir}/applydeltaiso
107%attr(755,root,root) %{_bindir}/fragiso
108%attr(755,root,root) %{_bindir}/makedeltaiso
109%{_mandir}/man8/applydeltaiso*
110%{_mandir}/man8/makedeltaiso*
111
112%files -n drpmsync
113%defattr(644,root,root,755)
114%attr(755,root,root) %{_bindir}/drpmsync
115%{_mandir}/man8/drpmsync*
116
117%files -n python-deltarpm
118%defattr(644,root,root,755)
119%attr(755,root,root) %{py_sitedir}/_deltarpmmodule.so
120%{py_sitedir}/deltarpm.py[co]
This page took 0.055713 seconds and 4 git commands to generate.