2011-08-10 15:24:17 +00:00
|
|
|
Name: pps-tools
|
|
|
|
Version: 0
|
2014-06-07 17:05:25 +00:00
|
|
|
Release: 0.9.20120407git0deb9c%{?dist}
|
2011-08-10 15:24:17 +00:00
|
|
|
Summary: LinuxPPS user-space tools
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://github.com/ago/pps-tools
|
|
|
|
|
|
|
|
# git clone git://github.com/ago/pps-tools; cd pps-tools
|
2013-04-02 16:18:55 +00:00
|
|
|
# git archive --prefix=pps-tools/ 0deb9c | xz > pps-tools-20120407git0deb9c.tar.xz
|
|
|
|
Source0: pps-tools-20120407git0deb9c.tar.xz
|
2011-08-10 15:24:17 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package includes the LinuxPPS user-space tools.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: LinuxPPS PPSAPI header file
|
|
|
|
Group: Development/System
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package includes the header needed to compile PPSAPI (RFC-2783)
|
|
|
|
applications.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/sys}
|
2012-03-01 07:43:27 +00:00
|
|
|
install -m755 -t $RPM_BUILD_ROOT%{_bindir} ppsctl ppsfind ppstest ppswatch
|
2013-04-02 16:21:13 +00:00
|
|
|
install -p -m644 -t $RPM_BUILD_ROOT%{_includedir}/sys timepps.h
|
2011-08-10 15:24:17 +00:00
|
|
|
|
|
|
|
%files
|
2012-03-01 07:43:27 +00:00
|
|
|
%doc COPYING debian/README debian/copyright
|
2011-08-10 15:24:17 +00:00
|
|
|
%{_bindir}/pps*
|
|
|
|
|
|
|
|
%files devel
|
2013-04-02 16:35:29 +00:00
|
|
|
%doc COPYING debian/copyright
|
2011-08-10 15:24:17 +00:00
|
|
|
%{_includedir}/sys/timepps.h
|
|
|
|
|
|
|
|
%changelog
|
2014-06-07 17:05:25 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.9.20120407git0deb9c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 05:06:59 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.8.20120407git0deb9c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-02 16:24:21 +00:00
|
|
|
* Tue Apr 02 2013 Miroslav Lichvar <mlichvar@redhat.com> 0-0.7.20120407git0deb9c
|
|
|
|
- update to 20120407git0deb9c
|
|
|
|
- move timepps.h to sys (#852950)
|
|
|
|
- include license files in devel subpackage
|
|
|
|
- remove obsolete macros
|
|
|
|
|
2013-02-14 18:18:21 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.6.20120215gitac0aa6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-21 02:57:50 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.5.20120215gitac0aa6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-01 07:43:27 +00:00
|
|
|
* Thu Mar 01 2012 Miroslav Lichvar <mlichvar@redhat.com> 0-0.4.20120215gitac0aa6
|
|
|
|
- update to 20120215gitac0aa6
|
|
|
|
|
2012-01-14 01:11:58 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.3.20100413git74c32c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-08-10 15:24:17 +00:00
|
|
|
* Tue Aug 09 2011 Miroslav Lichvar <mlichvar@redhat.com> 0-0.2.20100413git74c32c
|
|
|
|
- include README and copyright (#692069)
|
|
|
|
- provide also <sys/timepps.h>
|
|
|
|
|
|
|
|
* Wed Mar 30 2011 Miroslav Lichvar <mlichvar@redhat.com> 0-0.1.20100413git74c32c
|
|
|
|
- initial release
|