File yast2-phone-services.spec of Package yast2-phone-services
#
# spec file for package yast2-phone-services (Version 2.16.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: yast2-phone-services
Version: 2.16.0
Release: 19
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-phone-services-2.16.0.tar.bz2
Prefix: /usr
BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2 yast2-devtools yast2-users
Requires: yast2 yast2-users
BuildArch: noarch
Summary: YaST2 - Phone Services Configuration
%description
This package contains YaST2 modules to configure additional phone
services, for example fax and answering machines.
Authors:
--------
Karsten Keil <kkeil@suse.de>
%prep
%setup -n yast2-phone-services-2.16.0
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%dir /usr/share/YaST2/include/phone-services
/usr/share/YaST2/include/phone-services/*
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/*.y*
%{prefix}/share/applications/YaST2/*.desktop
/usr/share/YaST2/scrconf/*.scr
%doc %{prefix}/share/doc/packages/yast2-phone-services
%changelog
* Fri May 16 2008 jsrain@suse.cz
- added categories Settings and System into desktop file
(bnc #382778)
* Mon Mar 17 2008 jsrain@suse.cz
- added 'StartupNotify=true' to the desktop file (bnc #304964)
- 2.16.0
* Thu Jun 21 2007 adrian@suse.de
- fix changelog entry order
* Fri May 25 2007 jsrain@suse.cz
- removed outdated translations from .desktop-files (#271209)
* Thu May 10 2007 jsuchome@suse.cz
- enable translation of MailAndSave and SaveOnly entries (#145513)
- 2.15.0
* Mon Nov 20 2006 jsrain@suse.cz
- 2.14.0
* Thu Mar 02 2006 jsuchome@suse.cz
- reduced BuildRequires
- 2.13.1
* Wed Jan 11 2006 jsuchome@suse.cz
- try to read nis users only when they are available
- 2.13.0
* Wed Jul 27 2005 visnov@suse.cz
- rename icons
- merged texts from proofreading
- 2.12.0
* Mon Feb 07 2005 jsuchome@suse.cz
- merged texts from proofreading
- 2.11.1
* Tue Jan 11 2005 jsuchome@suse.cz
- basic command line support (summary function)
- 2.11.0
* Tue Jun 15 2004 msvec@suse.cz
- 2.10.0
* Fri Apr 02 2004 msvec@suse.cz
- changed license to GPL
- 2.9.5
* Fri Mar 12 2004 kkeil@suse.de
- if itemlist generation
- 2.9.4
* Mon Mar 08 2004 msvec@suse.cz
- type cast fixes
- set title icons
- 2.9.3
* Fri Mar 05 2004 msvec@suse.cz
- more strict type casts
- 2.9.2
* Mon Feb 16 2004 msvec@suse.cz
- syntax fixes, fixed neededforbuild
- 2.9.1
* Tue Feb 10 2004 msvec@suse.cz
- dropped y2cc config files
- 2.9.0
* Sun Sep 14 2003 adrian@suse.de
- make it working in kcontrol
* Mon Sep 08 2003 msvec@suse.cz
- proof-read texts
- 2.8.5
* Mon Aug 25 2003 kkeil@suse.de
- fix icon name (fax.png) -> 2.8.4
* Wed Aug 20 2003 arvin@suse.de
- use Popup and Label modules
* Tue Aug 12 2003 arvin@suse.de
- merged proof read texts
* Mon Jul 28 2003 kkeil@suse.de
- add FAX outgoing number and prefix setup for capisuite 0.4.3
* Thu Apr 24 2003 jsuchome@suse.de
- changed interface of function from Users module
* Fri Feb 28 2003 arvin@suse.de
- new icons
* Sun Feb 23 2003 kkeil@suse.de
- fix user selection list to display NIS users too (#23961)
- 2.7.4
* Tue Feb 11 2003 kkeil@suse.de
- create a kdeprintfax config if KDE was installed and no config
exist
- 2.7.3
* Mon Feb 10 2003 kkeil@suse.de
- fix start of capisuite (#25500)
- user selection list work again
- reinsert proofread text
- 2.7.2
* Tue Feb 04 2003 kkeil@suse.de
- fix VERSION
* Mon Feb 03 2003 kkeil@suse.de
- add package check + install
- add start capisuite
- 2.7.1
* Fri Jan 31 2003 ghillie@suse.de
- forbidden empty fax_numbers and phone_numbers, use "*" instead
- updated help texts accordingly
* Wed Jan 29 2003 ghillie@suse.de
- [global] section was renamed to [GLOBAL]
* Mon Jan 27 2003 kkeil@suse.de
- final decision group Network
* Mon Jan 27 2003 kkeil@suse.de
- add help texts
- add FAX action
- Group is now Hardware
* Mon Jan 20 2003 kkeil@suse.de
- first version