[converseen] Initial import (#772786).

Mario Santagiuliana marionline at fedoraproject.org
Tue Jan 24 21:57:41 UTC 2012


commit b73058b297f628bf9024d9612618d5b3546085d3
Author: Mario Santagiuliana <mario at marionline.it>
Date:   Tue Jan 24 23:05:51 2012 +0100

    Initial import (#772786).

 .gitignore      |    1 +
 converseen.spec |  108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 110 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2ca1c65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/converseen-0.4.8.tar.bz2
diff --git a/converseen.spec b/converseen.spec
new file mode 100644
index 0000000..6669615
--- /dev/null
+++ b/converseen.spec
@@ -0,0 +1,108 @@
+Name:		converseen
+Version:	0.4.8
+Release:	4%{?dist}
+Summary:	A batch image conversion tool written in C++ with Qt4 and Magick++
+
+Group:		Amusements/Graphics
+License:	GPLv3
+URL:		http://converseen.sf.net/
+Source0:	http://downloads.sourceforge.net/converseen/%{name}-%{version}.tar.bz2
+
+BuildRequires:	cmake
+BuildRequires:	qt-devel
+BuildRequires:	ImageMagick-devel
+BuildRequires:	ImageMagick-c++-devel
+BuildRequires:	desktop-file-utils
+
+%description
+Converseen is a batch image conversion tool and resizer written in C++ with Qt4
+and Magick++.  Converseen allows you to convert images in more than 100
+different formats!
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%cmake ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
+
+%files
+%doc README COPYING
+%{_bindir}/%{name}
+%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/kde4/services/ServiceMenus/%{name}_import.desktop
+%{_datadir}/converseen/*
+
+
+%changelog
+* Mon Jan 23 2012 Mario Santagiuliana <fedora at marionline.it> 0.4.8-4
+- Fix %cmake use
+
+* Mon Jan 23 2012 Mario Santagiuliana <fedora at marionline.it> 0.4.8-3
+- Use %cmake macro instead of cmake
+
+* Wed Jan 18 2012 Mario Santagiuliana <fedora at marionline.it> 0.4.8-2
+- Use desktop-file-install
+- Remove INSTALL file from doc macro
+
+* Tue Jan 10 2012 Mario Santagiuliana <fedora at marionline.it> 0.4.8-1
+- Update to new release 0.4.8
+
+* Tue Jan 10 2012 Mario Santagiuliana <fedora at marionline.it> 0.4.7-29
+- Update spec file to include package in Fedora repository
+
+* Thu Dec 01 2011 Francesco Mondello <faster3ck at gmail.com>
+- Version 0.4.7
+- Optimized GUI for small screen resolutions (netbooks)
+- Fixed overwriting with upper suffixes
+- Now the window geometry is saved
+
+* Mon Sep 12 2011 Francesco Mondello <faster3ck at gmail.com>
+- Version 0.4.5
+- Modified the code to work in Windows
+- Added Turkish translation
+- Added support for Cmake
+
+* Tue Aug 02 2011 Francesco Mondello <faster3ck at gmail.com>
+- Version 0.4.3
+- Added service menu for Kde
+- Fixed overwriting with upper suffixes
+- Added Spanish (Chile) translation
+
+* Sun Jun 26 2011 Francesco Mondello <faster3ck at gmail.com>
+- Version 0.4.2
+- Fixed overwriting dialog when the renaming option is enabled.
+
+* Wed Mar 09 2011 Francesco Mondello <faster3ck at gmail.com>
+- Version 0.4.1
+- Improved picture previewer
+- If the output folder doesn't exists it will be created
+
+* Fri Feb 11 2011 Francesco Mondello <faster3ck at gmail.com>
+- Version 0.4:
+- Added thread support to image conversions.
+- Added a progress bar into the conversion dialog.
+- Added drag and drop.
+- Improved management of PNG.
+- Fixed various bugs and improved the code.
+- Added Brazilian Portuguese translation.
+- Added German translation.
+
+* Sat Oct 23 2010 Francesco Mondello <faster3ck at gmail.com>
+- Version 0.3.2: Added french translation
+
+* Sun Sep 12 2010 Francesco Mondello <faster3ck at gmail.com>
+- Initial rpm release to version 0.3.1
diff --git a/sources b/sources
index e69de29..331ba1c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+65cdb89445a3063b9c8362b411d3e3ef  converseen-0.4.8.tar.bz2


More information about the scm-commits mailing list