Hi,
the rpm mode for emacs has a default specfile template, that has still a
Copyright field. The result are lots of upgrades with s/Copyright/License/ in
changelog. We should fix the rpm-spec-mode.el to have a better default.

I created a small bugfix and made the attached patch.
Please include it in the next rpm-build package.

CU

-- 
   G�tz Waschk <> student of computer science  <> university Rostock    
 http://www.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--
--- rpm-spec-mode.el    Thu Jun 14 16:53:50 2001
+++ rpm-spec-mode.el.new        Thu Jun 14 16:53:42 2001
@@ -223,7 +223,6 @@
   '(("Autoreqprov")
     ("Buildroot")
     ("Conflicts")
-    ("Copyright")
     ("%description")
     ("Distribution")
     ("Excludearch")
@@ -234,6 +233,7 @@
     ("Group")
     ("Icon")
     ("%ifarch")
+    ("License")
     ("Name")
     ("Nopatch")
     ("Nosource")
@@ -1124,7 +1124,7 @@
            "\nVersion: %{version}" 
            "\nRelease: %{release}"
            "\nSource0: %{name}-%{version}.tar.bz2"
-           "\nCopyright: \nGroup: "
+           "\nLicense: \nGroup: "
            "\nBuildRoot: %{_tmppath}/%{name}-buildroot\nPrefix: %{_prefix}"
            "\n\n%description\n"
            "\n%prep\n%setup\n\n%build\n\n%install\nrm -rf $RPM_BUILD_ROOT"

Reply via email to