]> git.pld-linux.org Git - packages/fotox.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sat, 17 May 2008 20:57:59 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fotox.spec -> 1.1

fotox.spec [new file with mode: 0644]

diff --git a/fotox.spec b/fotox.spec
new file mode 100644 (file)
index 0000000..1ac2da0
--- /dev/null
@@ -0,0 +1,37 @@
+#
+Summary:       Image processor
+Name:          fotox
+Version:       42
+Release:       1
+License:       GPLv2
+Group:         Applications
+Source0:       http://kornelix.squarespace.com/storage/fotox/%{name}.%{version}.tar.gz
+# Source0-md5: e527b692b236605fd60fe7a318cb26be
+URL:           http://kornelix.squarespace.com/fotox/
+BuildRequires: bash
+BuildRequires: gtk+2-devel
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fotox is a free open-source Linux program for improving image files made
+with a digital camera.
+
+%prep
+%setup -q -n %{name}
+
+%build
+PREFIX=%{_prefix} bash ./build build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+PREFIX=$RPM_BUILD_ROOT%{_prefix} bash ./build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README changelog fotox-guide.pdf schnellstart.pdf
+%{_bindir}/fotox
+%{_datadir}/fotox
This page took 0.098775 seconds and 4 git commands to generate.