diff --git a/.gitignore b/.gitignore index e69de29..07b51af 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/pius-2.0.9.tar.bz2 diff --git a/pius.spec b/pius.spec new file mode 100644 index 0000000..561706b --- /dev/null +++ b/pius.spec @@ -0,0 +1,41 @@ +Name: pius +Version: 2.0.9 +Release: 2%{?dist} +Summary: A tool for signing and emailing all UIDs on a set of PGP keys + +Group: Applications/System +License: GPLv2 +URL: http://www.phildev.net/%{name}/ +Source0: http://space.dl.sourceforge.net/project/pgpius/%{name}/%{version}/%{name}-%{version}.tar.bz2 +BuildArch: noarch + +BuildRequires: python-devel +Requires: python + +%description +The PGP Individual UID Signer (PIUS) is a tool for individually +signing all of the UIDs on a set of keys and encrypt-emailing each +one to it's respective email address. This drastically reduces the time +and errors involved in signing keys after a key signing party. + +%prep +%setup -q + +%build + +%install +install -pdm 755 $RPM_BUILD_ROOT%{_bindir} +install -p %{name} %{name}-* -t $RPM_BUILD_ROOT%{_bindir} + +%files +%{_bindir}/%{name} +%{_bindir}/%{name}-keyring-mgr +%{_bindir}/%{name}-party-worksheet +%doc README README.keyring-mgr COPYING %{name}.spec + +%changelog +* Mon Nov 9 2011 Praveen Kumar 2.0.9-2 +- Add noarch and did some minor change according review + +* Mon Nov 7 2011 Praveen Kumar 2.0.9-1 +- Initial version of the package diff --git a/sources b/sources index e69de29..3ae701f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6ea4b2eabf50f2d40aabe21a22c46bc4 pius-2.0.9.tar.bz2