rpms/system-switch-mail/devel system-switch-mail.spec,1.19,1.20

Tom Callaway spot at fedoraproject.org
Sat Sep 6 19:41:42 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/system-switch-mail/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29691

Modified Files:
	system-switch-mail.spec 
Log Message:
fix license tag


Index: system-switch-mail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-switch-mail/devel/system-switch-mail.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- system-switch-mail.spec	11 Mar 2008 18:11:29 -0000	1.19
+++ system-switch-mail.spec	6 Sep 2008 19:41:12 -0000	1.20
@@ -1,9 +1,9 @@
 Summary: The Mail Transport Agent Switcher
 Name: system-switch-mail
 Version: 0.5.26
-Release: 2
-Source0: %{name}-%{version}-%{release}.tar.bz2
-License: GPL
+Release: 3
+Source0: %{name}-%{version}-2.tar.bz2
+License: GPLv2+
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -43,15 +43,17 @@
 Mail Transport Agent Switcher.
 
 %prep
-%setup -q -n %{name}-%{version}-%{release}
+# This is why you should not embed the package release in
+# the source tarball. :P
+%setup -q -n %{name}-%{version}-2
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 
-%makeinstall
+make DESTDIR=%{buildroot} mandir=%{_mandir} sysconfdir=%{_sysconfdir} install
 
 %find_lang %{name}
 
@@ -59,7 +61,7 @@
 rm -rf %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_bindir}/*
 %{_sbindir}/*
 %dir %{_datadir}/%{name}
@@ -70,7 +72,7 @@
 %config(noreplace) /etc/security/console.apps/%{name}*
 
 %files gnome
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
 %{_datadir}/%{name}/switchmail_gui.py*
@@ -78,6 +80,9 @@
 %{_datadir}/%{name}/switchmail.glade
 
 %changelog
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.5.26-3
+- fix license tag
+
 * Tue Mar 11 2008 Than Ngo <than at redhat.com> 0.5.26-2
 - fix permission of po files (bz#436888)
 - update po files




More information about the fedora-extras-commits mailing list