]> git.pld-linux.org Git - packages/albumshaper.git/blame - albumshaper.spec
- typo
[packages/albumshaper.git] / albumshaper.spec
CommitLineData
ddb83c88
TO
1Summary: Photo album creation and modification application
2Summary(pl): -
3Name: albumshaper
4Version: 1.0a2
5Release: 0.1
6License: GPL v2
7Group: Applications/Graphics
45d064c3 8Source0: http://dl.sourceforge.net/%{name}/%{name}_%{version}_source.tar.bz2
ddb83c88
TO
9# Source0-md5: 704199e8f3df8e3504a72574e6f0f11a
10Patch0: %{name}-qmake.patch
11URL: http://albumshaper.sourceforge.net/
12BuildRequires: qt-devel >= 3.0
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16AlbumShaper is a drag-n-drop hierarchal photo album creation and
17modification application. Based on the Qt libraries AlbumShaper is a
18cross-platform solution for maintaining your collection of digital
19images from various sources.
20
21%prep
22%setup -q -n %{name}_%{version}_source
23%patch0 -p1
24
25%build
26export QTDIR=%{_prefix}/X11R6
27qmake
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT%{_prefix}/{bin,share/albumshaper/images}
33
34install bin/images/*.png $RPM_BUILD_ROOT%{_datadir}/albumshaper/images/
35install bin/AlbumShaper.bin $RPM_BUILD_ROOT%{_bindir}/albumshaper
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc README docs/{authors,bugs,changelog,credits} docs/html
43%attr(755,root,root) %{_bindir}/*
44%{_datadir}/%{name}
This page took 0.050308 seconds and 4 git commands to generate.