]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - lighttpd/lighttpd.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / lighttpd / lighttpd.nm
index 1fb927d3778d9082a09abc9815e323d871b6476f..4d137deeb8b5d0dffe3eedcba498c225cb519a8c 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = lighttpd
-version    = 1.4.29
+version    = 1.4.30
 ver_major  = 1.4
 release    = 2
 
@@ -38,7 +38,7 @@ build
        end
 
        configure_options += \
-               --libdir=/usr/lib/%{name} \
+               --libdir=%{libdir}/%{name} \
                --with-ldap \
                --with-openssl
 
@@ -72,25 +72,32 @@ packages
                configfiles
                        /etc/lighttpd.conf
                end
-       
-               prerequires = shadow-utils systemd-units
+
+               prerequires
+                       shadow-utils
+                       systemd-units
+               end
 
                script prein
                        %{create_user}
                end
-       
+
                script postin
                        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
                end
-       
+
                script preun
                        /bin/systemctl --no-reload disable lighttpd.service >/dev/null 2>&1 || :
                        /bin/systemctl stop lighttpd.service >/dev/null 2>&1 || :
                end
-       
+
                script postup
                        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
                        /bin/systemctl try-restart lighttpd.service >/dev/null 2>&1 || :
                end
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end