rpms/fotowall/devel fotowall.desktop, NONE, 1.1 fotowall.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicoleau Fabien (eponyme) fedora-extras-commits at redhat.com
Wed Jul 23 19:02:40 UTC 2008


Author: eponyme

Update of /cvs/pkgs/rpms/fotowall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23353/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fotowall.desktop fotowall.spec import.log 
Log Message:
New package



--- NEW FILE fotowall.desktop ---
[Desktop Entry] 
Encoding=UTF-8
Name=FotoWall
GenericName=FotoWall
Comment=Photo collection creativity tool
Exec=fotowall
Icon=fotowall
Terminal=false
Type=Application
Categories=Graphics;



--- NEW FILE fotowall.spec ---
Name:           fotowall
Version:        0.21
Release:        1%{?dist}
Summary:        Photo collection creativity tool

Group:          Applications/Multimedia
License:        GPLv2
URL:            http://code.google.com/p/%{name}/
Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt-devel >= 4.3
BuildRequires:  desktop-file-utils

%description
FotoWall is a creative tool that allows you to layout your photos or pictures
in a personal way. You can add pictures, then resize, move,
change colors, text, shadows, etc.. 

%prep
%setup -q -n %{name}
# for hidden-file-or-dir warning 
sed -i -e "s/.bin/bin/" %{name}.pro

%build
qmake-qt4
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
install -m 755 -p %{name} $RPM_BUILD_ROOT%{_bindir}
install -Dm 755 -p data/icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
desktop-file-install --vendor="" \
  --mode 644 \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
  %{SOURCE1}



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc example-layouts GPL_V2 README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png



%changelog
* Sun Jul 20 2008  Nicoleau Fabien <nicoleau.fabien at gmail.com> - 0.21-1
- Initial build


--- NEW FILE import.log ---
fotowall-0_21-1_fc9:HEAD:fotowall-0.21-1.fc9.src.rpm:1216839666


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fotowall/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2008 15:56:36 -0000	1.1
+++ .cvsignore	23 Jul 2008 19:01:54 -0000	1.2
@@ -0,0 +1 @@
+fotowall-0.21.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fotowall/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2008 15:56:36 -0000	1.1
+++ sources	23 Jul 2008 19:01:54 -0000	1.2
@@ -0,0 +1 @@
+c19dcc486bcbf778282b2ce17348ce12  fotowall-0.21.tar.bz2




More information about the fedora-extras-commits mailing list