]> git.pld-linux.org Git - packages/ArX.git/blob - ArX.spec
- up to 2.2.3
[packages/ArX.git] / ArX.spec
1 Summary:        ArX version control system
2 Summary(pl):    System kontroli wersji ArX
3 Name:           ArX
4 Version:        2.2.3
5 Release:        0.1
6 License:        GPL
7 Group:          Development/Version Control
8 Source0:        http://superbeast.ucsd.edu/~landry/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  486a6f638e524854548694878b601211
10 URL:            http://savannah.nongnu.org/projects/arx/
11 PreReq:         fileutils gawk sed sh-utils
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 ArX is a source control management system with distributed
16 repositories, easy branching, and rich merge tools.
17
18 %description -l pl
19 ArX jest systemem zarz±dzania ¼ród³ami w rozproszonych repozytoriach.
20 Umo¿liwia ³atwe tworzenie rozga³êzieñ i zawiera narzêdzia uzgadniaj±ce
21 o bogatych mo¿liwo¶ciach.
22
23 %package devel
24 Summary:        ArX headers and static libs
25 Summary(pl):    Pliki nag³ówkowe i biblioteki statyczne ArX
26 Group:          Development/Libraries
27
28 %description devel
29 This package contains ArX headers and static libs.
30
31 %description devel -l pl
32 Ten pakiet zawiera pliki nag³ówkowe i biblioteki statyczne ArX.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure --prefix=$RPM_BUILD_ROOT%{_prefix} --bindir=$RPM_BUILD_ROOT%{_bindir} --mandir=$RPM_BUILD_ROOT%{_mandir}
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_prefix}
44
45 %{__make} install 
46 #bindir=$RPM_BUILD_ROOT%{_bindir} prefix=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %{_docdir}/arx
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/arx.1.*
56 #%dir /usr/libexec/arch/
57 #%dir /usr/libexec/arch/*
58 #%attr(755,root,root) /usr/libexec/arch/*/*
59
60 %files devel
61 %defattr(644,root,root,755)
62 #%{_includedir}/*
63 #%{_libdir}/*.a
This page took 0.077455 seconds and 3 git commands to generate.