diff options
| author | Matthias Saou <thias@fedoraproject.org> | 2005-03-05 21:10:21 +0000 |
|---|---|---|
| committer | Matthias Saou <thias@fedoraproject.org> | 2005-03-05 21:10:21 +0000 |
| commit | 5dd6127bfbbc60a62bb651e401bab8f6c9d576ff (patch) | |
| tree | 9a312fe9167f4d8e2754550e5a543c19dde31dac | |
| parent | c090534a13b3b55361cbcfa93b72c5fe84572a5d (diff) | |
| download | gonvert-5dd6127bfbbc60a62bb651e401bab8f6c9d576ff.tar.gz gonvert-5dd6127bfbbc60a62bb651e401bab8f6c9d576ff.tar.xz gonvert-5dd6127bfbbc60a62bb651e401bab8f6c9d576ff.zip | |
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.
| -rw-r--r-- | gonvert.spec | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gonvert.spec b/gonvert.spec index 93c06a8..04b2498 100644 --- a/gonvert.spec +++ b/gonvert.spec @@ -1,7 +1,7 @@ Name: gonvert Version: 0.2.11 Release: 1 -Summary: Units conversion utility. +Summary: Units conversion utility Group: Applications/Engineering License: GPL @@ -17,21 +17,21 @@ Requires: pygtk2 >= 1.99.0 BuildArch: noarch %description -gonvert is a conversion utility that allows conversion between many units -like CGS, Ancient, Imperial with many categories like length, mass, numbers, -etc. All units converted values shown at once as you type. Easy to add/change -your own units. Written in Python,pygtk,libgade. +gonvert is a conversion utility that allows conversion between many units +like CGS, Ancient, Imperial with many categories like length, mass, numbers, +etc. All units converted values shown at once as you type. Easy to add/change +your own units. Written in Python,pygtk,libgade. -%prep +%prep %setup -q -%build +%build make %{?_smp_mflags} -%install +%install rm -rf ${RPM_BUILD_ROOT} %makeinstall @@ -45,12 +45,12 @@ desktop-file-install --vendor fedora \ gonvert.desktop -%clean +%clean rm -rf ${RPM_BUILD_ROOT} -%files -%defattr(-,root,root,-) +%files +%defattr(-,root,root,-) %doc doc/CHANGELOG doc/COPYING doc/FAQ doc/THANKS doc/TODO %{_bindir}/* %{_datadir}/applications/fedora-%{name}.desktop @@ -62,7 +62,7 @@ rm -rf ${RPM_BUILD_ROOT} %changelog * Sat Nov 27 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.2.11-1 - Bump release/Spec Cleanup. - + * Thu Oct 21 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.2.11-0.fdr.1 - 2.11. |
