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