diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9c04086..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/sidc-v1.8.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..086fc53 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +sidc diff --git a/sidc.spec b/sidc.spec deleted file mode 100644 index 1392ee3..0000000 --- a/sidc.spec +++ /dev/null @@ -1,114 +0,0 @@ -%global tardirname sorki-sidc-cf8e2fa -# trick rpmlint into ignoring the lib path for tmpfiles.d -%global _mylib lib -%global _tmpfilesdir %{_prefix}/%{_mylib} - -Name: sidc -Version: 1.8 -Release: 7%{?dist} -Summary: A VLF signal monitor for recording sudden ionospheric disturbances - -Group: Applications/Communications -License: GPLv2 -URL: http://github.com/sorki/sidc -Source0: https://github.com/sorki/sidc/tarball/v%{version}/sidc-v%{version}.tar.gz - -BuildRequires: autoconf -BuildRequires: fftw-devel -BuildRequires: alsa-lib-devel -BuildRequires: systemd-units -Requires: fftw -Requires: alsa-utils -Requires(pre): shadow-utils - -%description -sidc is a simple C program to monitor and record VLF signal -for sudden ionospheric disturbance detection. - -%prep -%setup -q -n %{tardirname} - -%build -autoconf -%configure -make %{?_smp_mflags} - -%install -install -d %{buildroot}%{_bindir} -install -d %{buildroot}%{_sysconfdir} -install -d %{buildroot}%{_localstatedir}/lib/sidc -install -d %{buildroot}%{_localstatedir}/log/sidc -install -d -m 0755 %{buildroot}/run/sidc/ - -make DESTDIR=%{buildroot} install - -install -Dm 644 sidc.service %{buildroot}%{_unitdir}/sidc.service -install -Dm 644 sidc.sysconf %{buildroot}%{_sysconfdir}/sysconfig/sidc -install -Dm 644 sidc.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/sidc -install -Dm 644 sidc.tmpfiles %{buildroot}%{_tmpfilesdir}/tmpfiles.d/sidc.conf - -%files -%doc README.rst -%doc AUTHORS -%doc LICENSE -%{_bindir}/sidc -%config(noreplace) %{_sysconfdir}/sidc.conf -%config(noreplace) %{_sysconfdir}/sysconfig/sidc -%config(noreplace) %{_sysconfdir}/logrotate.d/sidc -%{_unitdir}/sidc.service -%dir %attr(-, sidc, sidc) %{_localstatedir}/lib/sidc -%dir %attr(-, sidc, sidc) %{_localstatedir}/log/sidc -%dir %attr(-, sidc, sidc) /run/sidc/ -%{_tmpfilesdir}/tmpfiles.d/sidc.conf - -%pre -getent group sidc >/dev/null || groupadd -r sidc -getent passwd sidc >/dev/null || \ -useradd -r -g sidc -d %{_localstatedir}/lib/sidc -s /sbin/nologin \ - -c "sidc daemon" -G audio sidc -exit 0 - -%post -%systemd_post sidc.service - -%preun -%systemd_preun sidc.service - -%postun -%systemd_postun_with_restart sidc.service - -%changelog -* Fri Jun 19 2015 Fedora Release Engineering - 1.8-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 1.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.8-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 1.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Aug 22 2012 Lukáš Nykrýn - 1.8-2 -- Scriptlets replaced with new systemd macros (#850409) - -* Mon Jul 23 2012 Richard Marko - 1.8-1 -- Version bump, use tmpfiles.d -* Mon Jul 23 2012 Richard Marko - 1.7-2 -- Replaced define macro with global -* Sat Jul 21 2012 Richard Marko - 1.7-1 -- Version bump, adding logrotate and sysconfig config files -* Fri Jul 20 2012 Richard Marko - 1.6-1 -- Version bump, fixed attr issue -* Fri Jul 20 2012 Richard Marko - 1.5-1 -- Version bump, systemd compatible now -* Thu Jul 19 2012 Richard Marko - 1.4-1 -- Version bump -* Mon Jul 16 2012 Richard Marko - 1.3-1 -- Update -* Wed Jun 29 2009 Marek Mahut - 1.0-1 -- Initial packaging attempt diff --git a/sources b/sources deleted file mode 100644 index 79c8aad..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ae32ee8e06fbf257b17d029c054e046c sidc-v1.8.tar.gz