]> git.pld-linux.org Git - packages/anyterm.git/blobdiff - anyterm.spec
- tabs in preamble
[packages/anyterm.git] / anyterm.spec
index f19b23fca02519e2243a0e1b0468b026fc6153ea..1c93f6bbc30ec45b5c7e2a83b4e9b95ef9104763 100644 (file)
@@ -4,10 +4,10 @@
 # - put anygetty to separate package?
 %define        apxs            /usr/sbin/apxs
 Summary:       Terminal emulator in a web browser
-Summary(pl):   Emulator terminala dzia³aj±cy w przegl±darce WWW
+Summary(pl.UTF-8):     Emulator terminala działający w przeglądarce WWW
 Name:          anyterm
 Version:       1.1.4
-Release:       0.9
+Release:       0.10
 Epoch:         0
 License:       GPL
 Group:         Networking/Daemons
@@ -15,23 +15,24 @@ Source0:    http://anyterm.org/download/%{name}-%{version}.tbz2
 # Source0-md5: cf841703b7438866e573f5a33137ff6f
 Patch0:                %{name}-makefile.patch
 URL:           http://anyterm.org/
+BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.52-2
 BuildRequires: apr-devel
 BuildRequires: rote-devel >= 0.2.8
 BuildRequires: rpmbuild(macros) >= 1.228
-BuildRequires: %{apxs}
 Requires:      apache >= 2.0.52-2
+Requires:      apache(modules-api) = %apache_modules_api
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _appdir         %{_datadir}/%{name}
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
-%define                _sysconfdir     /etc/httpd
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR 2>/dev/null)
 
 %description
 An Apache module plus scripts to make a terminal within a web browser.
 
-%description -l pl
-Modu³ Apache'a i skrypty tworz±ce terminal w przegl±darce WWW.
+%description -l pl.UTF-8
+Moduł Apache'a i skrypty tworzące terminal w przeglądarce WWW.
 
 %prep
 %setup -q
@@ -91,7 +92,7 @@ END
 
 install apachemod/.libs/%{name}.so $RPM_BUILD_ROOT%{_pkglibdir}/%{name}.so
 cp -a browser/* $RPM_BUILD_ROOT%{_appdir}
-install anygetty/anygetty $RPM_BUILD_ROOT/%{_sbindir}
+install anygetty/anygetty $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.08211 seconds and 4 git commands to generate.