rpms/grsync/F-7 grsync.spec,NONE,1.1

Sebastian Vahl (svahl) fedora-extras-commits at redhat.com
Tue Sep 18 21:43:34 UTC 2007


Author: svahl

Update of /cvs/extras/rpms/grsync/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10608/F-7

Added Files:
	grsync.spec 
Log Message:
add forgotten grsync.spec for FC6 and F7


--- NEW FILE grsync.spec ---
Name:           grsync
Version:        0.6
Release:        1%{?dist}
Summary:        A Gtk+ GUI for rsync

Group:          User Interface/Desktops
License:        GPLv2
URL:            http://www.opbyte.it/grsync/
Source0:        http://www.opbyte.it/release/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel desktop-file-utils gettext perl(XML::Parser)
#Requires:       

%description
Grsync is a GUI (Graphical User Interface) for rsync, the commandline 
directory synchronization tool. It makes use of the GTK libraries and 
is released under the GPL license, so it is opensource. It is in beta 
stage and doesn't support all of rsync features, but can be effectively 
used to synchronize local directories. For example some people use 
grsync to synchronize their music collection with removable devices or 
to backup personal files to a networked drive. 

%prep
%setup -q

# some minor corrections for rpmlint
%{__sed} -i 's/\r//' README
chmod 0644 src/callbacks.c

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor=""                                 \
        --dir=%{buildroot}%{_datadir}/applications/              \
        %{buildroot}/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}
 
%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/grsync*
%{_mandir}/man1/grsync*.1.gz
%{_datadir}/pixmaps/grsync.png
%{_datadir}/applications/grsync.desktop


%changelog
* Tue Sep 13 2007 Sebastian Vahl <fedora at deadbabylon.de> - 0.6-1
- New upstream version: 0.6
- Change license to GPLv2

* Tue May 15 2007 Sebastian Vahl <fedora at deadbabylon.de> - 0.5.2-2
- BR: perl(XML::Parser)

* Tue Jan 23 2007 Sebastian Vahl <fedora at deadbabylon.de> - 0.5.2-1
- New upstream version: 0.5.2

* Fri Dec 01 2006 Sebastian Vahl <fedora at deadbabylon.de> - 0.5-2
- BR: gettext

* Sat Nov 11 2006 Sebastian Vahl <fedora at deadbabylon.de> - 0.5-1
- New upstream version: 0.5

* Fri May 05 2006 Sebastian Vahl <fedora at deadbabylon.de> - 0.4.1-1
- Initial Spec Release




More information about the fedora-extras-commits mailing list