rpms/nano/devel nano.spec,1.33,1.34

Kamil Dudka kdudka at fedoraproject.org
Wed Nov 25 17:57:33 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/nano/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12192

Modified Files:
	nano.spec 
Log Message:
- sanitize specfile according to Fedora Packaging Guidelines


Index: nano.spec
===================================================================
RCS file: /cvs/extras/rpms/nano/devel/nano.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- nano.spec	15 Oct 2009 17:10:23 -0000	1.33
+++ nano.spec	25 Nov 2009 17:57:33 -0000	1.34
@@ -1,11 +1,11 @@
 Summary:         A small text editor
 Name:            nano
 Version:         2.0.9
-Release:         6%{?dist}
-License:         GPLv2+
+Release:         7%{?dist}
+License:         GPLv3+
 Group:           Applications/Editors
 URL:             http://www.nano-editor.org
-Source:          http://www.nano-editor.org/dist/v1.3/%{name}-%{version}.tar.gz
+Source:          http://www.nano-editor.org/dist/v2.0/%{name}-%{version}.tar.gz
 Source2:         nanorc
 Patch1:          nano-2.0.9-warnings.patch
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -30,7 +30,7 @@ done
 
 %build
 %configure --enable-all --bindir=/bin
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -67,7 +67,7 @@ exit 0
 rm -rf %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO
 %doc doc/nanorc.sample
 %doc doc/faq.html
@@ -80,6 +80,9 @@ rm -rf %{buildroot}
 %{_datadir}/nano
 
 %changelog
+* Wed Nov 25 2009 Kamil Dudka <kdudka at redhat.com> - 2.0.9-7
+- sanitize specfile according to Fedora Packaging Guidelines 
+
 * Thu Oct 15 2009 Kamil Dudka <kdudka at redhat.com> - 2.0.9-6
 - use nanorc.sample as base of /etc/nanorc
 




More information about the fedora-extras-commits mailing list