Blame SPECS/pps-tools.spec

a69ab3
Name:		pps-tools
a69ab3
Version:	1.0.2
a69ab3
Release:	1%{?dist}
a69ab3
Summary:	LinuxPPS user-space tools
a69ab3
a69ab3
Group:		System Environment/Base
a69ab3
License:	GPLv2+
a69ab3
URL:		https://github.com/redlab-i/pps-tools
a69ab3
Source0:	https://github.com/redlab-i/pps-tools/archive/v%{version}/%{name}-%{version}.tar.gz
a69ab3
a69ab3
BuildRequires:	gcc
a69ab3
a69ab3
%description
a69ab3
This package includes the LinuxPPS user-space tools.
a69ab3
a69ab3
%package devel
a69ab3
Summary: LinuxPPS PPSAPI header file
a69ab3
Group: Development/System
a69ab3
a69ab3
%description devel
a69ab3
This package includes the header needed to compile PPSAPI (RFC-2783)
a69ab3
applications.
a69ab3
a69ab3
%prep
a69ab3
%setup -q
a69ab3
a69ab3
%build
a69ab3
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" make %{?_smp_mflags}
a69ab3
a69ab3
%install
a69ab3
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/sys}
a69ab3
install -m755 -t $RPM_BUILD_ROOT%{_bindir} \
a69ab3
	ppsctl ppsfind ppsldisc ppstest ppswatch
a69ab3
install -p -m644 -t $RPM_BUILD_ROOT%{_includedir}/sys timepps.h
a69ab3
a69ab3
%files
a69ab3
%license COPYING
a69ab3
%{_bindir}/pps*
a69ab3
a69ab3
%files devel
a69ab3
%license COPYING
a69ab3
%{_includedir}/sys/timepps.h
a69ab3
a69ab3
%changelog
a69ab3
* Mon Feb 26 2018 Miroslav Lichvar <mlichvar@redhat.com> 1.0.2-1
a69ab3
- update to 1.0.2
a69ab3
- add gcc to build requirements
a69ab3
- build with hardening LDFLAGS
a69ab3
a69ab3
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.16.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a69ab3
a69ab3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.15.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a69ab3
a69ab3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.14.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a69ab3
a69ab3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.13.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a69ab3
a69ab3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.12.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a69ab3
a69ab3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.11.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a69ab3
a69ab3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.10.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a69ab3
a69ab3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.9.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a69ab3
a69ab3
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.8.20120407git0deb9c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a69ab3
a69ab3
* Tue Apr 02 2013 Miroslav Lichvar <mlichvar@redhat.com> 0-0.7.20120407git0deb9c
a69ab3
- update to 20120407git0deb9c
a69ab3
- move timepps.h to sys (#852950)
a69ab3
- include license files in devel subpackage
a69ab3
- remove obsolete macros
a69ab3
a69ab3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.6.20120215gitac0aa6
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a69ab3
a69ab3
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.5.20120215gitac0aa6
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a69ab3
a69ab3
* Thu Mar 01 2012 Miroslav Lichvar <mlichvar@redhat.com> 0-0.4.20120215gitac0aa6
a69ab3
- update to 20120215gitac0aa6
a69ab3
a69ab3
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.3.20100413git74c32c
a69ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a69ab3
a69ab3
* Tue Aug 09 2011 Miroslav Lichvar <mlichvar@redhat.com> 0-0.2.20100413git74c32c
a69ab3
- include README and copyright (#692069) 
a69ab3
- provide also <sys/timepps.h>
a69ab3
a69ab3
* Wed Mar 30 2011 Miroslav Lichvar <mlichvar@redhat.com> 0-0.1.20100413git74c32c
a69ab3
- initial release