92 lines
2.8 KiB
RPMSpec
92 lines
2.8 KiB
RPMSpec
# Support for external parameters:
|
|
#
|
|
# rpmbuild -ba desktop-base-openmamba.spec \
|
|
# --define="distroID OpenMamba" --define="distroid openmamba" \
|
|
# --define "distroicon openmamba"
|
|
# autospec -u desktop-base-openmamba -a5 \
|
|
# --define distroID=OpenMamba,distroid=openmamba,distroicon=openmamba.png
|
|
|
|
%define distroID openmamba
|
|
%define distroid openmamba
|
|
%define distroicon openmamba
|
|
|
|
Name: desktop-base-gnome
|
|
Version: 0.1
|
|
Release: 8mamba
|
|
Summary: Gnome default desktop theme and menu entries for openmamba
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.openmamba.org
|
|
Source: http://www.openmamba.org/distribution/sources/desktop-base-gnome-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: ttf-bitstream-vera
|
|
Requires: ttf-freefont
|
|
#Requires: openmamba-sound-theme
|
|
Requires: /usr/bin/strip
|
|
Requires: openmamba-screensaver
|
|
Requires: openmamba-release
|
|
#Requires: ksplash-theme-openmamba
|
|
#Requires: kdm4-theme-openmamba
|
|
#Requires: compiz-gtk
|
|
#Requires: compizconfig-backend-gconf
|
|
Requires: nautilus
|
|
Requires: gnome-theme-openmamba
|
|
Requires: gnome-power-manager
|
|
Requires: gedit
|
|
Requires: seahorse
|
|
Requires: desktop-base-openmamba >= 2.2.16
|
|
Requires: system-config-printer
|
|
#Requires: synaptiks
|
|
#Requires: kalternatives
|
|
#Requires: phonon-backend-gstreamer
|
|
#Obsoletes: kappfinder
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Gnome default desktop theme and menu entries providing with various desktop related scripts and configuration files.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
#%pre
|
|
#[ -d %{_datadir}/icons/default ] && mv %{_datadir}/icons/default %{_datadir}/icons/default.rpmsave
|
|
#exit 0
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
|
|
%changelog
|
|
* Wed Jun 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-8mamba
|
|
- remove requirement for compiz components
|
|
|
|
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-7mamba
|
|
- require system-config-printer
|
|
|
|
* Mon Dec 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-6mamba
|
|
- removed requirement for nsplugin (kde)
|
|
|
|
* Fri Oct 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-5mamba
|
|
- added requirement for seahorse
|
|
|
|
* Mon Sep 26 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-4mamba
|
|
- added requirement for gedit
|
|
|
|
* Sun Sep 25 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-3mamba
|
|
- added requirement for gnome-power-manager
|
|
|
|
* Sat Sep 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-2mamba
|
|
- added requirement for gnome-theme-openmamba
|
|
|
|
* Mon Aug 22 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-1mamba
|
|
- first build
|