[libfm/f16] 0.1.17

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Oct 27 15:47:32 UTC 2011


commit 83789c0a27f987a0a4fe11293f75272be65d4979
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Oct 28 00:47:27 2011 +0900

    0.1.17

 .gitignore |    1 +
 libfm.spec |   12 +++++++++---
 sources    |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12b4cbd..e603617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ libfm-0.1.12.tar.gz
 /libfm-0.1.15-D20110529gitcd79d6228b.tar.gz
 /libfm-0.1.15-D20110807gitd22b41fd2f.tar.gz
 /libfm-0.1.16.tar.gz
+/libfm-0.1.17.tar.gz
diff --git a/libfm.spec b/libfm.spec
index 316f4ed..efeb43d 100644
--- a/libfm.spec
+++ b/libfm.spec
@@ -17,8 +17,10 @@
 %global         fedorarel   %{mainrel}
 %endif
 
+%global		build_doc	1
+
 Name:           libfm
-Version:        0.1.16
+Version:        0.1.17
 Release:        %{fedorarel}%{?dist}
 Summary:        GIO-based library for file manager-like programs
 
@@ -43,8 +45,9 @@ BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  gtk-doc
 
-# For now, -devel-docs does not seem to be generated...
+%if 0%{?build_doc} < 1
 Obsoletes:      %{name}-devel-docs < 0.1.15
+%endif
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -219,7 +222,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/%{name}-gtk.so
 %{_libdir}/pkgconfig/libfm-gtk.pc
 
-%if 0
+%if 0%{?build_doc}
 %files devel-docs
 %defattr(-,root,root,-)
 %dir %{_datadir}/gtk-doc
@@ -228,6 +231,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %endif
 
 %changelog
+* Fri Oct 28 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.1.17-1
+- 0.1.17
+
 * Sun Aug 28 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.1.16-1
 - 0.1.16 release
 
diff --git a/sources b/sources
index b573f46..2884041 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c09bce415ff6dc2dd835e28aeddeabe3  libfm-0.1.16.tar.gz
+a97e03d973e6ac727f28d0934d6c9ad5  libfm-0.1.17.tar.gz


More information about the scm-commits mailing list