2024-01-06 07:32:51 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
|
|
|
Name: nautilus-image-converter
|
2024-01-06 07:32:52 +01:00
|
|
|
Version: 0.4.0
|
2024-01-06 07:32:51 +01:00
|
|
|
##0.3.0 0.2.1
|
|
|
|
Release: 1mamba
|
|
|
|
Summary: Nautilus extension to mass resize or rotate images.
|
|
|
|
Group: Applications/Graphics
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 07:32:52 +01:00
|
|
|
URL: https://www.bitron.ch/software/nautilus-image-converter.php
|
|
|
|
Source: https://gitlab.gnome.org/coreyberla/nautilus-image-converter.git/%{version}/%{name}-%{version}.tar.bz2
|
2024-01-06 07:32:51 +01:00
|
|
|
#Source: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/%{majver}/%{name}-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libnautilus-extension-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:32:52 +01:00
|
|
|
BuildRequires: ImageMagick-devel
|
2024-01-06 07:32:51 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Nautilus extension to mass resize or rotate images.
|
|
|
|
|
|
|
|
Details
|
|
|
|
ImageResizer
|
|
|
|
* Adds a "Resize Images..." menu item to the context menu of all images.
|
|
|
|
This opens a dialog where you set the desired image size and file name.
|
|
|
|
A click on "Resize" finally resizes the image(s) using ImageMagick's convert tool.
|
|
|
|
|
2024-01-06 07:32:52 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:32:51 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:32:52 +01:00
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-06 07:32:51 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:32:52 +01:00
|
|
|
%meson_install
|
2024-01-06 07:32:51 +01:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 07:32:52 +01:00
|
|
|
%attr(755,root,root) %{_libdir}/nautilus/extensions-*/libnautilus-image-converter.so
|
2024-01-06 07:32:51 +01:00
|
|
|
%dir %{_datadir}/nautilus-image-converter
|
2024-01-06 07:32:52 +01:00
|
|
|
%{_datadir}/nautilus-image-converter/nautilus-image-*.ui
|
2024-01-06 07:32:51 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:32:52 +01:00
|
|
|
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- update to 0.4.0
|
|
|
|
|
2024-01-06 07:32:51 +01:00
|
|
|
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 0.3.0_20130901git-1mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sat Jun 14 2008 gil <puntogil@libero.it> 0.3.0-1mamba
|
|
|
|
- package created by autospec
|