This commit is contained in:
Matthias Clasen 2011-10-18 21:59:58 -04:00
parent 1b52dbc284
commit 6551bdc8a6
3 changed files with 22 additions and 9 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
/sushi-0.0.4.tar.xz /sushi-0.0.4.tar.xz
/sushi-0.0.5.tar.xz
/sushi-0.1.90.tar.xz /sushi-0.1.90.tar.xz
/sushi-0.1.92.tar.xz
/sushi-0.2.0.tar.xz /sushi-0.2.0.tar.xz
/sushi-0.2.1.tar.xz

View File

@ -1 +1 @@
3aeb521cde217b3c2838a13dbacc230e sushi-0.2.0.tar.xz 36f79d8dbd46327d6aefc629a4b61723 sushi-0.2.1.tar.xz

View File

@ -1,5 +1,5 @@
Name: sushi Name: sushi
Version: 0.2.0 Version: 0.2.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A quick previewer for Nautilus Summary: A quick previewer for Nautilus
Group: User Interface/Desktops Group: User Interface/Desktops
@ -22,9 +22,8 @@ BuildRequires: webkitgtk3-devel
#Description from upstream's README. #Description from upstream's README.
%description %description
This is sushi, This is sushi, a quick previewer for Nautilus, the GNOME desktop
a quick previewer for Nautilus, file manager.
the GNOME desktop file manager.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
@ -45,7 +44,6 @@ make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang %{name} %find_lang %{name}
@ -69,12 +67,24 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_datadir}/gir-1.0 %{_datadir}/gir-1.0
%changelog %changelog
* Tue Sep 27 2011 Elad Alfassa <elad@fedoraproject.org> - 0.2.0-1 * Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-1
- New upstream release (mostly translation updates) - Update to 0.2.1
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 0.2.0-1
- Update to 0.2.0
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.92-2
- Rebuild against newer clutter
* Tue Sep 20 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.92-1
- New upstream release
* Tue Aug 30 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.90-1 * Tue Aug 30 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.90-1
- New upstream version - New upstream version
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.5-1
- Update to 0.0.5
* Sat Jul 09 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.4-1 * Sat Jul 09 2011 Elad Alfassa <elad@fedoraproject.org> - 0.0.4-1
- Update to latest upstream version. - Update to latest upstream version.