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