]> git.pld-linux.org Git - packages/gallery.git/commitdiff
- add README.html to -setup (by Michal Kochanowicz)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Aug 2006 16:05:27 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery.spec -> 1.48

gallery.spec

index 54c67c9f79845d62560fe76134ef103007fb81c1..6c026207c82f81f328b26e5bfcd013eadc68457a 100644 (file)
@@ -75,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_appdir},%{_sysconfdir},/var/lib/gallery/albums}
 
 cp -a *.{php,inc} $RPM_BUILD_ROOT%{_appdir}
+cp README.html $RPM_BUILD_ROOT%{_appdir}
 cp -a images lib modules themes $RPM_BUILD_ROOT%{_appdir}
 cp -a install upgrade $RPM_BUILD_ROOT%{_appdir}
 
@@ -129,6 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %files setup
 %defattr(644,root,root,755)
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/login.txt
+%{_appdir}/README.html
 %{_appdir}/config.php
 %{_appdir}/install
 %{_appdir}/upgrade
This page took 0.079276 seconds and 4 git commands to generate.