]> git.pld-linux.org Git - packages/argante.git/blobdiff - argante.spec
- converted to UTF-8
[packages/argante.git] / argante.spec
index 8a0922f7d5c89a2e3ebc7fe30685a155c24c7dc7..9dcd665f9af8a34eb4f2e5aeb9e24584a2ef2491 100644 (file)
@@ -1,21 +1,16 @@
-Summary:       Virtual operating system.
-Summary(pl):   Wirtualny system operacyjny.
+Summary:       Virtual operating system
+Summary(pl.UTF-8):   Wirtualny system operacyjny
 Name:          argante
-Version:       0.009
+Version:       1.0
 Release:       1
 License:       LGPL
 Group:         Applications/System
-Group(de):     Applikationen/System
-Group(pl):     Aplikacje/System
 Source0:       http://lcamtuf.na.export.pl/arg.tgz
-Patch0:                %{name}-build.patch
+# Source0-md5: cf5d46d8e5d12521abb7ad4e6277d331
 URL:           http://agt.buka.org/
-Vendor:                Argante Development Team <argante@cgs.pl>
-BuildRequires: grep
-BuildRequires: svgalib-devel
-BuildRequires: openssl-devel
 BuildRequires: ncurses-devel
-BuildRequires: binutils
+BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: svgalib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,29 +23,26 @@ Control, remote Inter-Process Communication for distributed computing
 features. It comes with comprehensive documentation, many examples, a
 compact HTTP server and DVR (distributed virtual router) examples.
 
-%description -l pl
-Argante to w pe³ni-sprawnym virtualnym systemem operacyjnym
-zaprojektowanym do tworzenia aplikacji i rozwi±zañ sieciowych o
-wysokim poziomie bezpieczeñstwa, skuteczno¶ci i u¿yteczno¶ci. System
-wspiera HAC (hierarchiczne listy dostêpu, zdaln± komunikacjê
-miêdzyprocesow± dla przetwarzania rozproszonego (klastry, wirtualne
+%description -l pl.UTF-8
+Argante to w pełni sprawny wirtualny systemem operacyjny
+zaprojektowany do tworzenia aplikacji i rozwiązań sieciowych o
+wysokim poziomie bezpieczeństwa, skuteczności i użyteczności. System
+wspiera HAC (hierarchiczne listy dostępu, zdalną komunikację
+międzyprocesową dla przetwarzania rozproszonego (klastry, wirtualne
 routery) jak i wiele innych. Wraz z systemem dostarczana jest
-dokumentacja, wiele przyk³adów, kompaktowy serwer HTTP oraz DVR
+dokumentacja, wiele przykładów, kompaktowy serwer HTTP oraz DVR
 (rozproszony router wirtualny).
 
 %prep
 %setup -q -n Argante
-%patch -p1
 touch * */* */*/*
 
 %build
-OPT="$RPM_OPT_FLAGS" ./build
+OPT="%{rpmcflags}" ./build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_libdir}/argante
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/argante,%{_mandir}/man1}
 
 install argante                        $RPM_BUILD_ROOT%{_bindir}
 install tools/{agt*,ripcd}     $RPM_BUILD_ROOT%{_bindir}
@@ -59,14 +51,12 @@ install hll/{ahlt,elim,acc} $RPM_BUILD_ROOT%{_bindir}
 install modules/*.so           $RPM_BUILD_ROOT%{_libdir}/argante
 install Documentation/man/*.1  $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf Documentation/{ANNOUNCE,ChangeLog,DVR.README,People,README,TODO}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Documentation/*.gz Documentation/IPC Examples conf
+%doc Documentation/{ANNOUNCE,ChangeLog,DVR.README,People,README,TODO} Examples conf
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %dir %{_libdir}/argante
 %attr(755,root,root) %{_libdir}/argante/*.so
This page took 0.079163 seconds and 4 git commands to generate.