Author: belegdol
Update of /cvs/free/rpms/nailer/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17672
Modified Files:
.cvsignore nailer.spec sources
Removed Files:
nailer-0.4.3-gconf.patch
Log Message:
* Thu Oct 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.4.6-1
- Updated to 0.4.6
- Dropped included patches
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/nailer/F-16/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 7 Mar 2009 15:54:02 -0000 1.2
+++ .cvsignore 11 Oct 2012 21:06:23 -0000 1.3
@@ -1 +1 @@
-nailer-0.4.3.tar.gz
+nailer-0.4.6.tar.gz
Index: nailer.spec
===================================================================
RCS file: /cvs/free/rpms/nailer/F-16/nailer.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nailer.spec 8 May 2009 17:33:46 -0000 1.3
+++ nailer.spec 11 Oct 2012 21:06:23 -0000 1.4
@@ -1,14 +1,11 @@
Name: nailer
-Version: 0.4.3
-Release: 5%{?dist}
+Version: 0.4.6
+Release: 1%{?dist}
Summary: A thumbnail generator using mplayer
-Group: Applications/Multimedia
License: GPLv2+
URL:
http://kdekorte.googlepages.com/nailer
Source0:
http://mplayer-video-thumbnailer.googlecode.com/files/%{name}-%{version}....
-Patch0: nailer-0.4.3-gconf.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: GConf2
BuildRequires: gtk2-devel
@@ -28,7 +25,6 @@
%prep
%setup -q
-%patch0 -p0 -b .gconf
%build
@@ -47,40 +43,41 @@
#remove the desktop file
rm -rf $RPM_BUILD_ROOT%{_datadir}/thumbnailers
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%pre
-if [ "$1" -gt 1 ] ; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/nailer.schemas >/dev/null || :
-fi
+%gconf_schema_prepare
%post
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule \
- %{_sysconfdir}/gconf/schemas/nailer.schemas > /dev/null || :
+%gconf_schema_upgrade
%preun
-if [ "$1" -eq 0 ] ; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/nailer.schemas > /dev/null || :
-fi
+%gconf_schema_remove
%files
-%defattr(-,root,root,-)
%doc COPYING ChangeLog
%{_sysconfdir}/gconf/schemas/nailer.schemas
%{_bindir}/nailer
%changelog
+* Thu Oct 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.4.6-1
+- Updated to 0.4.6
+- Dropped included patches
+
+* Mon Feb 20 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.3-8
+- Rebuilt for devel/F-17 inter-branch
+
+* Sat Feb 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.4.3-7
+- Fixed build failures
+- Dropped obsolete Group, Buildroot, %%clean and %%defattr
+- Updated scriptlets to the latest spec
+
+* Wed Feb 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.3-6
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
* Fri May 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.4.3-5
- Added Conflicts: totem for the time being
Index: sources
===================================================================
RCS file: /cvs/free/rpms/nailer/F-16/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 7 Mar 2009 15:54:02 -0000 1.2
+++ sources 11 Oct 2012 21:06:23 -0000 1.3
@@ -1 +1 @@
-d5f0e1bc62a93abe4e312d922e76eb6b nailer-0.4.3.tar.gz
+8b8686891e49112db56d1a8eb7e1f4c9 nailer-0.4.6.tar.gz
--- nailer-0.4.3-gconf.patch DELETED ---