OBS User unknown 2009-02-03 21:47:10 +00:00 committed by Git OBS Bridge
parent 5e45b38671
commit 98700553a1
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 2 14:57:23 CET 2009 - kssingvo@suse.de
- made rpmlint more happy
- removed unneccessary .orig file to avoid build issue
-------------------------------------------------------------------
Wed Jan 28 14:18:40 CET 2009 - kssingvo@suse.de

View File

@ -26,7 +26,7 @@ Suggests: perl-IO-Socket-SSL
PreReq: %fillup_prereq
AutoReqProv: on
Version: 3.8.0
Release: 1
Release: 2
Url: http://ddclient.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A Perl Client to Update Dynamic DNS Entries
@ -61,6 +61,10 @@ Authors:
%patch0 -p1 -b _orig
%patch1 -p1
%patch2 -p1
rm -f sample-etc_ddclient.conf.orig
chmod a-x sample-etc*
mkdir examples
mv sample-ddclient-wrapper.sh examples
%build
#export CFLAGS="$RPM_OPT_FLAGS"
@ -76,7 +80,6 @@ Authors:
# nothing to do here (yet)
%install
[ "$RPM_BUILD_ROOT" != "" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
#make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT/usr/sbin
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
@ -111,9 +114,12 @@ install -d -m 755 $RPM_BUILD_ROOT/var/cache/ddclient
/usr/sbin/rcddclient
/var/adm/fillup-templates/sysconfig.ddclient
%dir /var/cache/ddclient
%doc COPY* README* sample*
%doc COPY* README* sample* examples
%changelog
* Mon Feb 02 2009 kssingvo@suse.de
- made rpmlint more happy
- removed unneccessary .orig file to avoid build issue
* Wed Jan 28 2009 kssingvo@suse.de
- new version 3.8.0:
* better password handling