From: Dan F. <dfa...@us...> - 2008-11-06 07:19:33
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14268 Modified Files: ChangeLog libexif.spec.in Log Message: 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 Index: libexif.spec.in =================================================================== RCS file: /cvsroot/libexif/libexif/libexif.spec.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- libexif.spec.in 1 Jul 2004 10:54:46 -0000 1.5 +++ libexif.spec.in 6 Nov 2008 07:19:26 -0000 1.6 @@ -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 <ma...@ky...> 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 Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.284 retrieving revision 1.285 diff -u -p -d -r1.284 -r1.285 --- ChangeLog 6 Nov 2008 06:54:48 -0000 1.284 +++ ChangeLog 6 Nov 2008 07:19:26 -0000 1.285 @@ -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 <pa...@us...> |