rpms/scythia/F-7 scythia.desktop, NONE, 1.1 scythia.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Krzysztof Kurzawski (kurzawa) fedora-extras-commits at redhat.com
Fri Feb 8 11:34:14 UTC 2008


Author: kurzawa

Update of /cvs/pkgs/rpms/scythia/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4769/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	scythia.desktop scythia.spec 
Log Message:
import scythia 0.9.3-2


--- NEW FILE scythia.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Scythia - FTP Client
GenericName=Scythia - FTP Client
Comment=A simple FTP client
Comment[fr]=Un client FTP relativement simple
Exec=scythia
Icon=scythia
Terminal=false
Type=Application
Categories=Network;
GenericName[fr]=Scythia - FTP Client
GenericName[pl_PL]=Scythia - FTP Client


--- NEW FILE scythia.spec ---
Name:           scythia
Version:        0.9.3
Release:        2.2%{?dist}
Summary:        Just a small ftp client
Summary(pl):    Mały klient ftp
Group:          Applications/Internet
License:        GPLv3+
URL:            http://%{name}.free.fr/
Source0:        http://%{name}.free.fr/wp-content/%{name}_%{version}-2-src.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  qt4-devel desktop-file-utils
Requires:       hicolor-icon-theme

%description
Scythia project is an simple and portable Ftp client. It does not claim to be
able to replace the biggest (no SSH etc.), but only to satisfy some persons
and to give us a bigger experience in programming.

%description -l pl
Scythia projekt to prosty i przenośny Ftp klient. Nie zapowiada się żeby był
w stanie zastąpić największe (brak ssh itp.) ale tylko daje satysfakcje osobom
i daje duże doświadczenie w programowaniu.

%prep
%setup -q -n %{name}
chmod a-x AUTHORS COPYING

%build
qmake-qt4 scythia.pro
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_ROOT=$RPM_BUILD_ROOT INSTALL="install -p"
rm $RPM_BUILD_ROOT%{_datadir}/applnk/Internet/scythia.desktop
rm $RPM_BUILD_ROOT%{_docdir}/scythia/html/aide_8h-source.html

desktop-file-install --vendor="fedora"               \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications         \
  %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_docdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/applications/fedora-%{name}.desktop

%changelog
* Wed Feb 06 2008 Krzysztof Kurzawski <kurzawax at gmail.com> - 0.9.3-2.2
- Correct license
- Correct .desktop file

* Wed Feb 06 2008 Krzysztof Kurzawski <kurzawax at gmail.com> - 0.9.3-2.1
- First release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scythia/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Feb 2008 17:19:57 -0000	1.1
+++ .cvsignore	8 Feb 2008 11:33:39 -0000	1.2
@@ -0,0 +1 @@
+scythia_0.9.3-2-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scythia/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Feb 2008 17:19:57 -0000	1.1
+++ sources	8 Feb 2008 11:33:39 -0000	1.2
@@ -0,0 +1 @@
+2286269b90c84f52463580a271f608b5  scythia_0.9.3-2-src.tar.gz




More information about the fedora-extras-commits mailing list