the spec file cleanup
This commit is contained in:
parent
9f6fd63fea
commit
2b6d46a7de
10
kasumi.spec
10
kasumi.spec
@ -4,7 +4,6 @@ Release: 9%{?dist}
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://kasumi.sourceforge.jp/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gtk2-devel anthy-devel
|
||||
Source0: http://jaist.dl.sourceforge.jp/kasumi/41436/%{name}-%{version}.tar.gz
|
||||
Patch0: kasumi-853099-manpage.patch
|
||||
@ -26,7 +25,6 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
# remove .desktop file so that kasumi is accessible from scim panel/ibus panel and it's not necessary for other users.
|
||||
@ -35,12 +33,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root, -)
|
||||
%{_bindir}/kasumi
|
||||
%{_mandir}/man1/kasumi.1*
|
||||
%{_datadir}/pixmaps/kasumi.png
|
||||
@ -48,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 23 2012 Akira TAGOH <tagoh@redhat.com>
|
||||
- the spec file cleanup
|
||||
|
||||
* Fri Aug 31 2012 Akira TAGOH <tagoh@redhat.com> 2.5-9
|
||||
- Fix the missing descriptions for some options in --help (#853099)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user