]> git.pld-linux.org Git - packages/conary.git/blob - conary.spec
- removed bogus Source0-size
[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.10.11
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:  484fe7ff011353a7a311bc2a5dc209fc
10 URL:            http://wiki.specifixinc.com/
11 BuildRequires:  python-devel
12 BuildRequires:  rpm-pythonprov
13 BuildRequires:  sqlite-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
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.074813 seconds and 3 git commands to generate.