Name: teddy Summary: A tabular editor and display for XML Version: 1.1 Release: 1 License: GPL Group: Productivity/Publishing/XML Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/build-root-%{name} Packager: Jinsoo Kang Distribution: SuSE Linux 9.3 Prefix: /opt/kde3 Url: http://www.gravitybind.com Requires: qt3 %description Teddy is a tabular editor and displayer for XML files. It presents the structure and content of XML files in a way that is both visually pleasing and easy to use. Its features include the abiltiy to view XML in an hierarchical way without extraneous syntax or interface elements, edit data like a spreadsheet, enter data without having to worry about encoding rules, make major structural changes with minimal effort, cut and paste between most spreadsheet applications, and export to HTML. %prep %setup -q %build qmake teddy.pro make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/applications/kde mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/32x32/apps install -s -m 755 bin/teddy $RPM_BUILD_ROOT/usr/bin/teddy install -s -m 755 release/teddy.desktop $RPM_BUILD_ROOT/opt/kde3/share/applications/kde/teddy.desktop install -s -m 755 src/teddy.png $RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/32x32/apps/teddy.png %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,0755) /usr/bin/teddy /opt/kde3/share/applications/kde/teddy.desktop /opt/kde3/share/icons/hicolor/32x32/apps/teddy.png %changelog * Tue Oct 4 2005 Jinsoo Kang - 1.1.1 update - Icons and start menu placement * Sun Sep 25 2005 Jinsoo Kang - First RPM release