File: libexif.spec

package info (click to toggle)
libexif 0.6.9-6sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,652 kB
  • ctags: 790
  • sloc: sh: 8,851; ansic: 6,521; makefile: 154; sed: 16
file content (54 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Name: libexif
Summary: EXIF tag library
Version: 0.6.9
Release: 1
Source: http://prdownloads.sourceforge.net/libexif/%{name}-%{version}.tar.gz
Url: http://sourceforge.net/projects/libexif/
Group: System Environment/Libraries
License: GPL
# 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
Prefix: %{_prefix}

%description
libexif is a library for parsing, editing, and saving EXIF data. It is
intended to replace lots of redundant implementations in command-line
utilities and programs with GUIs.

%package devel
Summary: The files needed for libexif application development
Group: Development/Libraries
Requires: %{name} = %{version}

%description devel
The libexif-devel package contains the libraries and include files
that you can use to develop libexif applications.

%prep
%setup

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog README
%{_libdir}/libexif.so.*
%{_libdir}/libexif.la
%{_libdir}/libexif.a
%{_datadir}/locale/*/LC_MESSAGES/*.mo

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