12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- Summary: A web based photo album viewer/creator.
- Name: gallery
- Version: 1.2.4
- Release: 0vl2
- Source0: current.gallery.tar.gz
- Url: http://www.menalto.com/projects/gallery/index.php
- Copyright: GPL2
- BuildArch: noarch
- Group: Applications/Internet
- Requires: jhead, netpbm, php >= 4, apache
- Buildroot: %{_tmppath}/%{name}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Gallery is a web based photo album viewer/creator.
- After installation, please follow the installation procedures.
- 1) Add the following lines to httpd.conf
- -------------------------------------
- <Directory /home/httpd/html/gallery>
- AllowOverride Options FileInfo
- </Directory>
- -------------------------------------
- 2) Enable PHP3 for apache, by
- $ echo "OPTIONS=-DHAVE_PHP4" >> /etc/sysconfig/apache
- 3) set /etdc/php.ini
- magic_quotes_qpc
- 4) configure
- $ cd /home//html/
- $ sh /configure.sh
- Then, setup by accessing http:
- %prep
- rm -rf %{buildroot}
- %build
- %install
- mkdir -p %{buildroot}//httpd//
- cd %{buildroot}//httpd//
- tar xzvf %{SOURCE0}
- mkdir -p %{buildroot}//httpd//albums
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root)
- //httpd//gallery/
- %attr(-,nobody,nobody)/home/httpd/html/albums
- %changelog
- - set
- - first
|