0.2.1
This commit is contained in:
parent
1b52dbc284
commit
6551bdc8a6
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
/sushi-0.0.4.tar.xz
|
||||
/sushi-0.0.5.tar.xz
|
||||
/sushi-0.1.90.tar.xz
|
||||
/sushi-0.1.92.tar.xz
|
||||
/sushi-0.2.0.tar.xz
|
||||
/sushi-0.2.1.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
3aeb521cde217b3c2838a13dbacc230e sushi-0.2.0.tar.xz
|
||||
36f79d8dbd46327d6aefc629a4b61723 sushi-0.2.1.tar.xz
|
||||
|
24
sushi.spec
24
sushi.spec
@ -1,5 +1,5 @@
|
||||
Name: sushi
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A quick previewer for Nautilus
|
||||
Group: User Interface/Desktops
|
||||
@ -22,9 +22,8 @@ BuildRequires: webkitgtk3-devel
|
||||
|
||||
#Description from upstream's README.
|
||||
%description
|
||||
This is sushi,
|
||||
a quick previewer for Nautilus,
|
||||
the GNOME desktop file manager.
|
||||
This is sushi, a quick previewer for Nautilus, the GNOME desktop
|
||||
file manager.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
@ -45,7 +44,6 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%find_lang %{name}
|
||||
@ -69,12 +67,24 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0
|
||||
|
||||
%changelog
|
||||
* Tue Sep 27 2011 Elad Alfassa <elad@fedoraproject.org> - 0.2.0-1
|
||||
- New upstream release (mostly translation updates)
|
||||
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.1-1
|
||||
- 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
|
||||
- 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
|
||||
- Update to latest upstream version.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user