7ffec4c
Name:       ncid
Eric Sandeen 95e7723
Version:    1.6
5bdc50f
Release:    2%{?dist}
7ffec4c
Summary:    Network Caller ID server, client, and gateways
7ffec4c
7ffec4c
Group:      Applications/Communications
Eric Sandeen 95e7723
Requires:   perl
Eric Sandeen 95e7723
License:    GPLv3+
7ffec4c
Url:        http://ncid.sourceforge.net
7ffec4c
Source0:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
7ffec4c
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
7ffec4c
be503dd
BuildRequires: libpcap-devel, perl-generators, perl-podlators
Eric Sandeen c1416d5
%{?systemd_requires}
Eric Sandeen c1416d5
BuildRequires: systemd
7ffec4c
Eric Sandeen 721f388
Eric Sandeen 721f388
7ffec4c
%description
7ffec4c
NCID is Caller ID (CID) distributed over a network to a variety of
7ffec4c
devices and computers.  NCID includes a server, gateways, a client,
Eric Sandeen 723dc14
client output modules, and command line tools.
7ffec4c
Eric Sandeen 723dc14
The NCID server obtains the Caller ID information from a modem,
Eric Sandeen 723dc14
a serial device, and from gateways for NCID, SIP, WC, & YAC.
7ffec4c
Eric Sandeen 723dc14
This package contains the server, gateways and command line tools.
Eric Sandeen 723dc14
The client is in the ncid-client package.
7ffec4c
7ffec4c
%package client
7ffec4c
Summary:    NCID (Network Caller ID) client
7ffec4c
Group:      Applications/Communications
ecbbfda
BuildArch:  noarch
Eric Sandeen 723dc14
Requires:   tcl, tk, mailx, nc
7ffec4c
7ffec4c
%description client
Eric Sandeen 723dc14
The NCID client obtains the Caller ID from the NCID server and normally
7ffec4c
displays it in a GUI window.  It can also display the Called ID in a
Eric Sandeen 723dc14
terminal window or, using an output module, format the output and send it
7ffec4c
to another program.
7ffec4c
Eric Sandeen 723dc14
This package contains the NCID client and output modules that are not
Eric Sandeen 723dc14
separate packages.
Eric Sandeen 723dc14
7ffec4c
%package kpopup
Eric Sandeen 723dc14
Summary:    NCID kpopup module displays Caller ID info in a KDE window
7ffec4c
Group:      Applications/Communications
7ffec4c
BuildArch:  noarch
7ffec4c
Requires:   %{name}-client = %{version}-%{release}
7ffec4c
Requires:   %{name}-speak = %{version}-%{release}
Eric Sandeen 723dc14
Requires:   kde-baseapps, kmix
7ffec4c
7ffec4c
%description kpopup
Eric Sandeen 723dc14
The NCID kpopup module displays Caller ID information in a KDE pop-up window
Eric Sandeen 723dc14
and optionally speaks the number via voice synthesis.  The KDE or Gnome
Eric Sandeen 723dc14
desktop must be running.
7ffec4c
Eric Sandeen 95e7723
%package mysql
Eric Sandeen 95e7723
Summary:    NCID mysql module inputs Caller ID information into a SQL database
Eric Sandeen 95e7723
Group:      Applications/Communications
Eric Sandeen 95e7723
BuildArch:  noarch
Eric Sandeen 95e7723
Requires:   %{name}-client = %{version}-%{release}, mysql
Eric Sandeen 95e7723
Eric Sandeen 95e7723
%description mysql
Eric Sandeen 95e7723
The NCID mysql module inputs NCID Caller information into a SQL database
Eric Sandeen 95e7723
using either MariaDB or a MySQL database.
Eric Sandeen 95e7723
7ffec4c
%package samba
Eric Sandeen 723dc14
Summary:    NCID samba module sends Caller ID information to windows machines
7ffec4c
Group:      Applications/Communications
7ffec4c
BuildArch:  noarch
7ffec4c
Requires:   %{name}-client = %{version}-%{release}, samba-client
7ffec4c
7ffec4c
%description samba
Eric Sandeen 723dc14
The NCID samba module sends Caller ID information to a windows machine
Eric Sandeen 723dc14
as a pop-up.  This will not work if the messenger service is disabled.
7ffec4c
7ffec4c
%package speak
Eric Sandeen 723dc14
Summary:    NCID speak module speaks Caller ID information via voice synthesis
7ffec4c
Group:      Applications/Communications
7ffec4c
BuildArch:  noarch
7ffec4c
Requires:   %{name}-client = %{version}-%{release}, festival
7ffec4c
7ffec4c
%description speak
7ffec4c
The NCID speak module announces Caller Id information verbally, using
7ffec4c
the Festival text-to-speech voice synthesis system.
7ffec4c
7ffec4c
%prep
7ffec4c
7ffec4c
%setup -q -n %{name}
7ffec4c
7ffec4c
%build
7ffec4c
make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS" \
7ffec4c
     STRIP= prefix=%{_prefix} prefix2= local fedoradir
7ffec4c
7ffec4c
%install
7ffec4c
rm -rf ${RPM_BUILD_ROOT}
7ffec4c
make install install-fedora prefix=${RPM_BUILD_ROOT}/%{_prefix} \
7ffec4c
                            prefix2=${RPM_BUILD_ROOT} \
7ffec4c
                            prefix3=${RPM_BUILD_ROOT}
7ffec4c
7ffec4c
%clean
7ffec4c
rm -rf $RPM_BUILD_ROOT
7ffec4c
rm -fr $RPM_BUILD_DIR/%{name}
7ffec4c
7ffec4c
%files
7ffec4c
%defattr(-,root,root)
Eric Sandeen 723dc14
%doc README VERSION doc/GPL.md doc/ReleaseNotes.md
Eric Sandeen 723dc14
%doc Fedora/README.Fedora server/README.server gateway/README.gateways
Eric Sandeen 95e7723
%doc logrotate/README.logrotate tools/README.tools
7ffec4c
%{_bindir}/cidcall
7ffec4c
%{_bindir}/cidalias
7ffec4c
%{_bindir}/cidupdate
Eric Sandeen 95e7723
%{_bindir}/email2ncid
Eric Sandeen c1416d5
%{_bindir}/ncidutil
Eric Sandeen 1ca31aa
%{_bindir}/ncid2ncid
Eric Sandeen 95e7723
%{_bindir}/ncid-setup
Eric Sandeen c1416d5
%{_bindir}/obi2ncid
Eric Sandeen c1416d5
%{_bindir}/rn2ncid
Eric Sandeen c1416d5
%{_bindir}/wc2ncid
Eric Sandeen c1416d5
%{_bindir}/wct
Eric Sandeen 723dc14
%{_bindir}/yac2ncid
Eric Sandeen 723dc14
%{_sbindir}/ncidd
7ffec4c
%{_sbindir}/sip2ncid
7ffec4c
%dir %{_datadir}/ncid
Eric Sandeen 95e7723
%dir %{_datadir}/doc/ncid/recordings
Eric Sandeen 95e7723
%dir %{_datadir}/ncid/extensions
Eric Sandeen 723dc14
%dir %{_datadir}/ncid/recordings
Eric Sandeen 95e7723
%dir %{_datadir}/ncid/setup
Eric Sandeen 95e7723
%dir %{_datadir}/ncid/sys
Eric Sandeen 95e7723
%{_datadir}/ncid/extensions/hangup-calls
Eric Sandeen 95e7723
%{_datadir}/ncid/extensions/hangup-closed-skel
Eric Sandeen 95e7723
%{_datadir}/ncid/extensions/hangup-message-skel
Eric Sandeen 95e7723
%{_datadir}/ncid/extensions/hangup-skel
Eric Sandeen 723dc14
%{_datadir}/ncid/recordings/NumberDisconnected.rmd
Eric Sandeen c1416d5
%{_datadir}/ncid/recordings/CallingDeposit.rmd
Eric Sandeen c1416d5
%{_datadir}/ncid/recordings/NotInService.rmd
Eric Sandeen 95e7723
%{_datadir}/ncid/setup/ncid-email2ncid-setup
Eric Sandeen 95e7723
%{_datadir}/ncid/sys/ncidrotate
Eric Sandeen 95e7723
%{_datadir}/ncid/sys/ncid-yearlog
Eric Sandeen 95e7723
%{_datadir}/doc/ncid/recordings/README.recordings
Eric Sandeen 95e7723
%{_datadir}/doc/ncid/recordings/*.pvf
7ffec4c
%dir %{_sysconfdir}/ncid
Eric Sandeen 95e7723
%config(noreplace) %{_sysconfdir}/ncid/email2ncid.conf
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/ncidd.blacklist
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/ncidd.whitelist
7ffec4c
%config(noreplace) %{_sysconfdir}/ncid/ncidd.conf
7ffec4c
%config(noreplace) %{_sysconfdir}/ncid/ncidd.alias
7ffec4c
%config(noreplace) %{_sysconfdir}/ncid/ncidrotate.conf
Eric Sandeen 1ca31aa
%config(noreplace) %{_sysconfdir}/ncid/ncid2ncid.conf
Eric Sandeen c1416d5
%config(noreplace) %{_sysconfdir}/ncid/obi2ncid.conf
Eric Sandeen c1416d5
%config(noreplace) %{_sysconfdir}/ncid/rn2ncid.conf
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/sip2ncid.conf
Eric Sandeen c1416d5
%config(noreplace) %{_sysconfdir}/ncid/wc2ncid.conf
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/yac2ncid.conf
7ffec4c
%config(noreplace) %{_sysconfdir}/logrotate.d/ncid
Eric Sandeen c1416d5
%{_unitdir}/ncidd.service
Eric Sandeen c1416d5
%{_unitdir}/ncid2ncid.service
Eric Sandeen c1416d5
%{_unitdir}/obi2ncid.service
Eric Sandeen c1416d5
%{_unitdir}/rn2ncid.service
Eric Sandeen 723dc14
%{_unitdir}/sip2ncid.service
Eric Sandeen c1416d5
%{_unitdir}/wc2ncid.service
Eric Sandeen 723dc14
%{_unitdir}/yac2ncid.service
Eric Sandeen 3879977
%{_mandir}/man1/cidalias.1*
Eric Sandeen 723dc14
%{_mandir}/man1/cidcall.1*
Eric Sandeen 3879977
%{_mandir}/man1/cidupdate.1*
Eric Sandeen 95e7723
%{_mandir}/man1/email2ncid.1*
Eric Sandeen 95e7723
%{_mandir}/man1/ncid-email2ncid-setup.1*
Eric Sandeen 95e7723
%{_mandir}/man1/hangup-calls.1*
Eric Sandeen 95e7723
%{_mandir}/man1/hangup-closed-skel.1*
Eric Sandeen 95e7723
%{_mandir}/man1/hangup-message-skel.1*
Eric Sandeen 95e7723
%{_mandir}/man1/hangup-skel.1.gz
Eric Sandeen 95e7723
%{_mandir}/man1/ncid-setup.1*
Eric Sandeen 95e7723
%{_mandir}/man1/ncid-yearlog.1*
Eric Sandeen c1416d5
%{_mandir}/man1/ncidutil.1*
7ffec4c
%{_mandir}/man1/ncidrotate.1*
Eric Sandeen 1ca31aa
%{_mandir}/man1/ncid2ncid.1*
Eric Sandeen c1416d5
%{_mandir}/man1/obi2ncid.1*
Eric Sandeen c1416d5
%{_mandir}/man1/rn2ncid.1*
Eric Sandeen c1416d5
%{_mandir}/man1/wc2ncid.1*
Eric Sandeen c1416d5
%{_mandir}/man1/wct.1*
Eric Sandeen 723dc14
%{_mandir}/man1/yac2ncid.1*
Eric Sandeen 95e7723
%{_mandir}/man5/email2ncid.conf.5*
Eric Sandeen 723dc14
%{_mandir}/man5/ncidd.blacklist.5*
Eric Sandeen c1416d5
%{_mandir}/man5/ncidd.whitelist.5*
7ffec4c
%{_mandir}/man5/ncidd.conf.5*
Eric Sandeen 1ca31aa
%{_mandir}/man5/ncid2ncid.conf.5*
Eric Sandeen c1416d5
%{_mandir}/man5/obi2ncid.conf.5*
Eric Sandeen c1416d5
%{_mandir}/man5/rn2ncid.conf.5*
Eric Sandeen 723dc14
%{_mandir}/man5/sip2ncid.conf.5*
Eric Sandeen c1416d5
%{_mandir}/man5/wc2ncid.conf.5*
Eric Sandeen 723dc14
%{_mandir}/man5/yac2ncid.conf.5*
Eric Sandeen 723dc14
%{_mandir}/man5/ncidd.alias.5*
Eric Sandeen 723dc14
%{_mandir}/man5/ncidrotate.conf.5*
Eric Sandeen c1416d5
%{_mandir}/man7/ncidtools.7*
Eric Sandeen c1416d5
%{_mandir}/man7/ncidgateways.7*
Eric Sandeen 723dc14
%{_mandir}/man8/ncidd.8*
7ffec4c
%{_mandir}/man8/sip2ncid.8*
7ffec4c
7ffec4c
%files client
7ffec4c
%defattr(-,root,root)
Eric Sandeen 723dc14
%doc README VERSION client/README.client modules/README.modules
7ffec4c
%{_bindir}/ncid
7ffec4c
%dir %{_datadir}/ncid
Eric Sandeen 723dc14
%dir %{_datadir}/ncid/modules
Eric Sandeen c1416d5
%{_datadir}/ncid/modules/ncid-alert
Eric Sandeen 723dc14
%{_datadir}/ncid/modules/ncid-initmodem
Eric Sandeen 723dc14
%{_datadir}/ncid/modules/ncid-mythtv
Eric Sandeen c1416d5
%{_datadir}/ncid/modules/ncid-notify
Eric Sandeen 723dc14
%{_datadir}/ncid/modules/ncid-page
Eric Sandeen 723dc14
%{_datadir}/ncid/modules/ncid-skel
Eric Sandeen c1416d5
%{_datadir}/ncid/modules/ncid-wakeup
Eric Sandeen 723dc14
%{_datadir}/ncid/modules/ncid-yac
6370eaf
%{_datadir}/pixmaps/ncid/ncid.gif
7ffec4c
%dir %{_sysconfdir}/ncid
Eric Sandeen 723dc14
%dir %{_sysconfdir}/ncid/conf.d
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/ncid.conf
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-alert.conf
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-mythtv.conf
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-notify.conf
Eric Sandeen c1416d5
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-page.conf
Eric Sandeen c1416d5
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-skel.conf
Eric Sandeen c1416d5
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-yac.conf
Eric Sandeen c1416d5
%{_unitdir}/ncid-initmodem.service
Eric Sandeen 723dc14
%{_unitdir}/ncid-mythtv.service
Eric Sandeen c1416d5
%{_unitdir}/ncid-notify.service
Eric Sandeen 723dc14
%{_unitdir}/ncid-page.service
Eric Sandeen 723dc14
%{_unitdir}/ncid-yac.service
Eric Sandeen 723dc14
%{_mandir}/man1/ncid.1*
Eric Sandeen c1416d5
%{_mandir}/man1/ncid-alert.1*
Eric Sandeen 723dc14
%{_mandir}/man1/ncid-initmodem.1*
Eric Sandeen 723dc14
%{_mandir}/man1/ncid-mythtv.1*
Eric Sandeen c1416d5
%{_mandir}/man1/ncid-notify.1*
Eric Sandeen 723dc14
%{_mandir}/man1/ncid-page.1*
Eric Sandeen 723dc14
%{_mandir}/man1/ncid-skel.1*
Eric Sandeen c1416d5
%{_mandir}/man1/ncid-wakeup.1*
Eric Sandeen 723dc14
%{_mandir}/man1/ncid-yac.1*
7ffec4c
%{_mandir}/man5/ncid.conf.5*
Eric Sandeen c1416d5
%{_mandir}/man7/ncid-modules.7*
7ffec4c
7ffec4c
%files kpopup
7ffec4c
%defattr(-,root,root)
Eric Sandeen 723dc14
%doc VERSION modules/README.modules 
Eric Sandeen c1416d5
%{_datadir}/ncid/modules/ncid-kpopup
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-kpopup.conf
Eric Sandeen 3879977
%{_mandir}/man1/ncid-kpopup.1*
7ffec4c
Eric Sandeen 95e7723
%files mysql
Eric Sandeen 95e7723
%defattr(-,root,root)
Eric Sandeen 95e7723
%doc VERSION modules/README.modules setup/README.setup
Eric Sandeen 95e7723
%{_datadir}/ncid/modules/ncid-mysql
Eric Sandeen 95e7723
%{_datadir}/ncid/setup/ncid-mysql-setup
Eric Sandeen 95e7723
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-mysql.conf
Eric Sandeen 95e7723
%{_usr}/lib/systemd/system/ncid-mysql.service
Eric Sandeen 95e7723
%{_mandir}/man1/ncid-mysql.1*
Eric Sandeen 95e7723
%{_mandir}/man8/ncid-mysql-setup.8*
Eric Sandeen 95e7723
7ffec4c
%files samba
7ffec4c
%defattr(-,root,root)
Eric Sandeen 723dc14
%doc VERSION modules/README.modules
Eric Sandeen c1416d5
%{_datadir}/ncid/modules/ncid-samba
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-samba.conf
Eric Sandeen c1416d5
%{_unitdir}/ncid-samba.service
Eric Sandeen 723dc14
%{_mandir}/man1/ncid-samba.1*
7ffec4c
7ffec4c
%files speak
7ffec4c
%defattr(-,root,root)
Eric Sandeen 723dc14
%doc VERSION modules/README.modules
Eric Sandeen c1416d5
%{_datadir}/ncid/modules/ncid-speak
Eric Sandeen 723dc14
%config(noreplace) %{_sysconfdir}/ncid/conf.d/ncid-speak.conf
Eric Sandeen c1416d5
%{_unitdir}/ncid-speak.service
Eric Sandeen 723dc14
%{_mandir}/man1/ncid-speak.1*
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%post
Eric Sandeen 723dc14
%systemd_post ncidd.service ncid2ncid.service sip2ncid.service yac2ncid.service obi2ncid.service rn2ncid.service wc2ncid.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%post client
Eric Sandeen 723dc14
%systemd_post ncid-page.service ncid-yac.service ncid-mythtv.service ncid-initmodem.service ncid-notify.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%post samba
Eric Sandeen 723dc14
%systemd_post ncid-samba.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%post speak
Eric Sandeen 723dc14
%systemd_post ncid-speak.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%preun
Eric Sandeen 723dc14
%systemd_preun ncidd.service ncid2ncid.service sip2ncid.service yac2ncid.service obi2ncid.service rn2ncid.service wc2ncid.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%preun client
Eric Sandeen 723dc14
%systemd_preun ncid-page.service ncid-yac.service ncid-mythtv.service ncid-initmodem.service ncid-notify.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%preun samba
Eric Sandeen 723dc14
%systemd_preun ncid-samba.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%preun speak
Eric Sandeen 723dc14
%systemd_preun ncid-speak.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%postun
Eric Sandeen 723dc14
%systemd_postun_with_restart ncidd.service ncid2ncid.service sip2ncid.service yac2ncid.service obi2ncid.service rn2ncid.service wc2ncid.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%postun client
Eric Sandeen 723dc14
%systemd_postun_with_restart ncid-page.service ncid-yac.service ncid-mythtv.service ncid-initmodem.service ncid-notify.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%postun samba
Eric Sandeen 723dc14
%systemd_postun_with_restart ncid-samba.service
Eric Sandeen 723dc14
Eric Sandeen 723dc14
%postun speak
Eric Sandeen 723dc14
%systemd_postun_with_restart ncid-speak.service
7ffec4c
7ffec4c
%changelog
5bdc50f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
5bdc50f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5bdc50f
Eric Sandeen 95e7723
* Fri Nov 25 2016 Eric Sandeen <sandeen@redhat.com> 1.6-1
Eric Sandeen 95e7723
- New upstream release
Eric Sandeen 95e7723
Eric Sandeen 721f388
* Thu Apr 14 2016 Eric Sandeen <sandeen@redhat.com> 1.3-3
Eric Sandeen 721f388
- Fix up systemd service files
Eric Sandeen 721f388
Eric Sandeen 723dc14
* Thu Apr 14 2016 Eric Sandeen <sandeen@redhat.com> 1.3-2
Eric Sandeen 723dc14
- Tidy up specfile; match uptream more closely.
Eric Sandeen 723dc14
Eric Sandeen c1416d5
* Mon Apr 11 2016 Eric Sandeen <sandeen@redhat.com> 1.3-1
Eric Sandeen c1416d5
- New upstream version
Eric Sandeen c1416d5
e0eff46
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.83-10
e0eff46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e0eff46
1fdd3b2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-9
1fdd3b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1fdd3b2
a1a2d7e
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-8
a1a2d7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a1a2d7e
596aef7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-7
596aef7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
596aef7
e84c4ca
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-6
e84c4ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e84c4ca
090aaed
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.83-5
090aaed
- Perl 5.18 rebuild
090aaed
bd4deaa
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-4
bd4deaa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bd4deaa
f43345c
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-3
f43345c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f43345c
c790006
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-2
c790006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c790006
Eric Sandeen 6bd5442
* Mon Oct 10 2011 Eric Sandeen <sandeen@redhat.com> 0.83-1
Eric Sandeen 6bd5442
- New upstream version
Eric Sandeen 6bd5442
Eric Sandeen 3879977
* Tue Mar 01 2011 Eric Sandeen <sandeen@redhat.com> 0.81-1
Eric Sandeen 3879977
- New upstream version
Eric Sandeen 3879977
2be2dd2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.80-2
2be2dd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2be2dd2
Eric Sandeen 6ade7b3
* Tue Dec 21 2010 Eric Sandeen <sandeen@redhat.com> 0.80-1
Eric Sandeen 6ade7b3
- New upstream version
Eric Sandeen 6ade7b3
Jesse Keating 2bf0b4c
* Wed Sep 29 2010 jkeating - 0.79-2
Jesse Keating 2bf0b4c
- Rebuilt for gcc bug 634757
Jesse Keating 2bf0b4c
Eric Sandeen 1ca31aa
* Wed Sep 22 2010 Eric Sandeen <sandeen@redhat.com> 0.79-1
Eric Sandeen 1ca31aa
- New upstream version
Eric Sandeen 1ca31aa
e9f0885
* Mon Jul 12 2010 Eric Sandeen <sandeen@redhat.com> 0.78-2
e9f0885
- Add doc/LICENSE to -client subpackage docs
e9f0885
1d23407
* Mon May 17 2010 Eric Sandeen <sandeen@redhat.com> 0.78-1
1d23407
- New upstream version
1d23407
a99778b
* Sat Apr 17 2010 Eric Sandeen <sandeen@redhat.com> 0.77-1
a99778b
- New upstream version
a99778b
6370eaf
* Tue Feb 16 2010 Eric Sandeen <sandeen@redhat.com> 0.76-1
6370eaf
- New upstream version
6370eaf
ecbbfda
* Sat Nov 07 2009 Eric Sandeen <sandeen@redhat.com> 0.75-1
ecbbfda
- New upstream version
ecbbfda
- Make client subpackage noarch
ecbbfda
7ffec4c
* Fri Oct 09 2009 Eric Sandeen <sandeen@redhat.com> 0.74-3
7ffec4c
- Address new review items
7ffec4c
7ffec4c
* Fri Sep 04 2009 Eric Sandeen <sandeen@redhat.com> 0.74-2
7ffec4c
- Address new review items
7ffec4c
7ffec4c
* Wed Jul 29 2009 Eric Sandeen <sandeen@redhat.com> 0.74-1
7ffec4c
- New upstream release.
7ffec4c
7ffec4c
* Sun Mar 29 2009 Eric Sandeen <sandeen@redhat.com> 0.73-2
7ffec4c
- First Fedora build.
7ffec4c
7ffec4c
* Thu Mar 12 2009 John Chmielewski <jlc@users.sourceforge.net> 0.73-1
7ffec4c
- Initial build.
7ffec4c