]> git.pld-linux.org Git - packages/album.git/blobdiff - album.spec
- pl fixes, cosmetics
[packages/album.git] / album.spec
index ad9efd97d0cc5b771e833187bfd2980462d01f37..653d6d68ae9f5bb63c13b47c61d24a232814a2b7 100644 (file)
@@ -1,12 +1,13 @@
 %include       /usr/lib/rpm/macros.perl
 Summary:       HTML photo album generator
-Summary(pl):   Generator albumów fotograficznych w HTML
+Summary(pl):   Generator albumów fotograficznych w HTML-u
 Name:          album
-Version:       2.44
+Version:       2.52
 Release:       1
 License:       distributable
 Group:         Applications/Graphics
 Source0:       http://marginalhacks.com/bin/%{name}.tar.gz
+# Source0-md5: 62a3a3eadd697f228548235c6488e685
 URL:           http://marginalhacks.com/Hacks/album/
 BuildArch:     noarch
 BuildRequires: rpm-perlprov >= 3.0.3-18
@@ -46,15 +47,16 @@ fi
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install album $RPM_BUILD_ROOT%{_bindir}
-cp -R Themes $RPM_BUILD_ROOT%{_datadir}/%{name}
+install album.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc Documentation.html License.txt
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%{_mandir}/man1/%{name}.1*
This page took 0.112866 seconds and 4 git commands to generate.