Skip to content

Commit

Permalink
Followed Fedora spec policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Jun 8, 2010
1 parent 791ba5f commit b5f1e4e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions input-pad.spec.in
Expand Up @@ -56,7 +56,7 @@ The input-pad-devel package contains the header files.

%if %have_python_devel
%package python
Summary: input-pad for python
Summary: Input Pad for python
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}

Expand All @@ -66,7 +66,7 @@ The input-pad-python package contains the python wrapper files.

%if %have_xtest_devel
%package xtest
Summary: input-pad with XTEST extension
Summary: Input Pad with XTEST extension
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libXtst
Expand Down Expand Up @@ -102,6 +102,10 @@ rm -f $RPM_BUILD_ROOT%python_sitearch/%{name}-%sub_version/*.a
%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
Expand Down

0 comments on commit b5f1e4e

Please sign in to comment.