pdns.spec update, hsfmodem.spec new, i inne..
Marcin Kurzyna
pld at nius.waw.pl
Sun Dec 21 23:06:54 CET 2003
EHLO,
1) podsyłam update do pdns.spec - nowa wersja, oraz poprawka do init
scriptu - zawiera błąd powodujący nieprawidłowe rozpoznanie działania
serwera (działa/niedział)
2) napisałem spec do darmowej wersji sterowników do softmodemów oprtych
na chipsecie Connexant HSF (czy jak sie tą firmę pisze)
Może mógłbym przy tej okazji poprosić o RW w CVSie? Z innych ostatnich
rzeczy maczałem palce w apache-mod_ruby oraz apache-mod_suphp... skrót
hasła podeślę...
TIA,
Marcin Kurzyna
--
marcin panic: no known error
marcin: imposible state - shutting down in -5s.
-------------- next part --------------
# $Revision: 1.0 $, $Date: 2003/08/18 08:08:10 $
Summary: Conexant HSF controllerless modem driver
Summary(pl): Sterownik do winmodemów HSF firmy Conexant
Name: hsfmodem
Version: 6.03.00lnxt03091800free
%define _rel 0.1
Release: %{_rel}@%{_kernel_ver_str}
License: Custom Licence by LinuxAnt.com
Group: Base/Kernel
Source0: http://www.linuxant.com/drivers/hsf/free/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
# Source0-md5: aa85060185dba1bd090c2d02ef1c9c8a
URL: http://www.linuxant.com/
%{!?_without_dist_kernel:BuildRequires: kernel-source }
BuildRequires: %{kgcc_package}
%{!?_without_dist_kernel:%requires_releq_kernel_up}
Requires: pciutils
Conflicts: hcflinmodem
Conflicts: hcfpcimodem
ExclusiveArch: %{ix86}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Conexant HSF controllerless modem driver for Linux.
This package contains only free version of the drivers (limited to
14kbps). Full version is available at linuxant.com.
%description -l pl
Sterownik do winmodemów HSF firmy Conexant dla Linuxa.
Ten pakiet zawiera tylko darmow wersje sterownikow, ktora ogranicza
transfer do 14kbps. Pelna wersja dostepna jest na linuxant.com
%prep
%setup -q
%build
%{__make} all KERNELSRC=%{_kernelsrcdir}
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
ROOT=$RPM_BUILD_ROOT \
KERNELSRC=%{_kernelsrcdir}
%clean
rm -rf $RPM_BUILD_ROOT
%post
%{_sbindir}/hsfconfig --auto
%preun
%{_sbindir}/hsfconfig --remove
%files
%defattr(644,root,root,755)
%doc BUGS CHANGES CREDITS FAQ INSTALL LICENSE README
%attr(0755,root,root) %{_sbindir}/*
%dir /etc/hsfmodem
%dir /etc/hsfmodem/nvm
%config /etc/hsfmodem/nvm/*
%dir %{_libdir}/hsfmodem
%config %{_libdir}/hsfmodem/config.mak
%dir %{_libdir}/hsfmodem/modules
%attr(644,root,root) %{_libdir}/hsfmodem/LICENSE
%{_libdir}/hsfmodem/modules/[!k]*
%attr(755,root,root) %{_libdir}/hsfmodem/modules/*.sh
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log: hsfmodem.spec,v $
-------------- next part --------------
--- ./pdns.init.orig Mon Jul 7 02:22:47 2003
+++ ./pdns.init Sun Dec 21 13:07:53 2003
@@ -38,7 +38,7 @@
pdns_server="/usr/sbin/pdns_server $EXTRAOPTS"
doPC() {
- ret=$(/usr/sbin/pdns_control $EXTRAOPTS $1 $2 2> /dev/null)
+ ret=$(/usr/bin/pdns_control $EXTRAOPTS $1 $2 2> /dev/null)
}
doPC ping
-------------- next part --------------
--- ./pdns.spec.orig Sun Dec 21 22:54:26 2003
+++ ./pdns.spec Sun Dec 21 13:43:44 2003
@@ -2,14 +2,14 @@
Summary: PowerDNS is a Versatile Database Driven Nameserver
Summary(pl): PowerDNS to wielofunkcyjny serwer nazw korzystający z relacyjnych baz danych
Name: pdns
-Version: 2.9.12
+Version: 2.9.13
Release: 1
License: GPL
Group: Networking/Daemons
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
-# Source0-md5: c30c664b7f1c3baad4422e99c9dd1f18
+# Source0-md5: ffd80b49f553cbaaa089a02a90df7729
Source1: http://downloads.powerdns.com/documentation/%{name}.pdf
-# Source1-md5: b7700d89540645c30e5cb3aeb739e6e0
+# Source1-md5: 0d71bf412024d04d6a0fca10f2714c22
Source2: http://downloads.powerdns.com/documentation/%{name}.txt
Source3: %{name}.init
Source4: %{name}.conf
@@ -17,7 +17,7 @@
URL: http://www.powerdns.com/
BuildRequires: bison
BuildRequires: flex
-BuildRequires: libpq++-devel
+BuildRequires: postgresql-c++-devel >= 7.2
BuildRequires: libstdc++-devel
BuildRequires: mysql-devel
BuildRequires: zlib-devel
More information about the pld-devel-pl
mailing list