rpms/libkexif/devel libkexif.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Jan 12 20:12:54 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/libkexif/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv15012/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libkexif.spec 
Log Message:
auto-import libkexif-0.1-2 on branch devel from libkexif-0.1-2.src.rpm


--- NEW FILE libkexif.spec ---
Name:           libkexif
Version:        0.1
Release:        2
Epoch:          0
Summary:        Allow Kipi plugins to extract EXIF information

Group:          System Environment/Libraries
License:        GPL
URL:            http://extragear.kde.org/apps/kipi.php
Source0:        http://dl.sf.net/digikam/libkexif-0.1.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libexif-devel >= 0:0.5.7, kdelibs-devel >= 6:3.0
BuildRequires:  gettext


%description
This library allows Kipi plugins to extract EXIF information from JPEG files.


%package        devel
Summary:        Allow Kipi plugins to extract EXIF information
Group:          Development/Libraries
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       kdelibs-devel

%description    devel
libkexif allows Kipi plugins to extract EXIF information from JPEG files.
This package contains the files needed to build applications with libkexif
support.


%prep
%setup -q


%build
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
%configure --disable-rpath --disable-debug --enable-final
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

#find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libkexif


%changelog
* Wed Jan 05 2005 Aurelien Bompard <gauret[AT]free.fr> 0:0.1-2
- Licence is GPL not LGPL
- Fix -devel description and requirements
- Switch group to "System Environment/Libraries"

* Mon Oct 25 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.1-0.fdr.1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libkexif/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jan 2005 20:11:22 -0000	1.1
+++ .cvsignore	12 Jan 2005 20:12:52 -0000	1.2
@@ -0,0 +1 @@
+libkexif-0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libkexif/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jan 2005 20:11:22 -0000	1.1
+++ sources	12 Jan 2005 20:12:52 -0000	1.2
@@ -0,0 +1 @@
+2d1ed6285fd9490c72327ff6dacd9185  libkexif-0.1.tar.bz2




More information about the fedora-extras-commits mailing list