[muffin/f16] move gir file to devel

leigh123linux leigh123linux at fedoraproject.org
Tue Aug 14 16:57:57 UTC 2012


commit 097d50f2f84548e5faa60390b8ae067a40fc6dd6
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Aug 14 17:57:54 2012 +0100

    move gir file to devel
    
    - remove .gz extension from the man files

 muffin.spec |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/muffin.spec b/muffin.spec
index 9142928..89ca8d5 100644
--- a/muffin.spec
+++ b/muffin.spec
@@ -1,8 +1,8 @@
 %global        _internel_version  10abba0
 
 Name:          muffin
-Version:       1.0.3
-Release:       1%{?dist}
+Version:       1.0.2
+Release:       2%{?dist}
 Summary:       Window and compositing manager based on Clutter
 
 Group:         User Interface/Desktops
@@ -119,21 +119,25 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 %{_datadir}/gnome/wm-properties/muffin-wm.desktop
 %config %{_sysconfdir}/gconf/schemas/muffin.schemas
 %{_datadir}/muffin
-%{_libdir}/lib*.so.*
-%{_libdir}/muffin/
+%{_libdir}/libmuffin.so.*
+%dir %{_libdir}/muffin/
+%{_libdir}/muffin/Meta-3.0.typelib
+%{_libdir}/muffin/plugins/
 
 %files devel
 %{_bindir}/muffin-theme-viewer
 %{_bindir}/muffin-window-demo
-%{_includedir}/*
-%{_libdir}/lib*.so
+%{_includedir}/muffin/
+%{_libdir}/libmuffin.so
+%{_libdir}/muffin/Meta-3.0.gir
 %{_libdir}/pkgconfig/*
-%doc %{_mandir}/man1/muffin-theme-viewer.1.gz
-%doc %{_mandir}/man1/muffin-window-demo.1.gz
+%doc %{_mandir}/man1/muffin-theme-viewer.1.*
+%doc %{_mandir}/man1/muffin-window-demo.1.*
 
 %changelog
-* Sat May 05 2012 leigh scott <leigh123linux at googlemail.com> - 1.0.3-1
-- update to 1.0.3
+* Tue Aug 14 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.2-2
+- move gir file to devel
+- remove .gz extension from the man files
 
 * Tue Mar 13 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.2-1
 - update to 1.0.2


More information about the scm-commits mailing list