]> git.pld-linux.org Git - packages/ArX.git/blobdiff - ArX.spec
- converted to UTF-8
[packages/ArX.git] / ArX.spec
index 59874daca5c436b99769aec3649a8dd72b8288c2..652137496cfb6edc19f00dfda6f670746791f935 100644 (file)
--- a/ArX.spec
+++ b/ArX.spec
@@ -1,52 +1,70 @@
 Summary:       ArX version control system
+Summary(pl.UTF-8):   System kontroli wersji ArX
 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
+Version:       2.2.3
+Release:       0.1
 License:       GPL
-Group:         Development/Tools
+Group:         Development/Version Control
+Source0:       http://superbeast.ucsd.edu/~landry/ArX/%{name}-%{version}.tar.gz
+# Source0-md5: 486a6f638e524854548694878b601211
+URL:           http://savannah.nongnu.org/projects/arx/
+Requires:      fileutils
+Requires:      gawk
+Requires:      sed
+Requires:      sh-utils
 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.
 
+%description -l pl.UTF-8
+ArX jest systemem zarządzania źródłami w rozproszonych repozytoriach.
+Umożliwia łatwe tworzenie rozgałęzień i zawiera narzędzia uzgadniające
+o bogatych możliwościach.
+
 %package devel
-Summary: ArX headers and static libs
-Group: Development/Libraries
+Summary:       ArX headers and static libs
+Summary(pl.UTF-8):   Pliki nagłówkowe i biblioteki statyczne ArX
+Group:         Development/Libraries
 
 %description devel
-ArX headers and static libs
+This package contains ArX headers and static libs.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe i biblioteki statyczne ArX.
 
 %prep
 %setup -q
 
 %build
-mkdir =build
-cd =build
-../src/configure --prefix=/usr
+%configure \
+       --prefix=$RPM_BUILD_ROOT%{_prefix} \
+       --bindir=$RPM_BUILD_ROOT%{_bindir} \
+       --mandir=$RPM_BUILD_ROOT%{_mandir} \
+
 %{__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
+
+%{__make} install
+#bindir=$RPM_BUILD_ROOT%{_bindir} prefix=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%{_docdir}/arx
 %attr(755,root,root) %{_bindir}/*
-%dir /usr/libexec/arch/
-%dir /usr/libexec/arch/*
-%attr(755,root,root) /usr/libexec/arch/*/*
+%{_mandir}/man1/arx.1*
+#%dir %{_prefix}/libexec/arch/
+#%dir %{_prefix}/libexec/arch/*
+#%attr(755,root,root) %{_prefix}/libexec/arch/*/*
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*
-%{_libdir}/*.a
+#%{_includedir}/*
+#%{_libdir}/*.a
This page took 0.03646 seconds and 4 git commands to generate.