rpms/system-config-httpd/devel system-config-httpd.spec,1.18,1.19

Tom Callaway spot at fedoraproject.org
Sat Sep 6 19:34:15 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/system-config-httpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27305

Modified Files:
	system-config-httpd.spec 
Log Message:
fix license tag


Index: system-config-httpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-httpd/devel/system-config-httpd.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- system-config-httpd.spec	20 Jul 2007 15:54:54 -0000	1.18
+++ system-config-httpd.spec	6 Sep 2008 19:33:45 -0000	1.19
@@ -1,14 +1,14 @@
 Summary: Apache configuration tool
 Name: system-config-httpd
 Version: 1.4.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 5
 URL: http://www.redhat.com/
 Source0: system-config-httpd-%{version}.tar.gz
-License: GPL
+License: GPLv2+
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: alchemist, alchemist-devel, python >= 2.2, python-devel >= 2.2
+BuildRequires: alchemist-devel, python >= 2.2, python-devel >= 2.2
 BuildRequires: libglade2-devel, gettext, intltool >= 0.17
 BuildArch: noarch
 Requires: python >= 2.2, alchemist, libglade2, pygtk2-libglade, pygtk2
@@ -25,13 +25,14 @@
 %prep
 %setup -q -n system-config-httpd-%{version}
 
+%build
 %define _target_platform        %{nil}   
 %configure 
 %undefine       _target_platform  
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %find_lang system-config-httpd
 
@@ -73,6 +74,9 @@
 %dir /var/cache/alchemist/apache
 
 %changelog
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 5:1.4.4-2
+- fix license tag
+
 * Fri Jul 20 2007 Phil Knirsch <pknirsch at redhat.com> 1.4.4-1
 - Removed obsolete apacheconf.pot file
 - Fixed small bug in acinclude.m4




More information about the fedora-extras-commits mailing list