From 49a1b22316f9187359e158bf22c7c46248c2790d Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 5 Nov 2008 23:19:26 -0800 Subject: [PATCH] libexif.spec.in: changed default release number to 1; added NEWS, AUTHORS and COPYING files to package; moved libexif.so file to -devel package; corrected license to LGPL --- ChangeLog | 3 +++ libexif.spec.in | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index eceabe8..64522c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ * po/de.po: Updated German translation by Marcus Meissner * Added contrib/watcom/ directory to the source tarball now that Jan Patera brought it up-to-date. + * libexif.spec.in: changed default release number to 1; added NEWS, + AUTHORS and COPYING files to package; moved libexif.so file to -devel + package; corrected license to LGPL 2008-10-20 Jan Patera diff --git a/libexif.spec.in b/libexif.spec.in index 4e0d605..ad942b1 100644 --- a/libexif.spec.in +++ b/libexif.spec.in @@ -1,11 +1,11 @@ Name: @PACKAGE@ Summary: EXIF tag library Version: @VERSION@ -Release: 2 +Release: 1 Source: http://prdownloads.sourceforge.net/libexif/%{name}-%{version}.tar.gz Url: http://sourceforge.net/projects/libexif/ Group: System Environment/Libraries -License: GPL +License: LGPL # replaced Packager: header, as most people making packages will be somebody # else. original spec file author is Mark Pulford BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -41,9 +41,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc ChangeLog README +%doc ChangeLog README NEWS AUTHORS COPYING %{_libdir}/libexif.so.* -%{_libdir}/libexif.so %{_datadir}/locale/*/LC_MESSAGES/*.mo %files devel @@ -52,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libexif %{_libdir}/libexif.la %{_libdir}/libexif.a - +%{_libdir}/libexif.so -- 2.7.4