rpms/nano/F-12 nano.spec,1.31,1.32

Kamil Dudka kdudka at fedoraproject.org
Thu Nov 26 18:32:37 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/nano/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11472

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


Index: nano.spec
===================================================================
RCS file: /cvs/extras/rpms/nano/F-12/nano.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- nano.spec	18 Nov 2009 17:48:24 -0000	1.31
+++ nano.spec	26 Nov 2009 18:32:36 -0000	1.32
@@ -1,11 +1,11 @@
 Summary:         A small text editor
 Name:            nano
 Version:         2.0.9
-Release:         4%{?dist}
-License:         GPLv2+
+Release:         5%{?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
+* Thu Nov 26 2009 Kamil Dudka <kdudka at redhat.com> - 2.0.9-5
+- sanitize specfile according to Fedora Packaging Guidelines 
+
 * Wed Nov 18 2009 Kamil Dudka <kdudka at redhat.com> - 2.0.9-4
 - install a system-wide configuration file based on nanorc.sample
 - disable line wrapping by default (#528359)




More information about the fedora-extras-commits mailing list