]> git.pld-linux.org Git - packages/albumshaper.git/blob - albumshaper.spec
2e23dcffe0c9c35a374e45530a03e88701cd5797
[packages/albumshaper.git] / albumshaper.spec
1 %define         _alpha  a2
2 Summary:        Photo album creation and modification application
3 Summary(pl):    Program do tworzenia i modyfikacji albumów fotograficznych
4 Name:           albumshaper
5 Version:        1.0
6 Release:        0.%{_alpha}.1
7 License:        GPL v2
8 Group:          Applications/Graphics
9 Source0:        http://dl.sourceforge.net/%{name}/%{name}_%{version}%{_alpha}_source.tar.bz2
10 # Source0-md5:  704199e8f3df8e3504a72574e6f0f11a
11 Patch0:         %{name}-qmake.patch
12 URL:            http://albumshaper.sourceforge.net/
13 BuildRequires:  qt-devel >= 3.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 AlbumShaper is a drag-n-drop hierarchal photo album creation and
18 modification application. Based on the Qt libraries AlbumShaper is a
19 cross-platform solution for maintaining your collection of digital
20 images from various sources.
21
22 %description -l pl
23 AlbumShaper jest hierarchicznym programem klasy "przenie¶ i upu¶æ"
24 s³u¿±cym do tworzenia i modyfikacji albumów fotograficznych. Oparty o
25 bibliotekê Qt AlbumShaper jest rozwi±zaniem wieloplatformowym s³u¿±cym
26 do zarz±dzania zbiorami cyfrowych zdjêæ pochodz±cych z ró¿nych ¼róde³.
27
28 %prep
29 %setup -q -n %{name}_%{version}%{_alpha}_source
30 %patch0 -p1
31
32 %build
33 export QTDIR=%{_prefix}/X11R6
34 qmake
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,share/albumshaper/images}
40
41 install bin/images/*.png $RPM_BUILD_ROOT%{_datadir}/albumshaper/images
42 install bin/AlbumShaper.bin $RPM_BUILD_ROOT%{_bindir}/albumshaper
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README docs/{authors,bugs,changelog,credits} docs/html
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/%{name}
This page took 0.094615 seconds and 2 git commands to generate.