]> git.pld-linux.org Git - packages/Apache-Gallery.git/commitdiff
- release 1 - works with apache2 auto/ac/Apache-Gallery-0_9_1-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 13 Oct 2004 10:06:33 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Apache-Gallery.spec -> 1.10

Apache-Gallery.spec

index 54ef639ad3b499b46f1e19303b839a1a036de30c..4e8be8a3eeea8db5f577596e79856e1743ddd184 100644 (file)
@@ -1,7 +1,6 @@
 # TODO:
 # - prepare subpackage with virtual
 # - configuration for apache
-# - switch to vendordirs and apache 2.x or apache1 (depending on which mod_perl is supported)
 #
 %bcond_with    tests   # Build with tests
 
@@ -11,12 +10,13 @@ Summary:    An Apache module for creating an online gallery
 Summary(pl):   Modu³ Apache'a do tworzenia galerii online
 Name:          Apache-Gallery
 Version:       0.9.1
-Release:       0.3
+Release:       1
 License:       Artistic
 Group:         Applications/Graphics
 Source0:       http://apachegallery.dk/download/%{name}-%{version}.tar.gz
 # Source0-md5: 882e650e6fc3f059e84eca1564b5f32f
 #Source1:      %{name}.conf
+Patch0:                %{name}-apache2.patch
 URL:           http://apachegallery.dk/
 BuildRequires: apache-mod_perl >= 1.99
 %{?with_tests:BuildRequires:   apache1-mod_perl}
@@ -52,6 +52,7 @@ przeskalowywane w locie i buforowane.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
@@ -102,5 +103,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/%{name}/templates/default
 %{_datadir}/%{name}/templates/default/*.tpl
 %{_datadir}/%{name}/templates/default/*.css
+%dir %{_apacheicons}
 %{_apacheicons}/*.png
 %{_mandir}/man3/*.3*
This page took 0.064114 seconds and 4 git commands to generate.