|
|
Author: wtogami
Update of /cvs/dist/rpms/scim-hangul/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27812
Modified Files:
scim-hangul.spec
Log Message:
minor spec cleanup
Index: scim-hangul.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-hangul/devel/scim-hangul.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scim-hangul.spec 4 Aug 2005 00:42:53 -0000 1.2
+++ scim-hangul.spec 6 Aug 2005 02:44:01 -0000 1.3
@@ -1,6 +1,6 @@
Name: scim-hangul
Version: 0.2.0
-Release: 2
+Release: 3
License: GPL
URL: http://www.scim-im.org/
@@ -17,7 +17,7 @@
%prep
-%setup -n %{name}-%{version}
+%setup -q -n %{name}-%{version}
%build
@@ -26,7 +26,7 @@
%install
-[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install
rm -f $RPM_BUILD_ROOT//usr/lib/scim-1.0/IMEngine/hangul.{a,la}
@@ -36,18 +36,21 @@
%clean
-[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README ChangeLog
+%doc AUTHORS COPYING README ChangeLog
%{_libdir}/scim-1.0/IMEngine/hangul.*
%{_libdir}/scim-1.0/SetupUI/hangul-imengine-setup.*
%{_datadir}/scim/icons/scim-hangul.png
%changelog
+* Fri Aug 5 2005 Warren Togami <wtogami@xxxxxxxxxx> - 0.2.0-3
+- minor spec cleanup
+
* Thu Aug 4 2005 Akira TAGOH <tagoh@xxxxxxxxxx> - 0.2.0-2
- Import into Core.
- clean up the spec.
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|