]> git.pld-linux.org Git - packages/ArX.git/blob - ArX.spec
- URL change
[packages/ArX.git] / ArX.spec
1 Summary:        ArX version control system
2 Summary(pl):    System kontroli wersji ArX
3 Name:           ArX
4 Version:        1.0pre8
5 Release:        1
6 License:        GPL
7 Group:          Development/Version Control
8 Source0:        http://superbeast.ucsd.edu/~landry/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  e807b140d00882c57de8cfa322300e8c
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 mkdir =build
39 cd =build
40 ../src/configure --prefix=/usr
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 cd =build
46 install -d $RPM_BUILD_ROOT%{_prefix}
47 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} real-prefix=%{_prefix} install
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/*
55 %dir /usr/libexec/arch/
56 %dir /usr/libexec/arch/*
57 %attr(755,root,root) /usr/libexec/arch/*/*
58
59 %files devel
60 %defattr(644,root,root,755)
61 %{_includedir}/*
62 %{_libdir}/*.a
This page took 0.05321 seconds and 3 git commands to generate.