automatic version update by autodist [release 2.6.1-1mamba;Fri Jun 05 2015]
This commit is contained in:
parent
a28295d4e6
commit
c10055d4cb
21
muffin.spec
21
muffin.spec
@ -1,5 +1,5 @@
|
|||||||
Name: muffin
|
Name: muffin
|
||||||
Version: 2.4.4
|
Version: 2.6.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Cinnamon Window Manager
|
Summary: The Cinnamon Window Manager
|
||||||
Group: Graphical Desktop/Applications/Other
|
Group: Graphical Desktop/Applications/Other
|
||||||
@ -81,6 +81,15 @@ Requires: pkg-config
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%package apidocs
|
||||||
|
Group: Documentation
|
||||||
|
Summary: %{name} API documentation
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: gtk-doc
|
||||||
|
|
||||||
|
%description apidocs
|
||||||
|
This package includes the %{name} API documentation.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -122,6 +131,7 @@ fi
|
|||||||
%{_bindir}/muffin-theme-viewer
|
%{_bindir}/muffin-theme-viewer
|
||||||
%{_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}/GConf/gsettings/muffin-schemas.convert
|
#%{_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
|
||||||
@ -133,8 +143,10 @@ fi
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmuffin.so.*
|
%{_libdir}/libmuffin.so.*
|
||||||
|
%dir %{_libdir}/muffin
|
||||||
%{_libdir}/muffin/Meta-Muffin.0.gir
|
%{_libdir}/muffin/Meta-Muffin.0.gir
|
||||||
%{_libdir}/muffin/Meta-Muffin.0.typelib
|
%{_libdir}/muffin/Meta-Muffin.0.typelib
|
||||||
|
%dir %{_libdir}/muffin/plugins
|
||||||
%{_libdir}/muffin/plugins/default.so
|
%{_libdir}/muffin/plugins/default.so
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
@ -150,7 +162,14 @@ fi
|
|||||||
%{_libdir}/pkgconfig/muffin-plugins.pc
|
%{_libdir}/pkgconfig/muffin-plugins.pc
|
||||||
%doc ChangeLog NEWS README README-Mutter
|
%doc ChangeLog NEWS README README-Mutter
|
||||||
|
|
||||||
|
%files apidocs
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 05 2015 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 13 2015 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
* Fri Feb 13 2015 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user