]> git.pld-linux.org Git - packages/conary.git/blob - conary.spec
82608bfe0d4819db637833cdc4353aca01bbcc94
[packages/conary.git] / conary.spec
1 #
2 # TODO: FHS: don't package binaries in /usr/share!!!
3 #
4 Summary:        Distributed software management system for Linux distributions
5 Summary(pl):    Rozproszony system zarz±dzania oprogramowaniem dla dystrybucji Linuksa
6 Name:           conary
7 Version:        0.9.5
8 Release:        0.1
9 License:        CPL 1.0
10 Group:          Applications/System
11 Source0:        ftp://download.specifixinc.com/pub/conary/%{name}-%{version}.tar.bz2
12 # Source0-md5:  6edbf109da8c6db8f2f8e8a7aac86c8e
13 URL:            http://wiki.specifixinc.com/
14 BuildRequires:  python-devel
15 BuildRequires:  rpm-pythonprov
16 BuildRequires:  sqlite-devel >= 3.0.0
17 Requires:       python-devel-tools
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Conary is a distributed software management system for Linux
22 distributions. It replaces traditional package management solutions
23 (such as RPM and dpkg) with one designed to enable loose collaboration
24 across the Internet. It enables sets of distributed and loosely
25 connected repositories to define the components which are installed on
26 a Linux system. Rather then having a full distribution come from a
27 single vendor, it allows administrators and developers to branch a
28 distribution, keeping the pieces which fit their environment while
29 grabbing components from other repositories across the Internet.
30
31 %description -l pl
32 Conary to rozproszony system zarz±dzania oprogramowaniem dla
33 dystrybucji Linuksa. Zastêpuje tradycyjne rozwi±zania zarz±dzania
34 pakietami (takie jak RPM czy dpkg) jednym, zaprojektowanym aby
35 umo¿liwiæ lu¼n± wspó³pracê poprzez Internet. Umo¿liwia zbiorom
36 rozproszonych i lu¼no powi±zanych repozytoriów na definiowanie
37 komponentów, które s± instalowane w systemie linuksowym. Zamiast
38 posiadania pe³nej dystrybucji pochodz±cej od jednego producenta,
39 pozwala administratorom i deweloperom na odga³êzienie dystrybucji,
40 trzymanie kawa³ków pasuj±cych do ich ¶rodowiska i wyci±ganie
41 komponentów ¿ innych repozytoriów z Internetu.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__make} \
48         CC="%{__cc}" \
49         PYTHON=%{_bindir}/python
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT \
56         PYTHON=%{_bindir}/python
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.054799 seconds and 2 git commands to generate.