Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 02d23dc050a661c3fce1129ec18c8e10 > files > 2

draksync-7.2-20mdk.src.rpm

Version:	7.2
Release:	20mdk
Summary:	Graphical directory synchronization tool
Name:		draksync
Copyright:	GPL
Packager:	RedHog <redhog@mandrakesoft.com>
Group:		File tools
Source:		DrakSync-%{version}.tar.bz2
BuildRoot:	/tmp/%{name}-%{version}-root
Prefix:		%{_prefix}
Requires:	rsync, pygtk

%description
 draksync is a graphical tool for synchronizing directories on different
machines. It is only a front-end to rsync and ssh/rsh.

%prep

%setup -q -n DrakSync-%{version}

%build
make

%post
%{update_menus}

%postun
%{clean_menus}

%install
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/menu
mkdir -p $RPM_BUILD_ROOT/%{_iconsdir}/mini
mkdir -p $RPM_BUILD_ROOT/%{_iconsdir}/large

make prefix=$RPM_BUILD_ROOT/%{prefix} install
cp menu-entry $RPM_BUILD_ROOT/%{_libdir}/menu/%{name}
cp menu-icon.32.xpm $RPM_BUILD_ROOT/%{_iconsdir}/DrakSync.xpm
cp menu-icon.48.xpm $RPM_BUILD_ROOT/%{_iconsdir}/large/DrakSync.xpm
cp menu-icon.16.xpm $RPM_BUILD_ROOT/%{_iconsdir}/mini/DrakSync.xpm

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name}

%files -f %{name}.lang
%attr(-,root,root)		%{_bindir}/draksync
%attr(-,root,root) %dir		%{_libdir}/DrakSync
%attr(-,root,root)		%{_libdir}/DrakSync/*
%attr(-,root,root) %dir %doc	%{_docdir}/DrakSync
%attr(-,root,root) %doc		%{_docdir}/DrakSync/*
%attr(-,root,root)              %{_libdir}/menu/*
%attr(-,root,root)              %{_iconsdir}/*

%changelog
* Thu Oct 5 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-20mdk
- Icon-arrow instaed of <->
- Fix for the probl. with HELP_BROWSER containing not only a
  binary-name, but parameters...

* Wed Oct 4 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-20mdk
- New icons from LN

* Tue Oct 3 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-18mdk
- Bugfix for the probl. with not-saved-deletes...

* Tue Oct 3 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-17mdk
- Bugfixes

* Tue Oct 3 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-16mdk
- New fixes to the Makfile to correct some minor probl introduced by
  Pablos changes
- Minor changes to the messages
- A lot of bugfixes

* Fri Sep 29 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-15mdk
- Paplos fixes to the po-system included.
- Fixes to a hell lot of annoying bugs..

* Fri Sep 29 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-14mdk
- Fix to include gettext in the rpm

* Fri Sep 29 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-13mdk
- Added a swedish translation, to see that everything works fine...

* Fri Sep 29 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-12mdk
- Gettext internationalization support added. Urk.

* Fri Sep 29 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-11mdk
- Added a menu-entry and menu-icons (fake-icons, since I have _yet_
  not recieved any real ones)

* Fri Sep 29 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-10mdk
- Added an about-box, as requested...

* Fri Sep 29 2000 Egil Möller <redhog@mandrakesoft.com> 7.2-9mdk
- Added code to make this work even if HELP_BROWSER is not set.

* Wed Sep 27 2000 RedHog (Egil Möller) <redhog@mandrakesoft.com> 7.2-8mdk
- Added installation of the documentation.

* Wed Sep 27 2000 RedHog (Egil Möller) <redhog@mandrakesoft.com> 7.2-7mdk
- Addition of ssh-identity handling and a huge set of UI improvements.

* Tue Sep 26 2000 RedHog (Egil Möller) <redhog@mandrakesoft.com> 7.2-5mdk
- Some smaller fixes, plus name-changes...

* Mon Sep 25 2000 RedHog (Egil Möller) <redhog@mandrakesoft.com> 7.2-4mdk
- Total rework of the GUI, new icons and a hell lot of other changes...

* Mon Aug 24 2000 RedHog (Egil Möller) <redhog@mandrakesoft.com> redhog.1-2mdk
- Some UI changes...

* Mon Aug 21 2000 RedHog (Egil Möller) <redhog@mandrakesoft.com> redhog.0-3mdk
- Fixes to make rpmlin happy :)