automatic version update by autodist [release 4.0.7-1mamba;Sun May 26 2019]
This commit is contained in:
parent
1bbbc48e53
commit
baaeccaf6b
39
muffin.spec
39
muffin.spec
@ -1,5 +1,5 @@
|
|||||||
Name: muffin
|
Name: muffin
|
||||||
Version: 3.8.2
|
Version: 4.0.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Cinnamon Window Manager
|
Summary: The Cinnamon Window Manager
|
||||||
Group: Graphical Desktop/Applications/Other
|
Group: Graphical Desktop/Applications/Other
|
||||||
@ -132,13 +132,12 @@ fi
|
|||||||
%{_bindir}/muffin-window-demo
|
%{_bindir}/muffin-window-demo
|
||||||
%{_datadir}/muffin/icons/muffin-window-demo.png
|
%{_datadir}/muffin/icons/muffin-window-demo.png
|
||||||
%{_datadir}/muffin/theme/metacity-theme-3.xml
|
%{_datadir}/muffin/theme/metacity-theme-3.xml
|
||||||
#%{_datadir}/GConf/gsettings/muffin-schemas.convert
|
|
||||||
%{_datadir}/applications/muffin.desktop
|
%{_datadir}/applications/muffin.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.cinnamon.muffin.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.cinnamon.muffin.gschema.xml
|
||||||
%{_mandir}/man1/muffin-message.1.gz
|
%{_mandir}/man1/muffin-message.1*
|
||||||
%{_mandir}/man1/muffin-theme-viewer.1.gz
|
%{_mandir}/man1/muffin-theme-viewer.1*
|
||||||
%{_mandir}/man1/muffin-window-demo.1.gz
|
%{_mandir}/man1/muffin-window-demo.1*
|
||||||
%{_mandir}/man1/muffin.1.gz
|
%{_mandir}/man1/muffin.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -148,6 +147,16 @@ fi
|
|||||||
%{_libdir}/muffin/Meta-Muffin.0.typelib
|
%{_libdir}/muffin/Meta-Muffin.0.typelib
|
||||||
%dir %{_libdir}/muffin/plugins
|
%dir %{_libdir}/muffin/plugins
|
||||||
%{_libdir}/muffin/plugins/default.so
|
%{_libdir}/muffin/plugins/default.so
|
||||||
|
%{_libdir}/libmuffin-clutter-0.so
|
||||||
|
%{_libdir}/libmuffin-cogl-0.so
|
||||||
|
%{_libdir}/libmuffin-cogl-pango-0.so
|
||||||
|
%{_libdir}/libmuffin-cogl-path-0.so
|
||||||
|
%dir %{_libdir}/muffin
|
||||||
|
%{_libdir}/muffin/*.typelib
|
||||||
|
%{_libdir}/muffin/*.gir
|
||||||
|
%{_libdir}/muffin/libmuffin-*.la
|
||||||
|
%{_libdir}/muffin/libmuffin-*.so
|
||||||
|
%{_libexecdir}/muffin-restart-helper
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -155,7 +164,15 @@ fi
|
|||||||
%dir %{_includedir}/muffin
|
%dir %{_includedir}/muffin
|
||||||
%dir %{_includedir}/muffin/meta
|
%dir %{_includedir}/muffin/meta
|
||||||
%{_includedir}/muffin/meta/*.h
|
%{_includedir}/muffin/meta/*.h
|
||||||
%{_libdir}/libmuffin.a
|
%dir %{_includedir}/muffin/clutter-0
|
||||||
|
%{_includedir}/muffin/clutter-0/*
|
||||||
|
%dir %{_includedir}/muffin/cogl
|
||||||
|
%{_includedir}/muffin/cogl/*
|
||||||
|
%{_libdir}/pkgconfig/muffin-clutter-0.pc
|
||||||
|
%{_libdir}/pkgconfig/muffin-clutter-x11-0.pc
|
||||||
|
%{_libdir}/pkgconfig/muffin-cogl-0.pc
|
||||||
|
%{_libdir}/pkgconfig/muffin-cogl-pango-0.pc
|
||||||
|
%{_libdir}/pkgconfig/muffin-cogl-path-0.pc
|
||||||
%{_libdir}/libmuffin.la
|
%{_libdir}/libmuffin.la
|
||||||
%{_libdir}/libmuffin.so
|
%{_libdir}/libmuffin.so
|
||||||
%{_libdir}/pkgconfig/libmuffin.pc
|
%{_libdir}/pkgconfig/libmuffin.pc
|
||||||
@ -164,9 +181,15 @@ fi
|
|||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%dir %{_datadir}/gtk-doc/html/%{name}
|
||||||
|
%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
%dir %{_datadir}/gtk-doc/html/clutter
|
||||||
|
%{_datadir}/gtk-doc/html/clutter/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 26 2019 Automatic Build System <autodist@mambasoft.it> 4.0.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 08 2018 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
* Wed Aug 08 2018 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user