[verbiste/f14/master] Git baffles me sometimes.

Konstantin Ryabitsev icon at fedoraproject.org
Mon Feb 28 20:19:59 UTC 2011


commit 102b37fd2d94d8a0522a09564cd0c3818047dae3
Author: Konstantin Ryabitsev <icon at fedoraproject.org>
Date:   Mon Feb 28 15:19:38 2011 -0500

    Git baffles me sometimes.

 verbiste.spec |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/verbiste.spec b/verbiste.spec
index 102d89e..0b0049e 100644
--- a/verbiste.spec
+++ b/verbiste.spec
@@ -1,6 +1,6 @@
 Name:           verbiste
-Version:        0.1.26
-Release:        2%{?dist}
+Version:        0.1.32
+Release:        1%{?dist}
 Summary:        French conjugation system
 
 Group:          Applications/Text
@@ -9,7 +9,7 @@ URL:            http://sarrazip.com/dev/verbiste.html
 Source:         http://perso.b2b2c.ca/sarrazip/dev/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires:  libxml2-devel, gnome-panel-devel, desktop-file-utils, gettext
+BuildRequires:  libxml2-devel, desktop-file-utils, gettext, libgnomeui-devel
 BuildRequires:  perl-XML-Parser
 
 
@@ -53,7 +53,6 @@ done
 %build
 %configure \
     --with-gnome-app  \
-    --with-gnome-applet \
     --disable-rpath
 make %{?_smp_mflags}
 
@@ -94,29 +93,33 @@ update-desktop-database &> /dev/null ||:
 %defattr(-,root,root,-)
 %doc COPYING ABOUT-NLS AUTHORS HACKING NEWS README LISEZMOI
 %{_libdir}/*so.*
-%{_mandir}/man*/*
-%{_mandir}/*/man*/*
+%{_mandir}/man*/french-*
+%{_mandir}/*/man*/french-*
 %{_bindir}/french-*
 %{_datadir}/verbiste*
 
 %files devel
 %defattr(-,root,root,-)
-%doc COPYING
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
 %files gnome -f %{name}.lang
 %defattr(-,root,root,-)
-%doc COPYING
 %{_bindir}/verbiste
-%{_libexecdir}/*
-%{_libdir}/bonobo/servers/*
+%{_mandir}/man*/verbiste.*
+%{_mandir}/*/man*/verbiste.*
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/*
+%{_datadir}/texmf/tex/latex/verbiste
 
 
 %changelog
+* Mon Feb 28 2011 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.1.32-1
+- Update to the latest release
+- Build without gnome-panel (not compatible with gnome-3)
+- Move manpage for gnome app into -gnome.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.26-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list