[ikiwiki] Update to 3.20140102.

Thomas Moschny thm at fedoraproject.org
Sat Jan 25 16:29:36 UTC 2014


commit 7b02dc718671f21d0bd1bd8843be3f7350661370
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Jan 25 17:27:55 2014 +0100

    Update to 3.20140102.
    
    - Modernize spec file.

 .gitignore   |    1 +
 ikiwiki.spec |   13 +++++--------
 sources      |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e206ab..0265049 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
 /ikiwiki_3.20130518.tar.gz
 /ikiwiki_3.20130711.tar.gz
 /ikiwiki_3.20130904.1.tar.gz
+/ikiwiki_3.20140102.tar.gz
diff --git a/ikiwiki.spec b/ikiwiki.spec
index 540d464..011f7a7 100644
--- a/ikiwiki.spec
+++ b/ikiwiki.spec
@@ -1,5 +1,5 @@
 Name:           ikiwiki
-Version:        3.20130904.1
+Version:        3.20140102
 Release:        1%{?dist}
 Summary:        A wiki compiler
 
@@ -80,7 +80,6 @@ make
 
 
 %install
-rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot} W3M_CGI_BIN=%{cgi_bin}
 %find_lang %{name}
 
@@ -100,12 +99,7 @@ find %{buildroot}%{perl_vendorlib}/IkiWiki -type f \
         -exec chmod -x {} \;
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %{_bindir}/ikiwiki*
 %{_sbindir}/ikiwiki*
 %{_mandir}/man1/ikiwiki*
@@ -136,12 +130,15 @@ meta-wrapper in this package.
 
 
 %files w3m
-%defattr(-,root,root,-)
 %doc README.fedora
 %{cgi_bin}/ikiwiki-w3m.cgi
 
 
 %changelog
+* Sat Jan 25 2014 Thomas Moschny <thomas.moschny at gmx.de> - 3.20140102-1
+- Update to 3.20140102.
+- Modernize spec file.
+
 * Thu Sep 12 2013 Thomas Moschny <thomas.moschny at gmx.de> - 3.20130904.1-1
 - Update to 3.20130904.1.
 
diff --git a/sources b/sources
index 5d02c30..39c8e78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-68e221d67c9de544303d24e896682e0b  ikiwiki_3.20130904.1.tar.gz
+fb05df1f824caf72d97baf360ffb7432  ikiwiki_3.20140102.tar.gz


More information about the scm-commits mailing list