libexif.spec.in: changed default release number to 1; added NEWS,
authorDan Fandrich <dan@coneharvesters.com>
Thu, 6 Nov 2008 07:19:26 +0000 (23:19 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 6 Nov 2008 07:19:26 +0000 (23:19 -0800)
AUTHORS and COPYING files to package; moved libexif.so file to -devel
package; corrected license to LGPL

ChangeLog
libexif.spec.in

index eceabe8..64522c3 100644 (file)
--- 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 <patera@users.sourceforge.net>
 
index 4e0d605..ad942b1 100644 (file)
@@ -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 <mark@kyne.com.au>
 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