automatic version update by autodist [release 3.10.0-1mamba;Mon Oct 28 2013]
This commit is contained in:
parent
87c5ae5a42
commit
787ffce12e
@ -1,2 +1,4 @@
|
||||
# gnome-common
|
||||
|
||||
Contains files required to bootstrap various Gnome modules when building from CVS.
|
||||
|
||||
|
66
gnome-common.spec
Normal file
66
gnome-common.spec
Normal file
@ -0,0 +1,66 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: gnome-common
|
||||
Version: 3.10.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 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
|
Loading…
Reference in New Issue
Block a user