This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
gimp-gap/gimp-gap.spec

78 lines
2.1 KiB
RPMSpec
Raw Permalink Normal View History

%define majver %(echo %version | cut -d. -f1-2)
Summary: The GIMP Animation Package.
Name: gimp-gap
Version: 2.6.0
Release: 1mamba
Group: Applications/Multimedia
Distribution: openmamba
Vendor: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
License: GPL
URL: http://www.gimp.org
Source: ftp://ftp.gimp.org/pub/gimp/plug-ins/v%{majver}/gap/gimp-gap-%{version}.tar.bz2
Patch: gimp-gap-2.0.0-buildroot.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libgimp-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libjpeg-devel
BuildRequires: libpango-devel
BuildRequires: libpng-devel
BuildRequires: libxvidcore-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: gimp-devel >= 2.4.0
BuildRequires: libpixman-devel
%description
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to extend GIMP 2.0 with capabilities to edit and create animations as sequences of single frames.
%prep
%setup -q
#%patch -p1 -b .buildroot
%build
CFLAGS="-lm" \
%configure
%make -j1
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang gimp20-gap
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f gimp20-gap.lang
%defattr(-, root, root)
%dir %{_libdir}/gimp-gap-%{majver}
%{_libdir}/gimp-gap-%{majver}/*
%{_libdir}/gimp/*/plug-ins/*
%{_datadir}/gimp/*/scripts/
%doc AUTHORS COPYING
#ChangeLog NEWS README
%changelog
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
- update to 2.6.0
* Sun Jun 22 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.4.0-2mamba
- update mantainer
* Sat Jun 21 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.4.0-1mamba
- update to 2.4.0
* Tue Jun 21 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.0.2-2qilnx
- rebuild and moved from devel-contrib repository to devel repository
* Mon Jun 20 2005 Matteo Bernasconi <voyagernm@virgilio.it> 2.0.2-1qilnx
- first build