[malaga-suomi-voikko] - Suomi-malaga 1.7 - Remove the %clean section of the spec file, not needed in Fedora >= 13

Ville-Pekka Vainio vpv at fedoraproject.org
Thu Sep 16 19:01:46 UTC 2010


commit a8f19aa5b5e0c2b34a8604bb6b35302df83f1a57
Author: Ville-Pekka Vainio <vpivaini at cs.helsinki.fi>
Date:   Thu Sep 16 22:01:08 2010 +0300

    - Suomi-malaga 1.7
    - Remove the %clean section of the spec file, not needed in Fedora >= 13

 .gitignore               |    1 +
 malaga-suomi-voikko.spec |   14 +++++++-------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 185cfba..81a2b16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 suomi-malaga-1.6.tar.gz
+/suomi-malaga-1.7.tar.gz
diff --git a/malaga-suomi-voikko.spec b/malaga-suomi-voikko.spec
index 56b352f..a85900d 100644
--- a/malaga-suomi-voikko.spec
+++ b/malaga-suomi-voikko.spec
@@ -1,5 +1,5 @@
 Name:           malaga-suomi-voikko
-Version:        1.6
+Version:        1.7
 Release:        1%{?dist}
 Summary:        A description of Finnish morphology written in Malaga (Voikko edition)
 
@@ -33,15 +33,11 @@ make %{?_smp_mflags} voikko
 %install
 rm -rf $RPM_BUILD_ROOT
 # Files differ on big-endian and small-endian archs, and they have different
-# names (*_l vs *_b). This is the reason we use %{_libdir} instead of
-# %{_datadir} and won't noarch the package.
+# names (*_l vs *_b). This is the reason we use %%{_libdir} instead of
+# %%{_datadir} and won't noarch the package.
 make voikko-install DESTDIR=$RPM_BUILD_ROOT%{_libdir}/voikko
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog CONTRIBUTORS COPYING README README.fi
@@ -49,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 16 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.7-1
+- Suomi-malaga 1.7
+- Remove the %%clean section of the spec file, not needed in Fedora >= 13
+
 * Tue May 18 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.6-1
 - RC3 released as stable, bump release to preserve upgrade path
 
diff --git a/sources b/sources
index f644294..f04f00f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28efb44be865b80624045fa083e6fe35  suomi-malaga-1.6.tar.gz
+e5b5e0bae8eef6c5f01080cc501c866d  suomi-malaga-1.7.tar.gz


More information about the scm-commits mailing list