Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37040761
en ru br
Репозитории ALT
5.1: 0.7.1.3-alt1
4.1: 0.5.8.2-alt1
www.altlinux.org/Changes

Группа :: Сети/Прочее
Пакет: qtm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: qtm
Version: 0.7.1.3
Release: alt1

Summary: Qt4 blogging client
License: GPLv2+
Group: Networking/Other

Url: http://qtm.blogistan.co.uk/
Packager: Andrey Rahmatullin <wrar at altlinux.ru>

Source: %name-%version.tar.gz
Patch0: %name-0.7.3.1-alt-desktop-fixes.patch

BuildPreReq: cmake gcc-c++ libqt4-devel

%description
QTM is a blogging client which is presently capable of composing,
formatting and submitting blog entries to a weblog. QTM will work with
blogs based on most of the major blogging systems available today:
Wordpress (including wordpress.com), Movable Type, Drupal and so on.

%prep
%setup
%patch0 -p1
mkdir build/
cd build
cmake ../ \
       -DCMAKE_INSTALL_PREFIX=%_prefix \
%ifarch x86_64
       -DLIB_SUFFIX=64 \
%endif
       -DCMAKE_BUILD_TYPE="Release" \
       -DCMAKE_CXX_FLAGS:STRING="%optflags" \
       -DCMAKE_SKIP_RPATH=YES

%build
cd build
%make_build VERBOSE=1

%install
cd build
%makeinstall DESTDIR=%buildroot

%files
%doc Changelog INSTALL README
%_bindir/*
%_desktopdir/*.desktop
%_iconsdir/*.png
%_man1dir/%name.*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin