gnome-common/gnome-common.spec

70 lines
1.8 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f 1-2)
Name: gnome-common
Version: 3.12.0
Release: 1mamba
Summary: gnome-common contains usefull things common to building gnome packages
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://live.gnome.org
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-common/%{majver}/gnome-common-%{version}.tar.xz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: pkgconfig
%description
Contains files required to bootstrap various Gnome modules when building from CVS.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
/sbin/ldconfig 2>/dev/null
:
%postun
/sbin/ldconfig 2>/dev/null
:
%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/aclocal/*
%{_datadir}/gnome-common/data/*.make
#%doc COPYING
#ChangeLog README
%changelog
* Mon Mar 24 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
- automatic version update by autodist
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
- automatic version update by autodist
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 3.7.4-1mamba
- automatic version update by autodist
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
- update to 3.6.0
* Mon Jul 09 2012 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
- automatic version update by autodist
* Sat Oct 04 2008 gil <puntogil@libero.it> 2.24.0-1mamba
- update to 2.24.0
* Sun Apr 08 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 2.12.0-1mamba
- package created by autospec