]> git.pld-linux.org Git - packages/conary.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Sep 2004 19:49:43 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conary.spec -> 1.1

conary.spec [new file with mode: 0644]

diff --git a/conary.spec b/conary.spec
new file mode 100644 (file)
index 0000000..2908864
--- /dev/null
@@ -0,0 +1,61 @@
+Summary:       Distributed software management system for Linux distributions
+Name:          conary
+Version:       0.9.0
+Release:       1
+License:       CPL 1.0
+Group:         Applications/System
+Source0:       ftp://download.specifixinc.com/pub/conary/%{name}-%{version}.tar.bz2
+# Source0-md5: 011f2410365102b56fc79369cccccbf1
+URL:           http://wiki.specifixinc.com/
+BuildRequires: rpm-pythonprov
+BuildRequires: python-devel
+BuildRequires: sqlite-devel >= 3.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Conary is a distributed software management system for Linux
+distributions. It replaces traditional package management solutions
+(such as RPM and dpkg) with one designed to enable loose collaboration
+across the Internet. It enables sets of distributed and loosely
+connected repositories to define the components which are installed on
+a Linux system. Rather then having a full distribution come from a
+single vendor, it allows administrators and developers to branch a
+distribution, keeping the pieces which fit their environment while
+grabbing components from other repositories across the Internet.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       PYTHON=%{_bindir}/python
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       PYTHON=%{_bindir}/python
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/build
+%dir %{_datadir}/%{name}/deps
+%dir %{_datadir}/%{name}/lib
+%dir %{_datadir}/%{name}/local
+%dir %{_datadir}/%{name}/repository
+%dir %{_datadir}/%{name}/sqlite3
+%{_datadir}/%{name}/*.py[oc]
+%{_datadir}/%{name}/*/*.py[oc]
+%attr(755,root,root) %{_datadir}/%{name}/*.so
+%attr(755,root,root) %{_datadir}/%{name}/*/*.so
+%attr(755,root,root) %{_datadir}/%{name}/conary
+%attr(755,root,root) %{_datadir}/%{name}/cvc
+%{_mandir}/man*/*
This page took 0.063709 seconds and 4 git commands to generate.