]> git.pld-linux.org Git - packages/exiftags.git/commitdiff
- simple package to read and set exif data from jpg images. stbr ra-updates-general
authorundefine <undefine@pld-linux.org>
Sun, 26 Jan 2003 23:10:26 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exiftags.spec -> 1.1

exiftags.spec [new file with mode: 0644]

diff --git a/exiftags.spec b/exiftags.spec
new file mode 100644 (file)
index 0000000..e4f3921
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       A digital camera image meta-data (Exif) parser.
+Name:          exiftags
+Version:       0.96
+Release:       1
+License:       BSD
+Group:         Applications/Multimedia
+Source0:       http://johnst.org/sw/exiftags/%{name}-%{version}.tar.gz
+URL:           http://johnst.org/sw/exiftags/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+exiftags parses a JPEG file looking for Exif (Exchangeable Image File)
+data, formatting and printing image properties. Digital cameras
+typically add Exif data to the image files they produce containing
+information about the camera and digitized image. exiftags includes
+support for some camera manufacturer-specific properties.
+
+An included companion utility, exifcom, displays and writes the
+UserComment Exif tag that some cameras include in the image metadata
+they create. This program is useful for recording caption or location
+information in the image file itself.
+
+%prep
+%setup -q
+
+%build
+%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D exiftags $RPM_BUILD_ROOT%{_bindir}/exiftags
+install -D exifcom $RPM_BUILD_ROOT%{_bindir}/exifcom
+install -D exiftags.1 $RPM_BUILD_ROOT%{_mandir}/man1/exiftags.1
+install -D exifcom.1 $RPM_BUILD_ROOT%{_mandir}/man1/exifcom.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README CHANGES
+
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.112065 seconds and 4 git commands to generate.