SPECS: iaxmodem.spec - more cleanups
qboosh
qboosh at pld-linux.org
Thu Jan 3 15:06:05 CET 2008
Author: qboosh Date: Thu Jan 3 14:06:05 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more cleanups
---- Files affected:
SPECS:
iaxmodem.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/iaxmodem.spec
diff -u SPECS/iaxmodem.spec:1.2 SPECS/iaxmodem.spec:1.3
--- SPECS/iaxmodem.spec:1.2 Mon Dec 31 12:08:32 2007
+++ SPECS/iaxmodem.spec Thu Jan 3 15:06:00 2008
@@ -6,13 +6,13 @@
Release: 1
License: GPL
Group: Applications/System
-URL: http://iaxmodem.sourceforge.net
Source0: http://dl.sourceforge.net/iaxmodem/%{name}-%{version}.tar.gz
# Source0-md5: de2d1ca6ed6e864ad50f92dfa0933772
Source2: %{name}.init
Source3: %{name}-sysconfig
Source4: %{name}.ttyIAX
Patch0: %{name}.as-needed.patch
+URL: http://iaxmodem.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,7 +25,7 @@
%description -l pl.UTF-8
IAXmodem jest programowym faxmodemem, napisanym w języku C, który
używa protokołu IAX (zwykle udostępnianego przez centralę Asterisk) i
-bibliotekę DSP zamiast sprzętowych chipsetów DSP
+bibliotekę DSP zamiast sprzętowych chipsetów DSP.
%prep
%setup -q
@@ -37,12 +37,12 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sbindir} \
- $RPM_BUILD_ROOT/etc/{rc.d/init.d,%{name},sysconfig} \
+ $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{_sysconfdir}/%{name}} \
$RPM_BUILD_ROOT%{_mandir}/man1 \
$RPM_BUILD_ROOT/var/log/%{name}
-install %{name} $RPM_BUILD_ROOT/%{_sbindir}
-install %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/ttyIAX
@@ -53,14 +53,14 @@
%files
%defattr(644,root,root,755)
+%doc TODO README FAQ CHANGES *.ttyIAX
%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man1/*
%attr(754,root,root) /etc/rc.d/init.d/%{name}
-%config(noreplace) %{_sysconfdir}/%{name}/*
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
-%dir /var/log/%{name}
%dir %{_sysconfdir}/%{name}
-%doc TODO README FAQ CHANGES *.ttyIAX
+%config(noreplace) %{_sysconfdir}/%{name}/*
+%{_mandir}/man1/*
+%dir /var/log/%{name}
%ghost /var/log/%{name}/%{name}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -69,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008-01-03 14:06:00 qboosh
+- more cleanups
+
Revision 1.2 2007-12-31 11:08:32 glen
- convert to utf8, cleanup, adapter
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iaxmodem.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list