update to 4.10.0 [release 4.10.0-1mamba;Sat Nov 23 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 19:39:56 +01:00
parent aa8e52e09a
commit f0af138c69
2 changed files with 67 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xfce4-dev-tools
This package contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook.

65
xfce4-dev-tools.spec Normal file
View File

@ -0,0 +1,65 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: xfce4-dev-tools
Version: 4.10.0
Release: 1mamba
Summary: Xfce developer tools
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
Source: http://archive.xfce.org/xfce/%{majver}/src/xfce4-dev-tools-%{version}.tar.bz2
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: autoconf
Requires: automake
Requires: gettext
Requires: libtool
Requires: pkgconfig
Requires: intltool
%description
This package contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/
%{_datadir}/
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
* Sat Nov 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.0-1mamba
- update to 4.10.0
* Sat Jun 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
- update to 4.6.0
* Sun Jan 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.0-3mamba
- automatic rebuild by autodist
* Sat Apr 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-2mamba
- Update dipendencies
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-1qilnx
- update to 4.4.0
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 4.3.99.1-1qilnx
- update to 4.3.99.1
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 4.3.90.2-1qilnx
- package created by autospec