From: Dan F. <dfa...@us...> - 2008-11-06 08:17:34
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21984 Modified Files: exif.spec.in Log Message: Remove mention of libmnote. Add NEWS file. Switch to .bz2 source archive. Index: exif.spec.in =================================================================== RCS file: /cvsroot/libexif/exif/exif.spec.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- exif.spec.in 15 Oct 2003 18:02:54 -0000 1.2 +++ exif.spec.in 6 Nov 2008 08:17:21 -0000 1.3 @@ -2,17 +2,17 @@ Name: @PACKAGE@ Summary: A utility to display exif headers from jpeg files Version: @VERSION@ Release: 1 -Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.gz +Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.bz2 Url: http://sourceforge.net/projects/libexif/ Group: Applications/Multimedia License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libexif-devel, libmnote-devel -Requires: libexif, libmnote +BuildRequires: libexif-devel +Requires: libexif %description 'exif' is a small command-line utility to show EXIF information hidden -in JPEG files. I wrote it to demonstrate the power of libexif. +in JPEG files. It was written to demonstrate the power of libexif. %prep %setup @@ -30,7 +30,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc ChangeLog README +%doc ChangeLog README NEWS %{_bindir}/* %{_mandir}/man*/* %{_datadir}/locale/*/LC_MESSAGES/*.mo |