]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Fri, 19 Mar 2004 16:23:38 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot.spec -> 1.1

f-spot.spec [new file with mode: 0644]

diff --git a/f-spot.spec b/f-spot.spec
new file mode 100644 (file)
index 0000000..2b1b80f
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Personal photo manager
+Summary(pl):   Aplikacja do zarz±dzania zdjêciami
+Name:          f-spot
+Version:       0.0.1
+Release:       1
+License:       GPL
+Group:         X11/Applications/Graphics
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
+# Source0-md5: 5fa94700b0c071eb0afd8336526dd4a1
+URL:           http://www.gnome.org/projects/f-spot/
+BuildRequires: GConf2-devel
+BuildRequires: gtk-sharp-devel >= 0.17
+BuildRequires: libexif-devel >= 0.5.7
+BuildRequires: libgnomeui-devel >= 2.4.0
+BuildRequires: libjpeg-devel
+BuildRequires: mono-csharp >= 0.28
+BuildRequires: sqlite-devel >= 2.8.6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+F-Spot is an application designed to provide personal photo management
+to the GNOME desktop.
+
+%description -l pl
+F-Spot jest aplikacj± s³u¿±c± do zarz±dzania zdjêciami w ¶rodowisku
+GNOME.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.exe
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
+%{_libdir}/%{name}/lib*.la
This page took 0.034222 seconds and 4 git commands to generate.