rpms/grsync/devel grsync.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: svahl

Update of /cvs/extras/rpms/grsync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9990/devel

Modified Files:
	.cvsignore sources 
Added Files:
	grsync.spec 
Log Message:



--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/grsync/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Sep 2007 18:41:08 -0000	1.1
+++ .cvsignore	18 Sep 2007 21:27:36 -0000	1.2
@@ -0,0 +1 @@
+grsync-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/grsync/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Sep 2007 18:41:08 -0000	1.1
+++ sources	18 Sep 2007 21:27:36 -0000	1.2
@@ -0,0 +1 @@
+1d5fa63fe80e4af893b7594ff55c6003  grsync-0.6.tar.gz




More information about the fedora-extras-commits mailing list