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

Lubomir Rintel lkundrak at fedoraproject.org
Fri Jan 9 09:57:38 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/libwpg/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5768

Modified Files:
	.cvsignore sources 
Added Files:
	libwpg.spec 
Log Message:
Initial import


--- NEW FILE libwpg.spec ---
Name:           libwpg
Version:        0.1.3
Release:        1%{?dist}
Summary:        Library for reading WordPerfect Graphics images

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://libwpg.sourceforge.net/
Source0:        http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libwpd-devel >= 0.8
BuildRequires:  doxygen

%description
Libwpg project is a library and to work with graphics in WPG
(WordPerfect Graphics) format. WPG is the format used among others
in Corel sofware, such as WordPerfect and Presentations.


%package devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%package tools
Summary:        Tools to convert WordPerfect Graphics images
Group:          Applications/Multimedia

%description tools
This package contains tools to work with graphics in WPG (WordPerfect
Graphics) format. WPG is the format used among others in Corel sofware,
such as WordPerfect and Presentations.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}
sed 's/\r//' -i ChangeLog


%install
rm -rf $RPM_BUILD_ROOT
# Documentation is intentionally not installed here,
# it is included as -devel %%doc
make SUBDIRS="" install DESTDIR=$RPM_BUILD_ROOT
make -C src install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


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


%files devel
%defattr(-,root,root,-)
%doc COPYING docs/doxygen/html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%files tools
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/*


%changelog
* Tue Jan 6 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.1.3-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libwpg/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jan 2009 05:57:35 -0000	1.1
+++ .cvsignore	9 Jan 2009 09:57:07 -0000	1.2
@@ -0,0 +1 @@
+libwpg-0.1.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libwpg/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jan 2009 05:57:35 -0000	1.1
+++ sources	9 Jan 2009 09:57:07 -0000	1.2
@@ -0,0 +1 @@
+1069ad84fdf65f1c47b63b639137613f  libwpg-0.1.3.tar.bz2




More information about the fedora-extras-commits mailing list