]> git.pld-linux.org Git - packages/ArX.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Tue, 2 Sep 2003 22:03:43 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ArX.spec -> 1.1

ArX.spec [new file with mode: 0644]

diff --git a/ArX.spec b/ArX.spec
new file mode 100644 (file)
index 0000000..59874da
--- /dev/null
+++ b/ArX.spec
@@ -0,0 +1,52 @@
+Summary:       ArX version control system
+Name:          ArX
+Version:       1.0pre8
+Release:       1
+URL:           http://arx.fifthvision.net/
+Source0:       http://superbeast.ucsd.edu/~landry/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: e807b140d00882c57de8cfa322300e8c
+License:       GPL
+Group:         Development/Tools
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Prereq:                fileutils gawk sed sh-utils
+
+%description
+ArX is a source control management system with distributed
+repositories, easy branching, and rich merge tools.
+
+%package devel
+Summary: ArX headers and static libs
+Group: Development/Libraries
+
+%description devel
+ArX headers and static libs
+
+%prep
+%setup -q
+
+%build
+mkdir =build
+cd =build
+../src/configure --prefix=/usr
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd =build
+install -d $RPM_BUILD_ROOT%{_prefix}
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} real-prefix=%{_prefix} install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%dir /usr/libexec/arch/
+%dir /usr/libexec/arch/*
+%attr(755,root,root) /usr/libexec/arch/*/*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/*
+%{_libdir}/*.a
This page took 0.287785 seconds and 4 git commands to generate.