From 781df787cc387a6447945ff05b3b970f172adbb0 Mon Sep 17 00:00:00 2001 From: Pavel Alexeev Date: Aug 27 2008 22:00:00 +0000 Subject: Initial import. --- diff --git a/.cvsignore b/.cvsignore index e69de29..7bc386d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ferm-2.0.2.tar.gz diff --git a/ferm.spec b/ferm.spec new file mode 100644 index 0000000..af2e5c9 --- /dev/null +++ b/ferm.spec @@ -0,0 +1,88 @@ +Summary: For Easy Rule Making +Name: ferm +Version: 2.0.2 +Release: 3%{?dist} +Group: Applications/System +License: GPLv2+ +Source: http://ferm.foo-projects.org/download/2.0/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://ferm.foo-projects.org/ +BuildArchitectures: noarch + +%description +Ferm is a tool to maintain complex firewalls, without having the +trouble to rewrite the complex rules over and over again. Ferm +allows the entire firewall rule set to be stored in a separate +file, and to be loaded with one command. The firewall configuration +resembles structured programming-like language, which can contain +levels and lists. + +%prep +%setup -q + +sed -i 's/PREFIX = /#PREFIX = /' config.mk +sed -i 's/MANDIR = /#MANDIR = /' config.mk +sed -i 's/DOCDIR = /#DOCDIR = /' config.mk + +%build + +%install +rm -Rf $RPM_BUILD_ROOT + +make install PREFIX=$RPM_BUILD_ROOT%{_prefix} DOCDIR=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README TODO NEWS examples/ +%{_mandir}/man1/* + +%{_sbindir}/import-ferm +%{_sbindir}/ferm + +%changelog +* Mon Aug 25 2008 Pavel Alexeev - 2.0.2-3 +- License changed to GPLv2+ by answer of uptream developer Max Kellerman. + +* Mon Aug 25 2008 Pavel Alexeev - 2.0.2-2 +- In changelog fixed version representation by warning of rpmlint. +- Add NEWS to documentation. + +* Fri Aug 22 2008 Pavel Alexeev - 2.0.2-1 +- Step to version 2.0.2 +- Group changed from "system/firewalls" to "Applications/System" +- Delete redundant "ferm -" from Summary tag. +- Delete Hu-part of Release to conform Fedora rules (by note in review). +- License changed rfom GPL to GPLv2 by source. +- Requires: perl removed. +- Setting variables in config.mk moved to %%prep section. +- Replace lost /usr to %%{_prefix} in make install instruction. +- %%defattr(-,root,root) changed to %%defattr(-,root,root,-) + +* Fri Jul 11 2008 Pavel Alexeev - 1.3.4-0.Hu.1 +- Changes to conform rpmlint ( http://fedoraproject.org/wiki/Packaging/Guidelines ): + Setup made quiet + Remove "mkdir -p $RPM_BUILD_ROOT" from %%prep + Escape all %% in Changelog. + Add %%build section + +* Thu Jul 10 2008 Pavel Alexeev - 1.3.4-0.Hu.0 +- Version 1.3.4 +- Reformat with tabs. +- Clear old comments. +- Delete Packager: A. Kok +- Add %%{?dist} part into release +- Replace hardcoded /usr/sbin to %%_sbindir +- Replace Build Root: "/tmp/%%{name}-%%{version}-root" by more standard. + +* Mon Oct 22 2007 Pavel Alexeev - 1.2.5 +- Steep to version 1.2.5 + +* Mon Jul 2 2007 Pavel Alexeev +- Steep to version 1.2.4 + +* Mon Mar 5 2007 Pavel Alexeev +- Steep to version 1.2 +- Restructure dirs and files in package \ No newline at end of file diff --git a/import.log b/import.log new file mode 100644 index 0000000..18d51c1 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +ferm-2_0_2-3_fc9:HEAD:ferm-2.0.2-3.fc9.src.rpm:1219874255 diff --git a/sources b/sources index e69de29..b13a6c0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +01f4f1fdf057931cfc8a38dcf649b8f9 ferm-2.0.2.tar.gz