cvsdist eba7b10
%define libxml2_version 2.4.12
cvsdist 6589a60
%define orbit2_version 2.8.0    
cvsdist eba7b10
%define glib2_version 2.2.0
cvsdist eba7b10
cvsdist eba7b10
Summary: A process-transparent configuration system
cvsdist eba7b10
Name: GConf2
568847b
Version: 2.13.5
568847b
Release: 1
cvsdist eba7b10
License: LGPL
cvsdist eba7b10
Group: System Environment/Base
cvsdist eba7b10
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
cvsdist eba7b10
BuildRoot: %{_tmppath}/GConf2-%{version}-root
cvsdist eba7b10
URL: http://www.gnome.org
cvsdist eba7b10
Prereq: /sbin/install-info
cvsdist 7405002
Requires: ORBit2 >= %{orbit2_version}
cvsdist c47e0b7
cvsdist eba7b10
BuildRequires: libxml2-devel >= %{libxml2_version}
cvsdist eba7b10
BuildRequires: ORBit2-devel >= %{orbit2_version}
cvsdist eba7b10
BuildRequires: glib2-devel >= %{glib2_version}
cvsdist c47e0b7
BuildRequires: gtk2-devel
cvsdist eba7b10
BuildRequires: gtk-doc >= 0.9
cvsdist eba7b10
BuildRequires: pkgconfig >= 0.14
cvsdist c47e0b7
BuildRequires: gettext
8b15dbb
BuildRequires: openldap-devel
8b15dbb
cvsdist eba7b10
%description
cvsdist eba7b10
GConf is a process-transparent configuration database API used to 
cvsdist eba7b10
store user preferences. It has pluggable backends and features to 
cvsdist eba7b10
support workgroup administration.
cvsdist eba7b10
cvsdist eba7b10
%package devel
cvsdist eba7b10
Summary: Headers and libraries for GConf development
cvsdist eba7b10
Group: Development/Libraries
cvsdist eba7b10
Requires: %{name} = %{version}
cvsdist eba7b10
Requires: libxml2-devel >= %{libxml2_version}
cvsdist eba7b10
Requires: ORBit2-devel >= %{orbit2_version}
cvsdist eba7b10
Requires: glib2-devel >= %{glib2_version}
cvsdist eba7b10
cvsdist eba7b10
%description devel
cvsdist eba7b10
GConf development package. Contains files needed for doing
cvsdist eba7b10
development using GConf.
cvsdist eba7b10
cvsdist eba7b10
%prep
cvsdist eba7b10
%setup -q -n GConf-%{version}
cvsdist eba7b10
cvsdist eba7b10
%build
bc4d57f
%configure
cvsdist 7405002
make
cvsdist eba7b10
cvsdist eba7b10
%install
cvsdist eba7b10
rm -fr $RPM_BUILD_ROOT
cvsdist 7405002
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist eba7b10
cvsdist eba7b10
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.defaults
cvsdist eba7b10
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.mandatory
cvsdist eba7b10
cvsdist eba7b10
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-xml.a
cvsdist a431cb8
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-oldxml.a
8b15dbb
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-evoldap.a
cvsdist eba7b10
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
cvsdist c47e0b7
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/*.la
cvsdist eba7b10
cvsdist eba7b10
%find_lang %name
cvsdist eba7b10
cvsdist eba7b10
%clean
cvsdist eba7b10
rm -rf $RPM_BUILD_ROOT
cvsdist eba7b10
cvsdist eba7b10
%post -p /sbin/ldconfig
cvsdist eba7b10
cvsdist eba7b10
%postun -p /sbin/ldconfig
cvsdist eba7b10
cvsdist eba7b10
%files -f %{name}.lang
cvsdist eba7b10
%defattr(-, root, root)
8b15dbb
%doc COPYING ChangeLog NEWS README backends/README.evoldap
8b15dbb
%config(noreplace) %{_sysconfdir}/gconf/2/path
8b15dbb
%config(noreplace) %{_sysconfdir}/gconf/2/evoldap.conf
cvsdist c47e0b7
%dir %{_sysconfdir}/gconf/2
cvsdist c47e0b7
%dir %{_sysconfdir}/gconf/gconf.xml.defaults
cvsdist c47e0b7
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory
cvsdist eba7b10
%{_bindir}/*
cvsdist eba7b10
%{_libexecdir}/*
cvsdist eba7b10
%{_libdir}/*.so.*
cvsdist eba7b10
%{_libdir}/GConf/2/*.so
cvsdist eba7b10
%{_datadir}/sgml
8b15dbb
%{_datadir}/GConf
cvsdist a431cb8
%{_mandir}/man1/*
cvsdist eba7b10
%dir %{_libdir}/GConf
cvsdist eba7b10
%dir %{_libdir}/GConf/2
cvsdist eba7b10
cvsdist eba7b10
%files devel
cvsdist eba7b10
%defattr(-, root, root)
cvsdist eba7b10
%{_libdir}/*.a
cvsdist eba7b10
%{_libdir}/*.so
cvsdist eba7b10
%{_includedir}/gconf
cvsdist eba7b10
%{_datadir}/aclocal/*.m4
cvsdist eba7b10
%{_datadir}/gtk-doc
cvsdist eba7b10
%{_libdir}/pkgconfig/*
cvsdist eba7b10
cvsdist eba7b10
%changelog
568847b
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
568847b
- Update to 2.13.5
568847b
832f240
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
832f240
- rebuilt
832f240
cfbd10c
* Wed Dec  7 2005 Dan Williams <dcbw@redhat.com> 2.12.1-2
cfbd10c
- Fix segfault in gconf_unescape_key().  GNOME #323479
cfbd10c
aee34a0
* Thu Nov  3 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-1
aee34a0
- Update to 2.12.1
aee34a0
e75f98b
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
e75f98b
- Update to 2.12.0
e75f98b
afd99fd
* Tue Aug 16 2005 Ray Strode <rstrode@redhat.com> 2.11.90-2
afd99fd
- rebuild
afd99fd
92dedcd
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> 2.11.90-1
92dedcd
- Newer upstream version
92dedcd
603a0d2
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
603a0d2
- Newer upstream version
603a0d2
- Drop upstreamed patch
603a0d2
b1b5dce
* Mon May  9 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
b1b5dce
- Update to upstream evoldap.schema which uses GNOME's OID base
b1b5dce
  rather than Red Hat's OID.
b1b5dce
228672a
* Wed Apr 27 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-3
228672a
- Fix undefined symbol in the evoldap backend
228672a
8b15dbb
* Mon Apr 18 2005 Mark McLoughlin <markmc@redhat.com> - 2.10.0-2
8b15dbb
- Add evolution mail accounts backend
8b15dbb
4401409
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
4401409
- Update to 2.10.0
de6c149
bc4d57f
* Mon Feb  7 2005 Mark McLoughlin <markmc@redhat.com> 2.9.91-1
bc4d57f
- Update to 2.9.91
bc4d57f
22aa193
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
d925fe2
- Update to 2.9.2
d925fe2
18e803f
* Wed Jan 19 2005 Mark McLoughlin <markmc@redhat.com> 2.8.1-2
18e803f
- Backport some fixes from upstream CVS
18e803f
fbfd049
* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
fbfd049
- Update to 2.8.1
fbfd049
d72ec59
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
d72ec59
- Update to 2.8.0.1
d72ec59
cvsdist 4099e28
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
cvsdist 4099e28
- Update to 2.7.92
cvsdist 4099e28
cvsdist b52e778
* Thu Aug 19 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91.1-1
cvsdist b52e778
- Update to 2.7.91.1
cvsdist b52e778
cvsdist a5bc80f
* Wed Aug 18 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
cvsdist a5bc80f
- Update to 2.7.91
cvsdist a5bc80f
cvsdist 7405002
* Tue Aug  3 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
cvsdist 7405002
- Update to 2.7.90
cvsdist 7405002
- Add patch to disable merge files for now
cvsdist 7405002
cvsdist 08d8133
* Fri Jul  2 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-7
cvsdist 08d8133
- Add patch to fix problem when using merged files. Mainly
cvsdist 08d8133
  neccessary only to work will with GConf 2.8.
cvsdist 08d8133
cvsdist 5dae791
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5dae791
- rebuilt
cvsdist 5dae791
cvsdist 4c72246
* Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 2.6.0-5
cvsdist 4c72246
- Apply patch to move temporary directory creation into daemon,
cvsdist 4c72246
  needed for SELinux GConf policy
cvsdist 4c72246
cvsdist c47e0b7
* Wed Apr 14 2004 Warren Togami <wtogami@redhat.com> - 2.6.0-4
cvsdist c47e0b7
- #110724 BR gtk2-devel gettext
cvsdist c47e0b7
- #106283 add versioned ORBit2 minimum
cvsdist c47e0b7
- #112863 own /etc/gconf/2/
cvsdist c47e0b7
- really kill *.la
cvsdist c47e0b7
cvsdist c47e0b7
* Mon Apr  5 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-3
cvsdist c47e0b7
- Remove the dont-dump-schema-default patch
cvsdist c47e0b7
cvsdist c47e0b7
* Thu Apr  1 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-2
cvsdist c47e0b7
- Backport some fixes from HEAD for lockdown/deployment type stuff 
cvsdist c47e0b7
cvsdist c47e0b7
* Tue Mar 23 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist c47e0b7
- update to 2.6.0
cvsdist c47e0b7
cvsdist d2f2f45
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d2f2f45
- rebuilt
cvsdist d2f2f45
cvsdist d2f2f45
* Fri Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
cvsdist d2f2f45
- Update to 2.5.90
cvsdist d2f2f45
cvsdist d2f2f45
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d2f2f45
- rebuilt
cvsdist d2f2f45
cvsdist a431cb8
* Fri Jan 16 2004 Jonathan Blandford <jrb@redhat.com> 2.5.1-1
cvsdist a431cb8
- new version
cvsdist a431cb8
cvsdist 6589a60
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 6589a60
- 2.4.0
cvsdist 6589a60
cvsdist 6589a60
* Thu Aug  7 2003 Jonathan Blandford <jrb@redhat.com>
cvsdist 6589a60
- begin the move to GNOME-2.4
cvsdist 6589a60
- locking patch appears to be upstream.  Removing.
cvsdist 6589a60
cvsdist 6589a60
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 2.2.1-3
cvsdist 6589a60
- Fix libtool
cvsdist 6589a60
cvsdist 6589a60
* Mon Jul 14 2003 Havoc Pennington <hp@redhat.com>
cvsdist 6589a60
- automated rebuild
cvsdist 6589a60
cvsdist 6589a60
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
cvsdist 6589a60
- upgrade to 2.2.1
cvsdist 6589a60
cvsdist 6589a60
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 6589a60
- rebuilt
cvsdist 6589a60
cvsdist 8d84eef
* Tue Apr  8 2003 Matt Wilson <msw@redhat.com> 2.2.0-2
cvsdist 8d84eef
- use system libtool (#88338)
cvsdist 8d84eef
cvsdist eba7b10
* Tue Feb  4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
cvsdist eba7b10
- 2.2.0
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- rebuilt
cvsdist eba7b10
cvsdist eba7b10
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 2.1.90
cvsdist eba7b10
cvsdist eba7b10
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild as libc seems to have changed or something
cvsdist eba7b10
cvsdist eba7b10
* Fri Nov  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild
cvsdist eba7b10
- standardize spec file name
cvsdist eba7b10
cvsdist eba7b10
* Fri Aug 30 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- add GCONF_LOCAL_LOCKS mode, and syslog encoding patch from tagoh
cvsdist eba7b10
cvsdist eba7b10
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- add dialog to offer to delete gconf locks
cvsdist eba7b10
cvsdist eba7b10
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.2.1
cvsdist eba7b10
- include libexecdir stuff
cvsdist eba7b10
cvsdist eba7b10
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- move .pc fle to -devel package
cvsdist eba7b10
cvsdist eba7b10
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- fix warning on gnome-panel install
cvsdist eba7b10
cvsdist eba7b10
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.2.0
cvsdist eba7b10
- own libdir/GConf/2 directory
cvsdist eba7b10
- include gtk-doc docs
cvsdist eba7b10
- don't include static lib for backend modules
cvsdist eba7b10
cvsdist eba7b10
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild in different environment
cvsdist eba7b10
cvsdist eba7b10
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.11
cvsdist eba7b10
- remove AUTHORS for rpmlint
cvsdist eba7b10
cvsdist eba7b10
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild in different environment
cvsdist eba7b10
cvsdist eba7b10
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild in different environment
cvsdist eba7b10
cvsdist eba7b10
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.10
cvsdist eba7b10
cvsdist eba7b10
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist eba7b10
- 1.1.9
cvsdist eba7b10
cvsdist eba7b10
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.8
cvsdist eba7b10
- remove .la files
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist eba7b10
- Version 1.1.6
cvsdist eba7b10
- Rebuild for dependencies
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist eba7b10
- automated rebuild
cvsdist eba7b10
cvsdist eba7b10
* Fri Jan  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.5.93 snap with important bugfix so gconf actually works
cvsdist eba7b10
cvsdist eba7b10
* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.5.92 snap with GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cvsdist eba7b10
cvsdist eba7b10
* Thu Jan  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.5.91 snap with gconf.m4 fix for libgnome
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- since every other build seems to avoid libglib-1.3.so.11, 
cvsdist eba7b10
  rebuild and hope
cvsdist eba7b10
cvsdist eba7b10
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- cvs snap 1.1.5.90
cvsdist eba7b10
cvsdist eba7b10
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- GConf 1.1.5, glib 1.3.11
cvsdist eba7b10
cvsdist eba7b10
* Sat Oct 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- rebuild for glib 1.3.10
cvsdist eba7b10
cvsdist eba7b10
* Sun Oct 14 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- 1.1.3
cvsdist eba7b10
cvsdist eba7b10
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- cvs snap, remove bonobo-activation deps
cvsdist eba7b10
cvsdist eba7b10
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- update to new CVS snap, rebuild
cvsdist eba7b10
cvsdist eba7b10
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- create gconf2 rpm based on gconf1, comment out pofiles 
cvsdist eba7b10
- include .pc files
cvsdist eba7b10
cvsdist eba7b10
* Fri Sep 14 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- fix description/summary
cvsdist eba7b10
cvsdist eba7b10
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Add po files from sources.redhat.com
cvsdist eba7b10
cvsdist eba7b10
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Add po files from sources.redhat.com
cvsdist eba7b10
cvsdist eba7b10
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- upgrade to 1.0.4 release I just made
cvsdist eba7b10
- fixes #51223, syslog spew
cvsdist eba7b10
cvsdist eba7b10
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- move gconf-config to devel RPM
cvsdist eba7b10
cvsdist eba7b10
* Mon Jul 23 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- how many releases of GConf can I make before it works?
cvsdist eba7b10
cvsdist eba7b10
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Upgrade to 1.0.2 (which contains only bugfixes that 
cvsdist eba7b10
  I reviewed and/or wrote myself)
cvsdist eba7b10
cvsdist eba7b10
* Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- create the /etc/gconf/gconf.xml.defaults directory 
cvsdist eba7b10
cvsdist eba7b10
* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
cvsdist eba7b10
- Install the .la files in the devel package.
cvsdist eba7b10
cvsdist eba7b10
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist eba7b10
- Use %%{_tmppath}
cvsdist eba7b10
- Move the .so files to the devel subpackage
cvsdist eba7b10
- langify
cvsdist eba7b10
- Move changelog to the end, where it should be :)
cvsdist eba7b10
- Don't specify (a bad) doc directory
cvsdist eba7b10
- Don't define name, version and release and use it in the rpm headers later
cvsdist eba7b10
- Remove "Packager:"
cvsdist eba7b10
- s/Copyright/License/
cvsdist eba7b10
cvsdist eba7b10
* Fri Jun 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- add --direct option to gconftool to avoid spawning oafd,
cvsdist eba7b10
  then commented out gconftool entirely since it checks
cvsdist eba7b10
  whether gconfd is running and that spawns oafd anyhow.
cvsdist eba7b10
  oafd simply needs to exit when unused.
cvsdist eba7b10
cvsdist eba7b10
* Tue May 15 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Fix post, pointed out by Bill
cvsdist eba7b10
cvsdist eba7b10
* Mon May 14 2001 Havoc Pennington <hp@redhat.com>
cvsdist eba7b10
- Upgrade to 1.0.1
cvsdist eba7b10
cvsdist eba7b10
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist eba7b10
- Import to Red Hat build system.
cvsdist eba7b10
cvsdist eba7b10
* Sun Jun 11 2000  Eskil Heyn Olsen <deity@eazel.com>
cvsdist eba7b10
cvsdist eba7b10
- Created the .spec file