]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Updated spec file to remove AUTHORS and add myself as maintainer
authorErinn Clark <erinn@torproject.org>
Tue, 23 Feb 2010 04:00:53 +0000 (20:00 -0800)
committerErinn Clark <erinn@torproject.org>
Tue, 23 Feb 2010 04:00:53 +0000 (20:00 -0800)
tor.spec.in

index c00fadb11b87cd3a589fa41f2c7d607bef3419c1..c0ac4ea8da789bdc0d1d10779242628c1e30e60f 100644 (file)
@@ -106,7 +106,7 @@ Group: System Environment/Daemons
 
 License: 3-clause BSD
 Vendor: The Tor Project (https://torproject.org)
-Packager: Andrew Lewman <andrew@torproject.org>
+Packager: Erinn Clark <erinn@torproject.org>
 
 %if %{is_suse}
 Requires: openssl >= 0.9.7
@@ -262,7 +262,7 @@ exit 0
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS INSTALL LICENSE README ChangeLog doc/HACKING doc/TODO
+%doc INSTALL LICENSE README ChangeLog doc/HACKING doc/TODO
 %{_mandir}/man*/*
 %{_docdir}/tor/*
 %{_bindir}/tor
@@ -280,6 +280,9 @@ exit 0
 %attr(0750,%{toruser},%{torgroup}) %dir %{_localstatedir}/log/%{name}
 
 %changelog
+* Mon Feb 22 2010 Erinn Clark <erinn@torproject.org>
+- remove AUTHORS from %doc line since it no longer exists upstream
+- switch maintainers
 
 * Fri May 01 2009 Andrew Lewman <andrew@torproject.org>
 - clean up distro detection and remove dead comment blocks