rpms/ibus-table-wubi/devel ibus-table-wubi.spec,1.1,1.2

Caius Chance cchance at fedoraproject.org
Thu Apr 2 00:26:34 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/ibus-table-wubi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29558

Modified Files:
	ibus-table-wubi.spec 
Log Message:
correct license to GPLv3+ and preserve .svg timestamp during make install.



Index: ibus-table-wubi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-wubi/devel/ibus-table-wubi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibus-table-wubi.spec	2 Apr 2009 00:12:05 -0000	1.1
+++ ibus-table-wubi.spec	2 Apr 2009 00:26:03 -0000	1.2
@@ -2,9 +2,9 @@
 
 Name:       ibus-table-wubi
 Version:    1.1.0.20090327
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Wubi input methods for ibus-table
-License:    GPLv3
+License:    GPLv3+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
 Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
@@ -40,7 +40,7 @@
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install INSTALL="install -p"
 
 %clean
 rm -rf %{buildroot}
@@ -55,6 +55,9 @@
 %{_datadir}/ibus-table/icons/wubi86.svg
 
 %changelog
+* Wed Apr 01 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090316-4.fc11
+- Correct license to GPLv3+ and preserve timestamp during make install.
+
 * Mon Mar 27 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090316-3.fc11
 - Resolves: rhbz#488168
 - Rebuilt with latest upstream.




More information about the fedora-extras-commits mailing list