diff options
| author | cvsextras <cvsextras@fedoraproject.org> | 2004-11-08 04:29:58 +0000 |
|---|---|---|
| committer | cvsextras <cvsextras@fedoraproject.org> | 2004-11-08 04:29:58 +0000 |
| commit | e10592fad56fbd3d5919b0928b0560e2e93bbb25 (patch) | |
| tree | e949fd09f01d580d9313ffc64415ca476abbc5af | |
| parent | 786519e6be4b19aaaaa5c1c415c91a8f835033e0 (diff) | |
auto-import changelog data from gonvert-0.1.6-0.fdr.2.rh90.src.rpm
0.1.6-0.fdr.2
- Corrected file permissions.
- Corrects path of Source0.
0.1.6-0.fdr.1
- Fedorafication.
Sun Jun 29 2003 Dag Wieers <dag@wieers.com> - 0.1.6-0
- Updated to release 0.1.6.
Wed Feb 26 2003 Dag Wieers <dag@wieers.com> - 0.1.5-0
- Initial package. (using DAR)
| -rw-r--r-- | .cvsignore | 1 | ||||
| -rw-r--r-- | gonvert.spec | 77 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 79 insertions, 0 deletions
@@ -0,0 +1 @@ +gonvert-0.1.6.tar.gz diff --git a/gonvert.spec b/gonvert.spec new file mode 100644 index 0000000..6f79fa1 --- /dev/null +++ b/gonvert.spec @@ -0,0 +1,77 @@ +Summary: Units conversion utility. +Name: gonvert +Version: 0.1.6 +Release: 0.fdr.2.rh90 +Epoch: 0 +License: GPL +Group: Applications/Engineering +URL: http://unihedron.com/projects/gonvert/gonvert.php +Source0: http://unihedron.com/projects/gonvert/downloads/gonvert-0.1.6.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +Requires: python >= 0:2.0 +Requires: pygtk2 >= 0:1.99.0 +Requires: libglade2 + +%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. + +#--------------------------------------------------------------------- + +%prep +%setup + +#--------------------------------------------------------------------- + +%build +make %{?_smp_mflags} + +#--------------------------------------------------------------------- + +%install +rm -rf ${RPM_BUILD_ROOT} +%makeinstall DESTDIR="${RPM_BUILD_ROOT}" + +chmod 0644 doc/* +rm -rf ${RPM_BUILD_ROOT}%{_prefix}/doc + +desktop-file-install --vendor fedora --delete-original \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + --add-category Application \ + --add-category Utility \ + ${RPM_BUILD_ROOT}%{_datadir}/gnome/apps/Utilities/%{name}.desktop + +#--------------------------------------------------------------------- + +%clean +rm -rf ${RPM_BUILD_ROOT} + +#--------------------------------------------------------------------- + +%files +%defattr(-,root,root,-) +%doc doc/* +%attr(0755,root,root) %{_bindir}/* +%{_libdir}/* +%attr(0644,root,root) %{_datadir}/applications/fedora-%{name}.desktop +%attr(0644,root,root) %{_datadir}/pixmaps/* + +#--------------------------------------------------------------------- + +%changelog +* Tue Aug 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.1.6-0.fdr.2 +- Corrected file permissions. +- Corrects path of Source0. + +* Wed Jul 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.1.6-0.fdr.1 +- Fedorafication. + +* Sat Jun 29 2003 Dag Wieers <dag@wieers.com> - 0.1.6-0 +- Updated to release 0.1.6. + +* Wed Feb 26 2003 Dag Wieers <dag@wieers.com> - 0.1.5-0 +- Initial package. (using DAR) @@ -0,0 +1 @@ +87d3d894a4257b249c0fd850347e418c gonvert-0.1.6.tar.gz |
