File progress.spec of Package progress
Name: progress
Version: 0.0.2
Release: 0herzi1%{?dist}
Summary: A tiny IDE
Group: Applications/Productivity
License: LGPLv2+
URL: http://github.com/herzi/progress
Source0: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: gfc-devel GConf2-devel gtksourceview2-devel
Requires: gfc GConf2 gtksourceview2
%description
Progress is a tiny, well-integrated IDE for easy development.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
/usr/bin/progress
/usr/share/applications/progress.desktop
/usr/share/icons/hicolor
/usr/share/mime/packages/progress-mime.xml
%changelog
* Wed Dec 02 2009 Sven Herzberg <herzi@gnome-de.org> - 0.0.2-1.1
- updated to version 0.0.2 (including the desktop file and the images)
* Tue Dec 01 2009 Sven Herzberg <herzi@gnome-de.org> - 0.0.1-2.1
- added BuildRequires (GConf2-devel and gtksourceview2-devel) and
Requires (GConf2 and gtksourceview2)
* Tue Dec 01 2009 Sven Herzberg <herzi@gnome-de.org> - 0.0.1-1.1
- initial working packaging