]> git.pld-linux.org Git - packages/conary.git/blob - conary.spec
- tabs in preamble
[packages/conary.git] / conary.spec
1 Summary:        Distributed software management system for Linux distributions
2 Summary(pl.UTF-8):      Rozproszony system zarządzania oprogramowaniem dla dystrybucji Linuksa
3 Name:           conary
4 Version:        0.62.14
5 Release:        0.1
6 License:        CPL 1.0
7 Group:          Applications/System
8 Source0:        ftp://download.rpath.com/pub/conary/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c7e665a227c59f610cbce84971b82ebf
10 URL:            http://wiki.conary.com/
11 BuildRequires:  python-kid
12 BuildRequires:  python-devel
13 BuildRequires:  sqlite3-devel >= 3.0.0
14 Requires:       python-devel-tools
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _datadir        %{_libdir}
18
19 %description
20 Conary is a distributed software management system for Linux
21 distributions. It replaces traditional package management solutions
22 (such as RPM and dpkg) with one designed to enable loose collaboration
23 across the Internet. It enables sets of distributed and loosely
24 connected repositories to define the components which are installed on
25 a Linux system. Rather then having a full distribution come from a
26 single vendor, it allows administrators and developers to branch a
27 distribution, keeping the pieces which fit their environment while
28 grabbing components from other repositories across the Internet.
29
30 %description -l pl.UTF-8
31 Conary to rozproszony system zarządzania oprogramowaniem dla
32 dystrybucji Linuksa. Zastępuje tradycyjne rozwiązania zarządzania
33 pakietami (takie jak RPM czy dpkg) jednym, zaprojektowanym aby
34 umożliwić luźną współpracę poprzez Internet. Umożliwia zbiorom
35 rozproszonych i luźno powiązanych repozytoriów na definiowanie
36 komponentów, które są instalowane w systemie linuksowym. Zamiast
37 posiadania pełnej dystrybucji pochodzącej od jednego producenta,
38 pozwala administratorom i deweloperom na odgałęzienie dystrybucji,
39 trzymanie kawałków pasujących do ich środowiska i wyciąganie
40 komponentów ż innych repozytoriów z Internetu.
41
42 %prep
43 %setup -q
44
45 %build
46 %{__make} \
47         CC="%{__cc}" \
48         PYTHON=%{_bindir}/python \
49         conarydir=%{_datadir}/%{name}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT \
56         PYTHON=%{_bindir}/python \
57         conarydir=%{_datadir}/%{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc NEWS
65 %attr(755,root,root) %{_bindir}/*
66 %dir %{_datadir}/%{name}
67 %dir %{_datadir}/%{name}/build
68 %dir %{_datadir}/%{name}/deps
69 %dir %{_datadir}/%{name}/lib
70 %dir %{_datadir}/%{name}/local
71 %dir %{_datadir}/%{name}/repository
72 %dir %{_datadir}/%{name}/sqlite3
73 %{_datadir}/%{name}/*.py[oc]
74 %{_datadir}/%{name}/*/*.py[oc]
75 %attr(755,root,root) %{_datadir}/%{name}/*.so
76 %attr(755,root,root) %{_datadir}/%{name}/*/*.so
77 %attr(755,root,root) %{_datadir}/%{name}/conary
78 %attr(755,root,root) %{_datadir}/%{name}/cvc
79 %{_mandir}/man*/*
This page took 0.116097 seconds and 3 git commands to generate.