automatic version update by autodist [release 2.0.5-1mamba;Sat Mar 01 2014]
This commit is contained in:
parent
a483aae7a9
commit
9e11497d5a
161
muffin.spec
Normal file
161
muffin.spec
Normal file
@ -0,0 +1,161 @@
|
||||
Name: muffin
|
||||
Version: 2.0.5
|
||||
Release: 1mamba
|
||||
Summary: The Cinnamon Window Manager
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/linuxmint/muffin
|
||||
## GITSOURCE https://github.com/linuxmint/muffin.git 2.0.1
|
||||
Source: https://github.com/linuxmint/muffin.git/%{version}/muffin-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libcinnamon-desktop-devel
|
||||
BuildRequires: libclutter-devel
|
||||
BuildRequires: libcogl-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng15-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libstartup-notification-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libxkbfile-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libcogl-devel >= 1.16
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The Cinnamon Window Manager.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
if [ $1 -ge 1 ]; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
fi
|
||||
:
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
fi
|
||||
:
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/muffin
|
||||
%{_bindir}/muffin-message
|
||||
%{_bindir}/muffin-theme-viewer
|
||||
%{_bindir}/muffin-window-demo
|
||||
%{_datadir}/muffin/icons/muffin-window-demo.png
|
||||
%{_datadir}/GConf/gsettings/muffin-schemas.convert
|
||||
%{_datadir}/applications/muffin.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.cinnamon.muffin.gschema.xml
|
||||
%{_mandir}/man1/muffin-message.1.gz
|
||||
%{_mandir}/man1/muffin-theme-viewer.1.gz
|
||||
%{_mandir}/man1/muffin-window-demo.1.gz
|
||||
%{_mandir}/man1/muffin.1.gz
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmuffin.so.*
|
||||
%{_libdir}/muffin/Meta-Muffin.0.gir
|
||||
%{_libdir}/muffin/Meta-Muffin.0.typelib
|
||||
%{_libdir}/muffin/plugins/default.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/muffin
|
||||
%dir %{_includedir}/muffin/meta
|
||||
%{_includedir}/muffin/meta/*.h
|
||||
%{_libdir}/libmuffin.a
|
||||
%{_libdir}/libmuffin.la
|
||||
%{_libdir}/libmuffin.so
|
||||
%{_libdir}/pkgconfig/libmuffin.pc
|
||||
%{_libdir}/pkgconfig/muffin-plugins.pc
|
||||
%doc ChangeLog NEWS README README-Mutter
|
||||
|
||||
%changelog
|
||||
* Sat Mar 01 2014 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 06 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3-1mamba
|
||||
- update to 2.0.3
|
||||
|
||||
* Wed Oct 09 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
|
||||
- package created by silvan using the webbuild interface
|
Loading…
Reference in New Issue
Block a user