Author: matkor Date: Mon Apr 24 17:13:48 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - Init. Tiny polish required and STBR for Ac. Really nice and working tool.
---- Files affected: SPECS: kallery.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/kallery.spec diff -u /dev/null SPECS/kallery.spec:1.1 --- /dev/null Mon Apr 24 19:13:48 2006 +++ SPECS/kallery.spec Mon Apr 24 19:13:43 2006 @@ -0,0 +1,102 @@ +# $Revision$, $Date$ +# TODO: fix pl +# TODO: fix applnk/Applications/kallery.desktop hack +###### Unknown group! +Summary: Image gallery generator program for KDE +Summary(pl): Generator galerii plikow graficznych dla KDE +Name: kallery +Version: 1.0.7a +Release: 1 +License: GPL +Group: Graphics +Source0: http://kallery.kdewebdev.org/releases/%{name}-%{version}.tar.bz2 +# Source0-md5: 7378740aaeac45062b35e33c07e329b1 +URL: http://kallery.kdewebdev.org/index.php +BuildRequires: ImageMagick-devel >= 6.1.0 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: kdelibs-devel >= 9:3.2.0 +BuildRequires: rpmbuild(macros) >= 1.129 +#BuildRequires: unsermake >= 040805 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Kallery is an easy to use image gallery generator application with a +wizard-like interfaces. One can create nicely looking, +ready-to-publish web pages from your digitally stored images. Some of +the most important features are: +- handles a lot of image formats, thanks to ImageMagick +- automatically generates thumbnails with the help of ImageMagick +- converts the images in other formats (eg. JPEG) +- it's possible to create descriptions for images +- the output HTML gallery is highly configurable +- uses templates for the gallery +- save and load of the project files, so you can regenerate the + gallery later with the same or different settings. + +%description -l pl +Kallery jest latwym w uzyciu generatorem galerii grafik z podobnym do +czarodziei interfjesem. Mozna nim robic ladnie wygladajace gotowe do +publikacji strony www z zapisanych plikow graficznych. Niektore z +najwazniejszych mozliwosci: +- obsluguje wiele formatow plikow graficznych poprzez ImageMagick +- automatycznie generuje miniatury grafik +- konwertuje pliki z roznych formatow +- mozliwe jest dodanie opisow do obrazkow +- sposob generacji galerii w HTML jest wysoce konfigurowalny +- uzywa wzorcow do genracji HTML +- pozwala na zapis oraz odczyt plikow projektow aby generowac + wielokrotnie z zmienionymi badz nie ustawieniami. + +%prep +#setup -q -n %{name} +%setup -q + +%build +cp -f /usr/share/automake/config.sub admin +#export PATH=/usr/share/unsermake:$PATH +%{__make} -f admin/Makefile.common cvs + +%configure \ +%if "%{_lib}" == "lib64" + --enable-libsuffix=64 \ +%endif + --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ + --with-qt-libraries=%{_libdir} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} \ + kde_libs_htmldir=%{_kdedocdir} \ + kdelnkdir=%{_desktopdir} + +mv $RPM_BUILD_ROOT%{_datadir}/applnk/Applications/kallery.desktop $RPM_BUILD_ROOT/%{_desktopdir} +%find_lang %{name} --with-kde + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +#%{_pixmapsdir}/* +%{_desktopdir}/* +%{_iconsdir}/*/*/apps/%{name}.png +#%{_datadir}/mimelnk/application/* +%{_datadir}/apps/%{name} + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/04/24 17:13:43 matkor +- Init. Tiny polish required and STBR for Ac. Really nice and working tool. + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
