]> git.pld-linux.org Git - packages/exif.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Jul 2002 19:02:25 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exif.spec -> 1.1

exif.spec [new file with mode: 0644]

diff --git a/exif.spec b/exif.spec
new file mode 100644 (file)
index 0000000..1f3990a
--- /dev/null
+++ b/exif.spec
@@ -0,0 +1,44 @@
+Summary:       Utility to show EXIF information hidden in JPEG files
+Summary(pl):   Narzêdzie do wy¶wietlania danych EXIF ukrytych w plikach JPEG
+Name:          exif
+Version:       0.4
+Release:       1
+License:       GPL
+Group:         Applications/Graphics
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/libexif/%{name}-%{version}.tar.bz2
+URL:           http://libexif.sourceforge.net/
+BuildRequires: libexif-devel
+BuildRequires: popt-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+'exif' is a small command-line utility to show EXIF information hidden
+in JPEG files, written to demonstrate the power of libexif.
+
+%description -l pl
+exif to ma³e narzêdzie dzia³aj±ce z linii poleceñ, s³u¿±ce do
+pokazywania informacji EXIF ukrytych w plikach JPEG. Zosta³o napisane
+do pokazania mo¿liwo¶ci libexif.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README ChangeLog
+%attr(755,root,root) %{_bindir}/*
This page took 0.122708 seconds and 4 git commands to generate.